Dependency Injection 22. September 2014 Manpreet Dot Net, C#.Net (0) Dependency injection is a software design pattern that implements inversion of control and allows a program design to follow the dependency inversion principle.Dependency Injection is to remove the dependencies of an application. [More]
Nuget Create -Deploy-Use 10. September 2014 Abhishek Dot Net, C#.Net, General (0) NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework. [More]
Linq 7. September 2014 Abhishek Dot Net, C#.Net (0) Language Integrated Query is the new addition to the .NET family and as the name suggests it’s the kind of query style data access which is fully supported by the language to effectively unify the way we access data and to make our lives easier [More]