-
Search
-
Archives
- May 2025
- May 2022
- July 2020
- June 2020
- May 2020
- March 2020
- August 2019
- May 2019
- February 2019
- January 2019
- October 2018
- May 2018
- April 2018
- January 2018
- December 2017
- June 2017
- May 2017
- August 2016
- December 2015
- May 2015
- November 2014
- July 2014
- June 2014
- March 2013
- December 2012
- September 2012
- January 2012
- October 2011
- March 2011
- November 2010
- October 2010
- August 2010
- May 2010
- March 2010
- January 2010
- October 2009
- May 2009
- April 2009
- March 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- June 2007
- May 2007
- February 2007
- November 2006
- October 2006
- September 2006
- July 2006
- May 2006
- April 2006
- March 2006
- October 2005
-
Meta
Author Archives: sujatad
LINQ
LINQ doesn’t have the equivalent of the SQL “IS NULL” operator. e.g. SELECT * FROM dbTable where dbColumn IS NULL In LINQ to write a query against nullable column, fashion the query as, var results = from a in dbTable where a.dbColumn == null select a; or string myVar = null; var myRows = from […]
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Entity Framework, LINQ
Comments Off on LINQ
Virtual PC Console not displayed
Virtual PC Console not displayed Ran into an issue where my Virtual PC Console would not display even when the program was up and running, turned out that it was an issue with the previous display position that is stored in a configuration file – %APPDATA%\Microsoft\Virtual PC\Options.xml. To fix the problem, exit the Virtual PC […]
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Virtualization
Comments Off on Virtual PC Console not displayed
ADO.NET data services
ADO.NET data services does not support SQL Server 2008 DateTimeOffset type… Too bad.
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> ADO.net, Entity Framework
Comments Off on ADO.NET data services
PDC 2008
Interesting PDC sessions by Anders Heilberg on c# 4.0.. Liked his comment – new static type called ‘dynamic’.
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> c#
Comments Off on PDC 2008
BizTalk Server 2009
BizTalk Server 2006 R3 is now BizTalk Server 2009. Microsoft has made the official announcement, with a roadmap on future versions and integration with ‘OSLO’. BizTalk Server 2009 will support the Windows Server 2008 platform. CTP expected about the end of the year.
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> BizTalk Server
Comments Off on BizTalk Server 2009
New SQL Server User Group!!
Local SQL Server expert Kevin Boles is close to starting a new SQL Server User Group here in Huntsville.
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> SQL Server
Comments Off on New SQL Server User Group!!
Gustav
Gustav seems to be gathering steam as it heads towards the US southern coastline. Checking the National Weather Service Site for latest news…
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> AL
Comments Off on Gustav
Goosh!!!
Goosh.org – UNIX like command line interface to Google…
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Tools
Comments Off on Goosh!!!
Twitter is a great micro-blogging tool, that is growing in popularity by leaps and bounds. At 140 character length per tweet, it forces you to be brief and to the point (which is a good thing). Have chirpr on gadgets bar.
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Social Media
Comments Off on Twitter
Code Repositories
Most people are familiar with codeplex, a popular code repository. Here are some other links to check out, github, sniplr, codeproject.
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET
Comments Off on Code Repositories