January 2006 Entries
I found it very interesting and I'm very keen to share this info about Microsoft MSDN2 hackable URL's. Hackable url's are those that can be predicted by user. And yes finally the suspense is out, here goes the link, http://msdn2.microsoft.com/... For e.g., if you want to search msdn2 for help on System.Web.UI.Page then you can simply type http://msdn2.microsoft.com/... or if you want to search for say for System.Collections.Generic...
Check this out http://www.west-wind.com/ar... It has some really good articles on ASP.NET, COM, and other .NET stuff. Check it out
Learn advanced .NET programming techniques by getting an insiders' look at a complete application! SharpDevelop is a complete Integrated Development Environment, written in C#. It includes all the advanced features that programmers expect from a modern IDE and, of course, implementing these features has required some advanced programming techniques. The developers who created SharpDevelop give you an inside track on application development with a guided tour of the sourcecode for SharpDevelop. They...
My project gone live today. This project was build using ASP.NET 1.1 and SQL Server 2000, and deals with Travel Insurance. Congrats team
I recently faced this problem, when I tried to enter a value 2.00 in a float column in SQL Server 2000. I repeatedly tried to insert this value but I failed every time, then I tried with some work arounds by casting that value to numeric/decimal. It worked but......., there's still one thing that was missing was that when we tried with the following SQL statement: Select Cast(fieldname as numeric(9,2)) From tablename Although we got the desired result in that column but column name was missing this...
If you can't believe it then follow this link http://spaces.msn.com/membe... you might get stunned
NTeam is an open source alternative to the Microsoft Visual Studio Team Systems. It utilize many existing open source applications such as NUnit, NAnt, and can link with various open source project, issue, and task management applications. NTeam can integrate with both proprietary and open source IDEs and will target small- and mid-sized businesses. For more info on this visit: http://www.nteamproject.com/ http://sourceforge.net/proj... Open source guys are always in news ;)...
A friend of mine faced this problem. She got a requirment in her project to run a few shell(DOS) commands. She discussed this problem with me, but at that time I was having no idea how to do it, so I did what every developer does.............googling..... I found various article on this topic, below is the link of few of them : Very good article at C# Corner by Dipal Choksi: http://www.c-sharpcorner.co... Another good example at Code Project by Shilin http://www.codeproject.com/...
I'm feeling great while writing this post. I'm not getting words to express my thanks to geekswithblogs team for offering me such a great oppertunity to host my blog on their site. I recently started blogging. I reviewed various blogs like blogger, msn spaces, etc but each of them have some tradeoffs of their own. When I visited geekswithblogs I found out that this is a place where some really serious geeks are contributing to geeks community by sharing their thoughts. At that moment I decided that...