prabathsl.blogspot.com
April 2015 ~ Prabath's Tech Blog
http://prabathsl.blogspot.com/2015_04_01_archive.html
ICT අත්වැල. Windows Devices are ready . Visual Studio Makes things Better. Saturday, April 4, 2015. Server Socket (TCP) With Microsoft Azure. When we working on the real time applications Microsoft azure provides the facilities to run our all kind of applications from oldest to latest technologies. With my earlier post i explained how to create SignalR applications for real time operations. Today I'm gonna introduce create Server socket with the Azure . 1 Create new Azure Cloud project. Result = listener...
prabathsl.blogspot.com
August 2014 ~ Prabath's Tech Blog
http://prabathsl.blogspot.com/2014_08_01_archive.html
ICT අත්වැල. Windows Devices are ready . Visual Studio Makes things Better. Sunday, August 24, 2014. Back-end operations with Cloud Service (Worker Roles). With my previous post about Creating Cloud Service. I mentioned two Roles in Azure. With this Post we will working with Worker Role. I'm using the same code that I use in Creating Cloud Service. What is Worker Role? Actually both of the Web Role and Worker Roles are derived from RoleEntryPoint. Then go to the solution explorer. Then Select Worker Role.
prabathsl.blogspot.com
Easy Admin Dashboard with MVC ~ Prabath's Tech Blog
http://prabathsl.blogspot.com/2016/04/easy-admin-dashboard-with-mvc.html
ICT අත්වැල. Tuesday, April 26, 2016. Easy Admin Dashboard with MVC. Today I'm going to introduce you create responsive , mobile friendly admin dashboard with MVC project. There are multiple bootstrap admin dashboard templates and one of the most commonly used and strongest one is Admin LTE. This is totally open source project. This will provide you great UI with documentations. Click here to see documentations. This project is owned to Almsaeed Studstudio . Lets begin with Visual studio. Dependancy Injec...
prabathsl.blogspot.com
October 2014 ~ Prabath's Tech Blog
http://prabathsl.blogspot.com/2014_10_01_archive.html
ICT අත්වැල. Windows Devices are ready . Visual Studio Makes things Better. Wednesday, October 15, 2014. Bug in Async BCL With Portable class libraries. Any of you try to use async framework inside the Portable Class Library (PCL)? First instance it is not. There is a known bug in Async Framework with Poratable Class Libraries. It will not detect the async and await correctly with task based operations. First install the BCL Nuget package to he your PCL ( Microsoft.Bcl.Async. 0000-2.5.19.0. For NET backen...
prabathsl.blogspot.com
April 2016 ~ Prabath's Tech Blog
http://prabathsl.blogspot.com/2016_04_01_archive.html
ICT අත්වැල. Windows Devices are ready . Visual Studio Makes things Better. Tuesday, April 26, 2016. Easy Admin Dashboard with MVC. Today I'm going to introduce you create responsive , mobile friendly admin dashboard with MVC project. There are multiple bootstrap admin dashboard templates and one of the most commonly used and strongest one is Admin LTE. This is totally open source project. This will provide you great UI with documentations. Click here to see documentations. Lets begin with Visual studio.
prabathsl.blogspot.com
Dependancy Injection With Unity ~ Prabath's Tech Blog
http://prabathsl.blogspot.com/2016/02/dependancy-injection-with-unity.html
ICT අත්වැල. Tuesday, February 23, 2016. Dependancy Injection With Unity. I gave you introduction for dependency Injection. Here we gonna Use it in real code. First I create MVC project and Add following classes to it. Name); } }. Here is my folder structure. Then I create My MVC UserController. And Its View. Code is same as I did in prev. UserService) { userService = userService; } / GET: User. Index() { ViewBag.UserMessage = userService.GetUserName( "Dependency Unity". View(); } }. Container) ; } / /.
helpstoprogramming.blogspot.com
Programming Help: Load a image and save that image in many color changers using javaCV
http://helpstoprogramming.blogspot.com/2015/01/load-image-and-save-that-image-in-many.html
Load a image and save that image in many color changers using javaCV. Today I will show you load a image and save that image in many color changers. Make a new java project and import the Open CV libraries. If you don't know about it please follow the first post with javaCV. IplImage image =cvLoadImage("img.JPG");. Make IplImage type variable it name is "image". "img.JPG" is assigned to to image. IplImage hsv=cvCreateImage(cvGetSize(image),IPL DEPTH 8U,3);. Make a HSV type image. Make a gray colored image.
prabathsl.blogspot.com
January 2015 ~ Prabath's Tech Blog
http://prabathsl.blogspot.com/2015_01_01_archive.html
ICT අත්වැල. Windows Devices are ready . Visual Studio Makes things Better. Friday, January 23, 2015. Microsoft Windows 10 Event. Sunday, January 18, 2015. Working in designtime with Data in MVVM. Use design time data binding which already with the xaml based application. Today we going to develop the windows 8.1 store application. ( This is same with any XAML based Application ). 1 Create Windows 8.1 store application form the Visual studio. (I named it as DesignTimedata. Title; } set. Description; } set.