<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>My DasBlog! - .NET</title>
    <link>http://net.bloggix.com/</link>
    <description>newtelligence powered</description>
    <language>en-us</language>
    <copyright>Alexander Meijers</copyright>
    <lastBuildDate>Wed, 22 Jun 2005 09:50:05 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>a.meijers@smoothocean.com</managingEditor>
    <webMaster>a.meijers@smoothocean.com</webMaster>
    <item>
      <trackback:ping>http://net.bloggix.com/Trackback.aspx?guid=d5839535-f38d-42a1-a662-85172e4f0232</trackback:ping>
      <pingback:server>http://net.bloggix.com/pingback.aspx</pingback:server>
      <pingback:target>http://net.bloggix.com/PermaLink,guid,d5839535-f38d-42a1-a662-85172e4f0232.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://net.bloggix.com/CommentView,guid,d5839535-f38d-42a1-a662-85172e4f0232.aspx</wfw:comment>
      <wfw:commentRss>http://net.bloggix.com/SyndicationService.asmx/GetEntryCommentsRss?guid=d5839535-f38d-42a1-a662-85172e4f0232</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
At the blog <a href="http://weblogs.asp.net/mnissen/">#region /* mads's thoughts */</a> an
important article is found called "COM objects need tight leash". It gives an example
of increasing memory usage when working with the SharePoint object model and th Office
interop components. 
</p>
        <p>
In that case it seems that the Garbage Collector was cleaning up the managed
references which were wrappers around COM objects and these COM objects were not cleaned
up.
</p>
        <p>
I have had a similair problem in the past writing wrapper classes in C# around C++
unmanaged code. The unmanaged code was not cleaned up by the garbage collector ofcourse
and you had to do that yourself.
</p>
        <a href="http://weblogs.asp.net/mnissen/archive/2005/06/22/414247.aspx">http://weblogs.asp.net/mnissen/archive/2005/06/22/414247.aspx</a>
        <img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=d5839535-f38d-42a1-a662-85172e4f0232" />
      </body>
      <title>Always handle and clean up unmanaged references and objects</title>
      <guid isPermaLink="false">http://net.bloggix.com/PermaLink,guid,d5839535-f38d-42a1-a662-85172e4f0232.aspx</guid>
      <link>http://net.bloggix.com/2005/06/22/AlwaysHandleAndCleanUpUnmanagedReferencesAndObjects.aspx</link>
      <pubDate>Wed, 22 Jun 2005 09:50:05 GMT</pubDate>
      <description>&lt;p&gt;
At the blog &lt;a href="http://weblogs.asp.net/mnissen/"&gt;#region /* mads's thoughts */&lt;/a&gt; an
important article is found called "COM objects need tight leash". It gives an example
of increasing memory usage when working with the SharePoint object model and th Office
interop components. 
&lt;/p&gt;
&lt;p&gt;
In that case it&amp;nbsp;seems that the Garbage Collector was cleaning up the managed
references which were wrappers around COM objects and these COM objects were not cleaned
up.
&lt;/p&gt;
&lt;p&gt;
I have had a similair problem in the past writing wrapper classes in C# around C++
unmanaged code. The unmanaged code was not cleaned up by the garbage collector ofcourse
and you had to do that yourself.
&lt;/p&gt;
&lt;a href="http://weblogs.asp.net/mnissen/archive/2005/06/22/414247.aspx"&gt;http://weblogs.asp.net/mnissen/archive/2005/06/22/414247.aspx&lt;/a&gt; &lt;img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=d5839535-f38d-42a1-a662-85172e4f0232" /&gt;</description>
      <comments>http://net.bloggix.com/CommentView,guid,d5839535-f38d-42a1-a662-85172e4f0232.aspx</comments>
      <category>.NET</category>
      <category>C#</category>
      <category>SharePoint</category>
    </item>
    <item>
      <trackback:ping>http://net.bloggix.com/Trackback.aspx?guid=12a94382-b116-4d0d-b714-19d4b980aad3</trackback:ping>
      <pingback:server>http://net.bloggix.com/pingback.aspx</pingback:server>
      <pingback:target>http://net.bloggix.com/PermaLink,guid,12a94382-b116-4d0d-b714-19d4b980aad3.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://net.bloggix.com/CommentView,guid,12a94382-b116-4d0d-b714-19d4b980aad3.aspx</wfw:comment>
      <wfw:commentRss>http://net.bloggix.com/SyndicationService.asmx/GetEntryCommentsRss?guid=12a94382-b116-4d0d-b714-19d4b980aad3</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <span id="SampleInfoControl_LabelDescription">
            <font color="#000000">USysWare has created
a free collection of Visual Studio tools called DPack which provides a lot of extra
functionality to the developer:</font>
          </span>
        </p>
        <p>
          <span>
            <em>
              <font color="#808080">"DPack is a FREE collection of Microsoft Visual Studio
.NET 2003 and 2005 tools. DPack is designed to greatly increase developer's productivity,
automate repetitive processes and expand upon some of the Microsoft Visual Studio
features. </font>
            </em>
          </span>
        </p>
        <p>
          <span>
            <em>
              <font color="#808080">DPack is a FREE collection of Microsoft Visual Studio
.NET 2003 and 2005 tools. DPack includes various browser tools that allow the developer
to quickly narrow the search down to a particular class, method or assembly type.
DPack includes greatly enhanced numbered bookmarks feature, various code navigation
tools as well streamlined surround with feature, and much more. New version introduces
Solution Backup feature. "</font>
            </em>
          </span>
        </p>
        <p>
          <span>
            <a href="http://www.usysware.com/dpack/">
              <font color="#000000">http://www.usysware.com/dpack/</font>
            </a>
          </span>
        </p>
        <img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=12a94382-b116-4d0d-b714-19d4b980aad3" />
      </body>
      <title>DPack, a FREE collection of Microsoft Visual Studio .NET 2003 and 2005 tools</title>
      <guid isPermaLink="false">http://net.bloggix.com/PermaLink,guid,12a94382-b116-4d0d-b714-19d4b980aad3.aspx</guid>
      <link>http://net.bloggix.com/2005/06/14/DPackAFREECollectionOfMicrosoftVisualStudioNET2003And2005Tools.aspx</link>
      <pubDate>Tue, 14 Jun 2005 07:07:45 GMT</pubDate>
      <description>&lt;p&gt;
&lt;span id=SampleInfoControl_LabelDescription&gt;&lt;font color=#000000&gt;USysWare has created
a free collection of Visual Studio tools called DPack which provides a lot of extra
functionality to the developer:&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;&lt;em&gt;&lt;font color=#808080&gt;"DPack is a FREE collection of Microsoft Visual Studio
.NET 2003 and 2005 tools. DPack is designed to greatly increase developer's productivity,
automate repetitive processes and expand upon some of the Microsoft Visual Studio
features. &lt;/font&gt;&lt;/em&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;&lt;em&gt;&lt;font color=#808080&gt;DPack is a FREE collection of Microsoft Visual Studio
.NET 2003 and 2005 tools. DPack includes various browser tools that allow the developer
to quickly narrow the search down to a particular class, method or assembly type.
DPack includes greatly enhanced numbered bookmarks feature, various code navigation
tools as well streamlined surround with feature, and much more. New version introduces
Solution Backup feature. "&lt;/font&gt;&lt;/em&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;&lt;a href="http://www.usysware.com/dpack/"&gt;&lt;font color=#000000&gt;http://www.usysware.com/dpack/&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=12a94382-b116-4d0d-b714-19d4b980aad3" /&gt;</description>
      <comments>http://net.bloggix.com/CommentView,guid,12a94382-b116-4d0d-b714-19d4b980aad3.aspx</comments>
      <category>.NET</category>
    </item>
    <item>
      <trackback:ping>http://net.bloggix.com/Trackback.aspx?guid=3b57436c-e8fb-4048-b0df-4e344913b151</trackback:ping>
      <pingback:server>http://net.bloggix.com/pingback.aspx</pingback:server>
      <pingback:target>http://net.bloggix.com/PermaLink,guid,3b57436c-e8fb-4048-b0df-4e344913b151.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://net.bloggix.com/CommentView,guid,3b57436c-e8fb-4048-b0df-4e344913b151.aspx</wfw:comment>
      <wfw:commentRss>http://net.bloggix.com/SyndicationService.asmx/GetEntryCommentsRss?guid=3b57436c-e8fb-4048-b0df-4e344913b151</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <font color="#000000">
            <a href="http://blog.u2u.info/DottextWeb/patrick/">Patrick Tisseghem</a> was
going to speak about SharePoint site definitions and templates on the TechEd 2005 in
Amsterdam, but his session agenda has changed. He will be speaking about another very
interesting session:</font>
        </p>
        <p>
          <font color="#000000">
            <strong>
              <u>Creating Dynamic Web Sites with ASP.NET 2.0 Web Parts 
<br /></u>
            </strong>
            <em>"Drill down on the new Web Parts infrastructure in ASP.NET 2.0. Learn
how you can use Web Parts to build rich Web sites-</em>
            <em>enabling end users to dynamically
control the layout of pages-and customize the properties of server controls."</em>
          </font>
        </p>
        <p>
          <font color="#000000">We already had a session internally about this subject given
by <a href="http://blogs.tamtam.nl/mart">Mart</a>. I will certainly be there as SharePoint
Geek! :)</font>
        </p>
        <p>
          <a href="http://blog.u2u.info/DottextWeb/patrick/archive/2005/06/09/4311.aspx">
            <font color="#000000">http://blog.u2u.info/DottextWeb/patrick/archive/2005/06/09/4311.aspx</font>
          </a>
        </p>
        <img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=3b57436c-e8fb-4048-b0df-4e344913b151" />
      </body>
      <title>TechEd: Patrick Tisseghem is going to do another session</title>
      <guid isPermaLink="false">http://net.bloggix.com/PermaLink,guid,3b57436c-e8fb-4048-b0df-4e344913b151.aspx</guid>
      <link>http://net.bloggix.com/2005/06/09/TechEdPatrickTisseghemIsGoingToDoAnotherSession.aspx</link>
      <pubDate>Thu, 09 Jun 2005 06:56:33 GMT</pubDate>
      <description>&lt;p&gt;
&lt;font color=#000000&gt;&lt;a href="http://blog.u2u.info/DottextWeb/patrick/"&gt;Patrick Tisseghem&lt;/a&gt; was
going to speak about SharePoint site definitions and templates on the TechEd 2005&amp;nbsp;in
Amsterdam, but his session agenda has changed. He will be speaking about another very
interesting session:&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;&lt;strong&gt;&lt;u&gt;Creating Dynamic Web Sites with ASP.NET 2.0 Web Parts 
&lt;br&gt;
&lt;/u&gt;&lt;/strong&gt;&lt;em&gt;"Drill down on the new Web Parts infrastructure in ASP.NET 2.0. Learn
how you can use Web Parts to build rich Web sites-&lt;/em&gt;&lt;em&gt;enabling end users to dynamically
control the layout of pages-and customize the properties of server controls."&lt;/em&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;We already had a session internally about this subject given by &lt;a href="http://blogs.tamtam.nl/mart"&gt;Mart&lt;/a&gt;.
I will certainly be there as SharePoint Geek! :)&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blog.u2u.info/DottextWeb/patrick/archive/2005/06/09/4311.aspx"&gt;&lt;font color=#000000&gt;http://blog.u2u.info/DottextWeb/patrick/archive/2005/06/09/4311.aspx&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=3b57436c-e8fb-4048-b0df-4e344913b151" /&gt;</description>
      <comments>http://net.bloggix.com/CommentView,guid,3b57436c-e8fb-4048-b0df-4e344913b151.aspx</comments>
      <category>.NET</category>
      <category>ASP.NET</category>
    </item>
    <item>
      <trackback:ping>http://net.bloggix.com/Trackback.aspx?guid=d2144df1-120a-425b-8a55-0e766a6fc2d7</trackback:ping>
      <pingback:server>http://net.bloggix.com/pingback.aspx</pingback:server>
      <pingback:target>http://net.bloggix.com/PermaLink,guid,d2144df1-120a-425b-8a55-0e766a6fc2d7.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://net.bloggix.com/CommentView,guid,d2144df1-120a-425b-8a55-0e766a6fc2d7.aspx</wfw:comment>
      <wfw:commentRss>http://net.bloggix.com/SyndicationService.asmx/GetEntryCommentsRss?guid=d2144df1-120a-425b-8a55-0e766a6fc2d7</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <font color="#000000">On the blog of </font>
          <a href="http://blogs.msdn.com/ejarvi/default.aspx">
            <font color="#000000">Eric
Javri</font>
          </a>
          <font color="#000000"> we can read that November 7th is going to be
the official launch date of Team System. The rest of the products like SQL Server
2005, Visual Studio 2005 and Biztalk Server 2006 will be launched during the week
of November 7th according to Paul Flessner, senior vice president of Server Applications
at Microsoft.</font>
        </p>
        <p>
          <font color="#000000">MSDN:<br /></font>
          <a href="http://msdn.microsoft.com/launch2005/">
            <font color="#000000">http://msdn.microsoft.com/launch2005/</font>
          </a>
        </p>
        <p>
          <font color="#000000">Presspass:<br /></font>
          <a href="http://www.microsoft.com/presspass/press/2005/jun05/TechEd2005Day2PR.mspx">
            <font color="#000000">http://www.microsoft.com/presspass/press/2005/jun05/TechEd2005Day2PR.mspx</font>
          </a>
        </p>
        <p>
          <font color="#000000">FTPOnline:<br /></font>
          <a href="http://www.ftponline.com/weblogger/forum.aspx?ID=1&amp;DATE=06/07/2005&amp;blog=#385">
            <font color="#000000">http://www.ftponline.com/weblogger/forum.aspx?ID=1&amp;DATE=06/07/2005&amp;blog=#385</font>
          </a>
        </p>
        <p>
 
</p>
        <p>
          <a href="http://blogs.msdn.com/ejarvi/archive/2005/06/07/426490.aspx">
            <font color="#000000">http://blogs.msdn.com/ejarvi/archive/2005/06/07/426490.aspx</font>
          </a>
        </p>
        <img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=d2144df1-120a-425b-8a55-0e766a6fc2d7" />
      </body>
      <title>VSTS Tip: Official launch date of Team System</title>
      <guid isPermaLink="false">http://net.bloggix.com/PermaLink,guid,d2144df1-120a-425b-8a55-0e766a6fc2d7.aspx</guid>
      <link>http://net.bloggix.com/2005/06/09/VSTSTipOfficialLaunchDateOfTeamSystem.aspx</link>
      <pubDate>Thu, 09 Jun 2005 06:46:45 GMT</pubDate>
      <description>&lt;p&gt;
&lt;font color=#000000&gt;On the blog of &lt;/font&gt;&lt;a href="http://blogs.msdn.com/ejarvi/default.aspx"&gt;&lt;font color=#000000&gt;Eric
Javri&lt;/font&gt;&lt;/a&gt;&lt;font color=#000000&gt; we can read that November 7th is going to be
the official launch date of Team System. The rest of the products like SQL Server
2005, Visual Studio 2005 and Biztalk Server 2006 will be launched during the week
of November 7th according to Paul Flessner, senior vice president of Server Applications
at Microsoft.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;MSDN:&lt;br&gt;
&lt;/font&gt;&lt;a href="http://msdn.microsoft.com/launch2005/"&gt;&lt;font color=#000000&gt;http://msdn.microsoft.com/launch2005/&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;Presspass:&lt;br&gt;
&lt;/font&gt;&lt;a href="http://www.microsoft.com/presspass/press/2005/jun05/TechEd2005Day2PR.mspx"&gt;&lt;font color=#000000&gt;http://www.microsoft.com/presspass/press/2005/jun05/TechEd2005Day2PR.mspx&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;FTPOnline:&lt;br&gt;
&lt;/font&gt;&lt;a href="http://www.ftponline.com/weblogger/forum.aspx?ID=1&amp;amp;DATE=06/07/2005&amp;amp;blog=#385"&gt;&lt;font color=#000000&gt;http://www.ftponline.com/weblogger/forum.aspx?ID=1&amp;amp;DATE=06/07/2005&amp;amp;blog=#385&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.msdn.com/ejarvi/archive/2005/06/07/426490.aspx"&gt;&lt;font color=#000000&gt;http://blogs.msdn.com/ejarvi/archive/2005/06/07/426490.aspx&lt;/font&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=d2144df1-120a-425b-8a55-0e766a6fc2d7" /&gt;</description>
      <comments>http://net.bloggix.com/CommentView,guid,d2144df1-120a-425b-8a55-0e766a6fc2d7.aspx</comments>
      <category>.NET</category>
    </item>
    <item>
      <trackback:ping>http://net.bloggix.com/Trackback.aspx?guid=0b082ef3-9c3b-44d6-a027-af3d69aed4d4</trackback:ping>
      <pingback:server>http://net.bloggix.com/pingback.aspx</pingback:server>
      <pingback:target>http://net.bloggix.com/PermaLink,guid,0b082ef3-9c3b-44d6-a027-af3d69aed4d4.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://net.bloggix.com/CommentView,guid,0b082ef3-9c3b-44d6-a027-af3d69aed4d4.aspx</wfw:comment>
      <wfw:commentRss>http://net.bloggix.com/SyndicationService.asmx/GetEntryCommentsRss?guid=0b082ef3-9c3b-44d6-a027-af3d69aed4d4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <font color="#000000">Its very cool when you debug T-SQL in Visual Studio .NET. Just
step from your code into a stored procedure in the SQL Server database. I found some
articles at Microsoft about T-SQL Debugging in Visual Studio .NET which could be helpfull
to setup your environment.</font>
        </p>
        <p>
          <font color="#000000">
            <strong>Setting Up SQL Debugging<br /></strong>
          </font>
          <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebugging.asp">
            <font color="#808080">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebugging.asp</font>
          </a>
        </p>
        <p>
          <font color="#000000">
            <strong>Enabling SQL Debugging<br /></strong>
          </font>
          <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebuggingenablingsqldebugging.asp">
            <font color="#808080">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebuggingenablingsqldebugging.asp</font>
          </a>
        </p>
        <p>
          <font color="#000000">
            <strong>Troubleshooting tips for T-SQL Debugger in Visual Studio
.NET</strong>
            <br />
          </font>
          <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;817178&amp;Product=sql">
            <font color="#808080">http://support.microsoft.com/default.aspx?scid=kb;en-us;817178&amp;Product=sql</font>
          </a>
        </p>
        <p>
          <font color="#000000">
            <strong>SQL Debugging: Unable to Start SQL Debug Session</strong>
            <br />
          </font>
          <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtbstroubleshootingsqldebuggingsetuperrormessageunabletostartsqldebugsession.asp">
            <font color="#808080">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtbstroubleshootingsqldebuggingsetu<br />
perrormessageunabletostartsqldebugsession.asp</font>
          </a>
        </p>
        <p>
          <font color="#000000">If you know any other articles about T-SQL Debugging please
don't hesitate to give a comment on this post. I will put it into the list. :)</font>
        </p>
        <img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=0b082ef3-9c3b-44d6-a027-af3d69aed4d4" />
      </body>
      <title>T-SQL Debugging in Visual Studio .NET</title>
      <guid isPermaLink="false">http://net.bloggix.com/PermaLink,guid,0b082ef3-9c3b-44d6-a027-af3d69aed4d4.aspx</guid>
      <link>http://net.bloggix.com/2005/05/26/TSQLDebuggingInVisualStudioNET.aspx</link>
      <pubDate>Thu, 26 May 2005 07:00:30 GMT</pubDate>
      <description>&lt;p&gt;
&lt;font color=#000000&gt;Its very cool when you debug T-SQL in Visual Studio .NET. Just
step from your code into a stored procedure in the SQL Server database. I found some
articles at Microsoft about T-SQL Debugging in Visual Studio .NET which could be helpfull
to setup your environment.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;&lt;strong&gt;Setting Up SQL Debugging&lt;br&gt;
&lt;/strong&gt;&lt;/font&gt;&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebugging.asp"&gt;&lt;font color=#808080&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebugging.asp&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;&lt;strong&gt;Enabling SQL Debugging&lt;br&gt;
&lt;/strong&gt;&lt;/font&gt;&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebuggingenablingsqldebugging.asp"&gt;&lt;font color=#808080&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxlrfsettingupsqldebuggingenablingsqldebugging.asp&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;&lt;strong&gt;Troubleshooting tips for T-SQL Debugger in Visual Studio
.NET&lt;/strong&gt;
&lt;br&gt;
&lt;/font&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;817178&amp;amp;Product=sql"&gt;&lt;font color=#808080&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;817178&amp;amp;Product=sql&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;&lt;strong&gt;SQL Debugging: Unable to Start SQL Debug Session&lt;/strong&gt;
&lt;br&gt;
&lt;/font&gt;&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtbstroubleshootingsqldebuggingsetuperrormessageunabletostartsqldebugsession.asp"&gt;&lt;font color=#808080&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtbstroubleshootingsqldebuggingsetu&lt;br&gt;
perrormessageunabletostartsqldebugsession.asp&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;If you know any other articles about T-SQL Debugging please don't
hesitate to give a comment on this post. I will put it into the list. :)&lt;/font&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=0b082ef3-9c3b-44d6-a027-af3d69aed4d4" /&gt;</description>
      <comments>http://net.bloggix.com/CommentView,guid,0b082ef3-9c3b-44d6-a027-af3d69aed4d4.aspx</comments>
      <category>.NET</category>
      <category>SQL Server</category>
    </item>
    <item>
      <trackback:ping>http://net.bloggix.com/Trackback.aspx?guid=cf07e0b5-a70f-4f52-877a-47cfa0ec0cf3</trackback:ping>
      <pingback:server>http://net.bloggix.com/pingback.aspx</pingback:server>
      <pingback:target>http://net.bloggix.com/PermaLink,guid,cf07e0b5-a70f-4f52-877a-47cfa0ec0cf3.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://net.bloggix.com/CommentView,guid,cf07e0b5-a70f-4f52-877a-47cfa0ec0cf3.aspx</wfw:comment>
      <wfw:commentRss>http://net.bloggix.com/SyndicationService.asmx/GetEntryCommentsRss?guid=cf07e0b5-a70f-4f52-877a-47cfa0ec0cf3</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <font color="#000000">At <a href="http://weblogs.asp.net/rhoward/">Rob Howard's blog</a> we
can read that CodeSmith 3.0 has been released since Monday May 16th. I agree with
him that using code generation tools can save enormous time and prevents common mistakes
by writing the same code over and over again.</font>
        </p>
        <p>
          <em>
            <font color="#000000">"Code generation tools represent one of the most interesting
areas where a tremendous amount of innovation opportunity still exists for improving
the software development process. By automating the process of creating framework,
database access, or other common/repeated code patters developers can save time, companies
can save money, and users of the end product will get better solutions. Why? Instead
of spending hours repeating the same logic flows, data access layers, or implementation
frameworks just write it once as a CodeSmith template. That's right -- using .NET
code you can write a template for how you want your code to be generated. It's still
your code with your formatting your comments and your style -- CodeSmith just helps
you write it faster. In fact, you could say it's like hiring your own personal
army of developers!"</font>
          </em>
        </p>
        <p>
          <font color="#000000">You can download a <a href="http://www.codesmithtools.com/license.aspx">free
30 day trial version</a>.</font>
        </p>
        <p>
          <a href="http://weblogs.asp.net/rhoward/archive/2005/05/17/407197.aspx">http://weblogs.asp.net/rhoward/archive/2005/05/17/407197.aspx</a>
        </p>
        <img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=cf07e0b5-a70f-4f52-877a-47cfa0ec0cf3" />
      </body>
      <title>CodeSmith 3.0 Released!</title>
      <guid isPermaLink="false">http://net.bloggix.com/PermaLink,guid,cf07e0b5-a70f-4f52-877a-47cfa0ec0cf3.aspx</guid>
      <link>http://net.bloggix.com/2005/05/18/CodeSmith30Released.aspx</link>
      <pubDate>Wed, 18 May 2005 06:40:52 GMT</pubDate>
      <description>&lt;p&gt;
&lt;font color=#000000&gt;At &lt;a href="http://weblogs.asp.net/rhoward/"&gt;Rob Howard's blog&lt;/a&gt; we
can read that CodeSmith 3.0 has been released since Monday May 16th. I agree with
him that using code generation tools can save enormous time and prevents common mistakes
by writing the same code over and over again.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;&lt;font color=#000000&gt;"Code generation tools&amp;nbsp;represent one of the most interesting
areas where a tremendous amount of innovation opportunity still exists for improving
the software development process. By automating the process of creating framework,
database access, or other common/repeated code patters developers can save time, companies
can save money, and users of the end product will get better solutions. Why? Instead
of spending hours repeating the same logic flows, data access layers, or implementation
frameworks just write it once as a CodeSmith template. That's right -- using .NET
code you can write a template for how you want your code to be generated. It's still
your code with your formatting your comments and your style -- CodeSmith just helps
you write it faster. In fact, you could say it's like&amp;nbsp;hiring your own personal
army of developers!"&lt;/font&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;You can download a &lt;a href="http://www.codesmithtools.com/license.aspx"&gt;free
30 day trial version&lt;/a&gt;.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://weblogs.asp.net/rhoward/archive/2005/05/17/407197.aspx"&gt;http://weblogs.asp.net/rhoward/archive/2005/05/17/407197.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=cf07e0b5-a70f-4f52-877a-47cfa0ec0cf3" /&gt;</description>
      <comments>http://net.bloggix.com/CommentView,guid,cf07e0b5-a70f-4f52-877a-47cfa0ec0cf3.aspx</comments>
      <category>.NET</category>
      <category>C#</category>
    </item>
    <item>
      <trackback:ping>http://net.bloggix.com/Trackback.aspx?guid=5911805b-2060-458c-bd07-21fd2e6a8014</trackback:ping>
      <pingback:server>http://net.bloggix.com/pingback.aspx</pingback:server>
      <pingback:target>http://net.bloggix.com/PermaLink,guid,5911805b-2060-458c-bd07-21fd2e6a8014.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://net.bloggix.com/CommentView,guid,5911805b-2060-458c-bd07-21fd2e6a8014.aspx</wfw:comment>
      <wfw:commentRss>http://net.bloggix.com/SyndicationService.asmx/GetEntryCommentsRss?guid=5911805b-2060-458c-bd07-21fd2e6a8014</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I like to write all my code in C# and therefore i sometimes have to rewrite some examples
written in VB.NET. This website is a quick reference guide to highlight some key syntactical
differences between VB.NET and C#. Thanks to Tom Shelton, Fergus Cooney and others.
</p>
        <p>
          <a href="http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_comparison.html">http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_comparison.html</a>
        </p>
        <p>
 
</p>
        <img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=5911805b-2060-458c-bd07-21fd2e6a8014" />
      </body>
      <title>VB.NET and C# Comparison</title>
      <guid isPermaLink="false">http://net.bloggix.com/PermaLink,guid,5911805b-2060-458c-bd07-21fd2e6a8014.aspx</guid>
      <link>http://net.bloggix.com/2005/04/05/VBNETAndCComparison.aspx</link>
      <pubDate>Tue, 05 Apr 2005 07:37:04 GMT</pubDate>
      <description>&lt;p&gt;
I like to write all my code in C# and therefore i sometimes have to rewrite some examples
written in VB.NET. This website is a quick reference guide to highlight some key syntactical
differences between VB.NET and C#. Thanks to Tom Shelton, Fergus Cooney and others.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_comparison.html"&gt;http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_comparison.html&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://net.bloggix.com/aggbug.ashx?id=5911805b-2060-458c-bd07-21fd2e6a8014" /&gt;</description>
      <comments>http://net.bloggix.com/CommentView,guid,5911805b-2060-458c-bd07-21fd2e6a8014.aspx</comments>
      <category>.NET</category>
      <category>C#</category>
    </item>
  </channel>
</rss>