Before some I have written a blog post about how to do dependency injection with StructureMap. In this post we are going to learn Simple Injector IOC library and how we can do dependency injection with Simple Injector.
About Simple Injector:
Simple Injector is a open source dependency injection library developed with C#. Followings are few characteristics of Simple Injector.
Simple Injector...
Friday, August 29, 2014
Saturday, August 23, 2014
Stackoverflow.com like URLs with attribute routing in ASP.NET MVC
Before some time I have blogged about Attribute Routing features of ASP.NET MVC 5.x version. In this blog we are going to learn how we can create stackoverflow.com like URLs with attribute routing.
As you know www.stackoverflow.com is one of the most popular questions answer site where you can ask questions and almost get the answers of your questions. So to create URLs like www.stackoverflow.com...
Thursday, August 21, 2014
Blog post selected as ASP.NET MVC Official Additional Learning Resources
I have got news before few days that my blog post about CDN is ASP.NET MVC bundling selected as Additional Resources for learning about ASP.NET MVC on official ASP.NET Site.
On this occasion I would like to thank my audience and my family to supporting me. Thank you all without you it would not have...
Friday, August 1, 2014
Different way of creating keys in EFCodeFirst
Recently I have been playing with Entity Framework Code First and I like it a lot. There are plenty of features given and you can configure all that stuff with code. I have already written couple of post for Entity Framework Code First.
Different way of mapping in EFCodeFirst
Entity Framework code first and Inheritance–Table per hierarchy
Entity framework code first and inheritance- Table Per Type
As...