How to resolve The JSON request was too large to be deserialized problem in ASP.NET mvc
Read MoreHere is a snippet of code that can be used to extract data from an XML string in SQL Server
Read MoreGZIP is a method of compression for faster network transfers of contents. Here is a snippet that will help us enable GZIP for an ASP.NET MVC application.
Read MoreIn this article, I have explained two ways of getting the last date of the month.
Read MoreCode snippet to be added to "web.config" file to force any HTTP requests to HTTPS request
Read MoreHere is a short description of what are extension methods are, where, and how it is used.
Read MoreTake a web application offline for the duration of deployment or deployment, by publishing an App_offline.htm file to the server.
Read MoreIn this article, I have documented the process of adding Google Maps (API v3) on to an Html page, the use, and application of the Markers and Info-window. In this example, I have created a form that takes Latitude, Longitude, Tooltip for Marker and plain text for Info-window as inputs. And plot the Marker on the map with the Info-window and is also populating a table with the same information but with an additional button that is used to remove the Markers from the map.
Read MoreHere I have listed items that can be added to the web.config file which can help to secure your ASP.Net web application.
Read MoreSometime while creating app with xamarin, I had frequently faced issue such that the resources file doesn't contain newly added controls/views or string resources. By doing the following steps we can resolve this issue.
Read MoreSubscribe to our weekly Newsletter and receive updates via email.