Pages
(Move to ...)
Home
About
▼
skip to main
|
skip to sidebar
Developers Circle
Solve the problems in programmers way.
Wednesday, November 4, 2015
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 th...
Wednesday, December 18, 2013
Casting or Parsing a variable in generic type member variable 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...
The best way to compare two objects by value in C#
›
To compare to object by value we can use the following code snippet. private static bool CompareValue(object o1, object o2) { return ...
Tuesday, December 10, 2013
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 devel...
SPDY: Let's make the web faster
›
Introduction SPDY (Pronounced as "SPeeDY") is an open networking protocol similar to HTTP, with particular goals of reducing w...
Get property value from C# dynamic object by string using reflection
›
In Generic Class, it is quite common to get the value for a specific property dynamically. C# refection provides ways to get the Property va...
Sunday, November 17, 2013
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 ge...
5 comments:
Change Local Path after download files from Source Control
›
If you want to change the local path for the working directory of the Team Foundation Server (TFS), you should follow the following steps: ...
Wednesday, November 13, 2013
Attach a Database File to The SQL Server
›
You can attach a database file to an instance of SQL Server by using the SQL Server Management Studio tool. For example, if you have existi...
Add Custom Message to Unit Test Result
›
If you are using MS test for the Unit test of your code you may need to print some output on the Output window. You can use System.Diagno...
›
Home
View web version
Copyright © .
Developers Circle