Development Tools for Microsoft.NET Developers 17 Aug 2009
Posted by ramsonit in Tools.add a comment
This page contains hell lot of development tools for .NET developers. Read more
.NET History 05 Feb 2009
Posted by ramsonit in .NET News, Introduction.add a comment
Nice article about .NET history. Check this out.
Monitoring HTTP Output with Fiddler 04 Feb 2009
Posted by ramsonit in ASP.NET, WCF.add a comment
Http monitoring tools are essential when doing any kind of Web development whether it’s for plain Web development, Web Services or any sort of HTTP client work. When things go wrong it is often highly useful to take a look under the hood and dig into the raw HTTP request data to see what HTTP headers were sent from the client to server and what headers and responses come back.
Microsoft Web Application Installer 04 Feb 2009
Posted by ramsonit in Tools.add a comment
The Web Application Installer Beta is designed to help get you up and running with the most widely used Web Applications freely available for your Windows Server. Web AI provides support for popular ASP.Net and PHP Web applications including Graffiti, DotNetNuke, WordPress, Drupal, OSCommerce and more. With just a few simple clicks, Web AI will check your machine for the necessary pre-requisites, download these applications from their source location in the community, walk you through basic configuration items and then install them on your computer.
100 Interview Questions for Software Developers 04 Feb 2009
Posted by ramsonit in Soft Skill.add a comment
WOW. Read this 100 questions for Software programmer. Try to answer yourself honestly you will learn lot.
Top 25 Most Dangerous Programming Mistakes 03 Feb 2009
Posted by ramsonit in Patterns & Practices.add a comment
Here is another nice post from Jeff. All programmers must read this.
Stored Procedure – Best Practice 30 Jan 2009
Posted by ramsonit in Database, Patterns & Practices.add a comment
I enjoyed reading this post about stored procedure best practice written by Aarin Bertrand.
Free Project Management Solution 29 Jan 2009
Posted by ramsonit in Project Management, Tools.1 comment so far
OpenProj is a free, open source project management solution. OpenProj is a replacement of Microsoft Project and other commercial project solutions. The OpenProj solution has been download more than 800,000 times in the few months since launch and is being used in over 142 countries. A free download of OpenProj is available here and is distributed under the CPAL license. OpenProj is ideal for desktop project management and is available on Linux, Unix, Mac or Windows. OpenProj shares the industry’s most advanced scheduling engine with Project-ON-Demand and provides Gantt Charts, Network Diagrams (PERT Charts), WBS and RBS charts, Earned Value costing and more.
Try this tool.
WCF/WF Developer Screencast Series 27 Oct 2008
Posted by ramsonit in Videos & Webcast, WCF, WPF.add a comment
Here is the Pluralsight post on WCF/WF Developer Screencast Series.
Exploring Secrets of .NET Keystroke Handling 24 Oct 2008
Posted by ramsonit in .NET Core, How-To, Introduction.add a comment
This article covers the different types of keyboard interaction that an application may have. You’ll see how you can simplify debugging by observing which methods get invoked on which controls when you press a key. The article concludes with a practical guide for implementing a variety of common key-handling scenarios.