-
Generic Type Conversion Mechanism in C#
Microsoft .Net already has a bunch of great string conversion routines you can use! A TypeConverter can do most of the heavy lifting for you. Then you don’t have to worry providing your own parsing implementations for built-in types. Note that there are locale-aware versions of the APIs on TypeConverter that could be used if…
-
How to add custom nuget package repository in Visual Studio
Introduction Most of the .NET developers used NuGet packages from Microsoft’s NuGet package repository which is set as default for the Visual Studios. But sometimes we need to create our own custom NuGet packages when we need to manage large applications. Again many .NET developers used NuGet packages from third-party package repository like MyGet package…
-
Whats New in ASP.NET and Web Tools for Visual Studio 2013
Microsoft recently released the new version of Visual Studio 2013 and web tools. Here are the summary of the new features for the web developers in Visual Studio 2013. New release focuses on One ASP.NET, which steps toward to unifying the ASP.NET technologies so core features can and web tools work the same across the…
-
Resolve the Visual Studio 2012 issue after updating or installing Visual Studio 2013
If you have already installed VS2012 and at a later Update to new a Service Pack or Installing VS2013, when you load any project, you may get the following error: ————————— Microsoft Visual Studio ————————— The ‘ProviderPackage’ package did not load correctly. The problem may have been caused by a configuration change or by the…