Skip to content
Morning Dew by Alvin Ashcraft
  • Home
  • More About Me
  • Privacy Policy

Month: May 2007

Nullable DateTime in .NET 2.0

Posted on May 24, 2007 | by Alvin A.

Thanks to generics in 2.0, now any value type can be NULL.

    public class DateTimeNullTest
{
private Nullable<DateTime> oDate = new Nullable<DateTime>(DateTime.Now);

public DateTimeNullTest()
{
// Yay - It doesn't blow up!
if (oDate != null)
oDate = null;
}
}

 


AddThis Social Bookmark Button var addthis_pub = ‘alashcraft’;

Technorati tags: c#, .net, null, generics, pattern
Find me on MySpace and be my friend!

Posted in Uncategorized

Rambo IV Trailer

Posted on May 22, 2007 | by Alvin A.

Looks like John Rambo has a few more people to kill.

[youtube=http://www.youtube.com/watch?v=yE8Zukeb6bQ]


AddThis Social Bookmark Button var addthis_pub = ‘alashcraft’;

Find me on MySpace and be my friend!

Posted in Uncategorized

Get Lost

Posted on May 22, 2007 | by Alvin A.


AddThis Social Bookmark Button var addthis_pub = ‘alashcraft’;

Find me on MySpace and be my friend!

Posted in fish, game, lost

Posts navigation

Older posts
Newer posts

Syncfusion Blazor Tools
– My WPF Tips Site
– My WinUI Tips Site
– Get my two books from Packt Publishing

About Me

I am a Philadelphia-area technical writer, .NET developer, husband, dad, and geek. I currently work for Microsoft and have over 27 years of software development and writing experience.

More…

Change | Delete

May 2007
S M T W T F S
 12345
6789101112
13141516171819
20212223242526
2728293031  
    Jun »

Tags

.net core (691) .net maui (411) agile (1115) android (824) angular (847) asp.net (781) asp.net core (554) asp.net mvc (579) aws (407) blazor (657) c# (2173) css (762) devops (416) entity framework (473) f# (950) flutter (587) github (523) javascript (2635) jquery (430) kubernetes (334) microsoft azure (1920) ms teams (618) node.js (386) powershell (1975) python (349) raven db (484) react (546) resharper (361) sharepoint (1356) silverlight (941) sql server (3303) tfs (331) typescript (664) uwp (565) visual studio (2623) vs2010 (696) vs code (506) windows 8 (419) windows 10 (613) windows azure (556) windows phone (893) winrt (378) wpf (1610) xamarin (1623) xaml (951)
© 2023 Morning Dew by Alvin Ashcraft | Bootstrap WordPress Theme
Follow me on Mastodon
Mastodon (old)