W. Kevin Hazzard had blogged a good post about how to make windows services to install them selves without using installutil.exe command which comes with the .NET framework. you can read the full article here.
Continue reading...23. December 2007
Last two weeks I have been working on developing bulk data manipulations. And even before that I always wondered “What’s the best way to pass an array of values into a SQL Server stored procedure.” One option I found was OPENXML, which I blogged here. And I was trying out visual studio 2008 and SQL [...]
Continue reading...20. December 2007
Microsoft says,the first beta of the next version of the Internet Explorer browser will be released in the first half of 2008, to read more about this visit here
Continue reading...18. December 2007
Last week at my work I had to write a tool to process few hundreds of thousand email files and insert their details to the MS SQL Server 2005 database. Doing it in traditional way might require much connectivity to the database and will consume many resources. I was wondering what if I could insert [...]
Continue reading...
26. December 2007
0 Comments