Knowledge is power but attitude is everything. Join in my long journey of knowledge search, I promise I will share whatever I have seen, whatever I have learned and whatever I have experienced. This is continuous journey so post your questions and lets solve together. Welcome to Nanduri’s Knowledge search.
Wednesday, May 4, 2011
How to HTTP POST in C# from a secure Network ( using proxy and credentials )
This summary is not available. Please
click here to view the post.
Tuesday, April 19, 2011
NuGet - Add Library Package References
Visual Studio 2010 has powerfulul plug in ( NuGet ) which installs and integrate Open source tools into your application. Here are the steps
Step 1 : Install Web Plat form Installer.
http://www.microsoft.com/web/downloads/platform.aspx
Step 1 : Install Web Plat form Installer.
http://www.microsoft.com/web/downloads/platform.aspx
Step2 : Install NuGet Package Explorer
Step3: Read on How to ues "Add Library Package References"
Monday, April 18, 2011
Connect to MySQL using ADO.Net
1. Install .Net Connector for MySQL
2. Use this Connection String in config file
using EID.MySqlClient;
MySqlConnection oMySqlConn = new MySqlConnection();
oMySqlConn.ConnectionString = "Data Source=localhost;" +
"Database=mySQLDatabase;" +
"User ID=myUsername;" +
"Password=myPassword;" +
"Command Logging=false";
oMySqlConn.Open();
3. Connect to Database via UI
Tuesday, April 12, 2011
Useful Blog Links
Using Razor View Engine with ASP.NET MVC3
http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx
http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx
Friday, April 8, 2011
How to access TFS from Windows Explorer
1. Install Microsoft Visual Studio Team Explorer 2010 - ISO
2. Install Team Foundation Power Tools
http://visualstudiogallery.msdn.microsoft.com/c255a1e4-04ba-4f68-8f4e-cd473d6b971f/ or \\cclshared2\infoshared\NiveshG\TFS\software\tfpt.msi
3. Goto Command Prompt and Navigate to work space local path and then right click, you should see below options
Have fun with TFS
Subscribe to:
Posts (Atom)
