3 articles Tag Asp.net MVC

Bundle your resources to speed up your ASP.Net website

I am not going to write a big blog post on this here, because there is already quite a bit of good articles out there on this topic. Why I am writing is this to share a very good article on this topic for anyone who wants to learn about Bundling and Minnification features that are available with ASP.Net 4.5. It is written by Rick Anderson and you can read full article from here.

Continue reading →

Which JSON Serializer to use?

This is an easy one, but just want to make a note for easy reference. JSON is more ubiquitous than ever these days in ASP.Net web development. From AJAX enables web sites to MVC AJAX, JSON is “the” data-interchange format we want to use. There are 2 possible class libraries that you can use in ASP.net to serialize objects to JSON and back. If you are using WCF and your custom objects are marked as …

Continue reading →

Build a web site using ASP.Net MVC – Part 1

At last, I have decided to get my hands dirty with some real project using ASP.Net MVC. This will give me an opportunity to explore various features that are offered with ASP.Net MVC extension. There are lots of articles available to read about this online. I’ve been reading all these time and now its time to do something more than reading … How to prepare for development? Install .Net Framework 3.5 SP1 – If you …

Continue reading →