Showing posts with label
Dot NET
.
Show all posts
Showing posts with label
Dot NET
.
Show all posts
Tuesday, August 22, 2017
Getting Geo-location with JSon and JQuery
›
$ . getJSON ( "https://freegeoip.net/json/" , function ( data ) { const countryCode = data . country_code ; const ...
Thursday, November 26, 2015
What is CLR, CTS, CLS in .NET ?
›
A Brief Introduction To IL code, CLR, CTS, CLS and JIT In .NET Before explaining these terminologies, I would like to explain how .NE...
Thursday, August 1, 2013
Microsoft Visual Studio "Debug" VS "Release" mode
›
When we want to deploy our web application to live/local server, then we have two options for making built – Release mode and Debug mode. B...
›
Home
View web version