Jason N. Gaylord's Blog
Sign in
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.NET
AJAX
ASP.NET
Community News
Design/Development Tools
General Software Development
Hot Links
IIS
Internet Explorer
IT Professional
JavaScript
jQuery
LINQ
Microsoft
MVC
Opinions/Direction
Podcast
Reviews (Technical)
Silverlight
SQL Server
The Technology Post
Tips and Tricks
User Group
Vista
Visual Studio
Community
Home
Blogs
Media
Groups
Archives
August 2009 (1)
July 2009 (5)
June 2009 (14)
May 2009 (26)
April 2009 (5)
March 2009 (1)
February 2009 (5)
January 2009 (7)
December 2008 (6)
November 2008 (7)
October 2008 (15)
September 2008 (14)
August 2008 (15)
July 2008 (1)
June 2008 (14)
May 2008 (25)
April 2008 (9)
March 2008 (7)
February 2008 (6)
January 2008 (2)
November 2007 (1)
October 2007 (5)
September 2007 (4)
August 2007 (2)
July 2007 (2)
June 2007 (6)
May 2007 (6)
October 2007 - Posts
VS2008 VPCs Expiring 11/1 - Backup Your Data Now
by
Jason N. Gaylord's Blog
I just read a post stating that the Visual Studio 2008 VPCs are expiring on November 1st, 2007. It is recommended that you backup any data that you don't want to lose as soon as possible. More information can be found at http://blogs.msdn.com/jeffbe...
Filed under:
Visual Studio
Pennsylvania Cell Phone Ban - Hoax
by
Jason N. Gaylord's Blog
I've been getting emails from numerous people about a Pennsylvania Cell Phone ban. There's been two different letters going around. One looks like a legitimate house bill and the other looks like a legistlative briefing ( http://urbanlegends.about...
Filed under:
Cell Phone
,
Hoax
VB.NET's "yield return"
by
Jason N. Gaylord's Blog
I was struggling with an issue today when converting some C# to VB.NET. C# has a really cool "yield return" statement that is used in an iterator block to provide a value to the enumerator object. VB.NET does not have the "yield" keyword...
Filed under:
.NET
,
Visual Basic
,
C#
Writing a Base64 String to the File System or Browser
by
Jason N. Gaylord's Blog
Quite often, vendors pass images or PDFs to customers using the binary contents of the file. To make it more secure, they convert the binary contents to a Base64 string. A full explanation about Base64 encoding can be found at Wikipedia here . Anyway...
Filed under:
ASP.NET
,
.NET
,
Tips and Tricks
,
Visual Basic
Week In Review - Base Class Library Source, MVP, ASPInsiders
by
Jason N. Gaylord's Blog
On Wednesday, Scott Guthrie announced that beginning with version 3.5 of the .NET Framework (and VS2008), the base class libraries will be browsable and can be used for debugging purposes. On Tuesday I found out that I received the MVP award again. Congrats...
Filed under:
ASP.NET
,
MVP
,
ASPInsiders