Getting Lazy with MEF
Lazy is a class that defer the object creation when it is actually needed. MEF supports the Lazy implementation internally.…
Lazy is a class that defer the object creation when it is actually needed. MEF supports the Lazy implementation internally.…
Managed Extensibility Framework as of now is a new model that deals with Extensibility in application by giving you a…
As we are moving ahead we have already discussed the notion and usage of TypeCatalog, AssemblyCatalog or DirectoryCatalog, in this…
Debugger in .NET runs in background on each and every type and uses Reflection to load the information regarding the…
This is a serious necessity in few applications where you want to show the appointments over a calendar. Though most…
Sometimes your ASP.NET application needs to hook up some code before even the Application is started. Assemblies supports a custom…
Do you know what is coming next to C#? Asynchronous programming is really made easy with the inclusion of new…
Generally when you create a WPF window, you will get two files automatically created for you. One which represents the…