Converting UTC date time from server to local date time on the browser client using JavaScript
There is this web application that I’ve been working on. I wanted to be able to handle globalization while displaying datetime on the web page.
There is this web application that I’ve been working on. I wanted to be able to handle globalization while displaying datetime on the web page.
These days if you are looking for some web design templates for your web sites, there are so many options that you'll find online. Gone are the days when one...
Recently, while working on a project, using Entity Framework I felt the need to figure out a way to eagerly load related entities in the data layer. While I ...
I created an empty ASP.Net MVC 5 project in Visual Studio 2015 recently. This project targeted .Net Framework version 4.5.2 by default. The project compiled ...
Many a times before we actually start putting down an idea to code, we first create a rough draft. When it comes to designing the UI screens, it always helps...