To get the current location of device, you have to add reference to System.Device DLL. GeoCoordinateWatcher class supplies location data […]
Updated on Kisan Patel
Add the below code in StartUp.Configure public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, FinOsDbContext context) { …. var cultureInfo […]
Updated on Kisan Patel
Problem: Unable to load DLL ‘SqlServerSpatial110.dll’: The specified module could not be found. Unable to load SqlServerSpatial.dll Solution: Solution 1 […]
Updated on Kisan Patel
When using Visual Studio, when I “Publish Web Site”, the application builds correctly, but then I get a “Publish failed” […]
Updated on Kisan Patel
.net interview questions and answers with explanation for interview, placement test, online test, competitive examination and entrance test. 1. What […]
Updated on Kisan Patel
.net interview questions and answers with explanation for interview, placement test, online test, competitive examination and entrance test. 1.What is […]
Updated on Kisan Patel
This post will explain you how to split the sentence into worlds after colon(,). To split the sentence, we have […]
Updated on Kisan Patel
TempData is also a dictionary derived from TempDataDictionary class and stored in short lives session and it is a string […]
Updated on Kisan Patel
ASP.NET MVC 3 introduces the new view engine Razor, which was conceived to simplify the current syntax used in ASP.NET […]
Updated on Kisan Patel
ASP.NET MVC 1 Overview In February 2007, Scott Guthrie (“ScottGu”) of Microsoft sketched out the core of ASP.NET MVC while […]
Updated on Kisan Patel