Topic: Machine Learning with ML.Net
Date: 14.12.2019
Photos: https://www.facebook.com/pg/SuhailCloud04/photos/?tab=album&album_id=591261758308147
Sunday, December 15, 2019
Sunday, December 8, 2019
Global Microsoft 365 Developer Bootcamp 2019 Kalmunai
Topic1: Deep Dive into Microsoft 365
Topic2: Microoft 365 Certifications
Topic2: Microoft 365 Certifications
Event Page: https://www.facebook.com/Global-Microsoft-365-Developer-Bootcamp-2019-Sri-Lanka-101033384668841/?modal=admin_todo_tour
Event Album: https://www.facebook.com/pg/Global-Microsoft-365-Developer-Bootcamp-2019-Sri-Lanka-101033384668841/photos/?tab=album&album_id=132851398153706
Date: 07.12.2019
Event Album: https://www.facebook.com/pg/Global-Microsoft-365-Developer-Bootcamp-2019-Sri-Lanka-101033384668841/photos/?tab=album&album_id=132851398153706
Date: 07.12.2019
Sunday, December 1, 2019
Global Microsoft 365 Developer Bootcamp 2019 Colombo
Today the event Global #Microsoft365 Bootcamp was a huge success.
Thank you
- The speakers ( Dinusha Kumarasiri,@ Fiqri Ismail, Hansamali Gamage, Buddhika Chathura Sanka Mayadunna)
- Microsoft Sri Lanka and Prabhath Mannapperuma
- Sri Lanka Developer Forum for awesome snacks
- Prishan Rajiv Perera for the great photography
- Dinesh Priyankara for the advise from the beginning
And the participants. Without you guys this event will not be as expected.
Thank you
- The speakers ( Dinusha Kumarasiri,@ Fiqri Ismail, Hansamali Gamage, Buddhika Chathura Sanka Mayadunna)
- Microsoft Sri Lanka and Prabhath Mannapperuma
- Sri Lanka Developer Forum for awesome snacks
- Prishan Rajiv Perera for the great photography
- Dinesh Priyankara for the advise from the beginning
And the participants. Without you guys this event will not be as expected.
I always remind my two mentors Prabath Fonseka and Hibathul Careem when there is something to happy about.
Topic: Power Automate and Graph API - How they work together
Event Page: https://www.facebook.com/Global-Microsoft-365-Developer-Bootcamp-2019-Sri-Lanka-101033384668841/?modal=admin_todo_tour
Event Album: https://www.facebook.com/pg/Global-Microsoft-365-Developer-Bootcamp-2019-Sri-Lanka-101033384668841/photos/?tab=album&album_id=130051925100320
Date: 30.11.2019
Monday, October 28, 2019
Sunday, October 13, 2019
Disrupt Asia 2019
Monday, July 8, 2019
Cloud Computing and Microsoft Azure
Topic: Cloud Computing and Microsoft Azure
Event Url: https://www.facebook.com/events/332010474402009/
Slides
Photos
Sunday, July 7, 2019
Path to Microsoft 365 Enterprise Administrator
Topic: Path to Microsoft 365 Enterprise Administrator
Event Url: https://www.facebook.com/events/379654482569636/
Slides
Event Url: https://www.facebook.com/events/379654482569636/
Slides
Photos
Wednesday, June 19, 2019
Read the Response message when a web request throws “500 Internal Server Error”
Introduction
When I call a SOAP request from Postman I got the response as “500 Internal Server Error”. I had to call the same api from C# and read the response and had to pass it from api to front end.
Here is the screenshot of the response.
Solution
When I call a SOAP request from Postman I got the response as “500 Internal Server Error”. I had to call the same api from C# and read the response and had to pass it from api to front end.
Here is the screenshot of the response.
string soapResult = string.Empty; try { using (WebResponse webResponse = webRequest.EndGetResponse(asyncResult)) { using (StreamReader rd = new StreamReader(webResponse.GetResponseStream())) { soapResult = rd.ReadToEnd(); } } } catch (WebException wex) { soapResult = new StreamReader(wex.Response.GetResponseStream()) .ReadToEnd(); } return soapResult;
Friday, May 10, 2019
Unable to open dtproj projects in Visual Studio 2017
Problem
I was trying to open a sln file which contains “.dtproj”. Unfortunately the project is marked as incompatible and the migration report displayed as below.
Solution
I was trying to open a sln file which contains “.dtproj”. Unfortunately the project is marked as incompatible and the migration report displayed as below.
Solution
- Install the latest version of SSDT
- Open Visual Studio 2017: Go to: Tools > Extensions And Updates > Search: Microsoft Integration Services Projects > Click: Enable
Wednesday, May 1, 2019
SharePoint Saturday Doha - 2019
It was pleasure speaking at SharePoint Saturday Doha - 2019 which held on 27th of April 2019.
Topic: Extend Microsoft Flow Capabilities Using Microsoft Graph API
Event Url: http://www.spsevents.org/city/doha/doha2019
Agenda
Slide
Subscribe to:
Posts (Atom)