I'm using the RSS Feeder .NET (http://rssfeederdotnet.sou... to post this entry. I'm working on our new error tracking features that planned to be incorporated in our client application, so that we can know whether our customers are happy or not using our application. Its similar like Windows Error Reporting Services or Office Error reporting. Event this RSS Feeder also incorporated with error reporting to send each exception to their tracking system at sourceforge. We're going to implement ......
I am just started my journey in SQL Server 2005, and for a while I'm stuck because CLR is disable by default in my SQL Server 2005. Then I found this in google to enable CLR in SQL Server 2005: EXEC sp_configure 'show advanced options' , '1'; go reconfigure; go EXEC sp_configure 'clr enabled' , '1' go reconfigure; -- Turn advanced options back off EXEC sp_configure 'show advanced options' , '1'; go From here, we can create User Define Types (UDF), User Define Function (UDF), Table value Functions ......
I will attend the launching tomorrow. But I'm not really interested on the agenda (http://www.microsoft.com/m... seems like the old things and there are thousand of resources available on the Internet since the early Beta release of VS2005. I found that currently, its easier for new developer to learn developing software using .NET technologies. Visual Studio Express (http://msdn.microsoft.com/... is a great resource for beginners. And for ......