How to create your first WPF application in Visual Studio 2013
This article is intended to explain you step by step to create a WPF Application. Creating a WPF application is as easy as the creation of other application types in Visual Studio. This walkthrough is...
View ArticleHow to execute long running SQL query or stored-procedure from .net
How to make Asynchronous call to MS SQL server from .netExecute T-SQL asynchronously from .netClick here to download sample project...Below are the 2 main issues arises when your application is...
View ArticleCentralize Localization in one library and Use that in multiple projects
Key settings that are required to implement centralize localization library used in multiple projects. I faced this issue and doing lot of research didn't find anything fruitful. So I decided to just...
View ArticleStarting with Events in WPF and MVVM pattern using PRISM library
This article is written to address beginners who want to know how to start with events in MVVM. This article covers the click event for the explanation. Through the given small bullet steps in this...
View Article