Tag: Microsoft
-
Global Windows Azure Bootcamp at Ahmedabad 2013
—
by
in .NET, ASP.NET, C#, HTML, IIS, Introduction, JavaScript, Setup, SQL, WCF, Windows Azure, Winforms, WPFThis post is to share my experience with Global Windows Azure Boot camp event that happened in Ahmedabad. About The Event The event was about getting started with Windows Azure and Getting started with the Windows Azure Training Kit for any developers whether experienced or fresher and working on any programming platforms. The event was also about how…
-
Getting started with Multifile assembly – Part II
Some brief before we continue Hi! In the last article on this topic here MULTIFILE ASSEMBLY part – I, I had talked conceptually about creating multi-file assembly and possible usages. In this post we will have more insights on the implementation part regarding multi-file assembly and using MEF to apply the concept practically in the…
-
Installing .NET 3.5 service pack 1 along with application setup
Many of us would have been creating setups for applications either using WinForms or WPF and other such, but we really ignore the fact that users might not have all the prerequisites that our application requires to work. Possibilities for that might be one or more as below: User do have .NET framework even installed.…