Jason N. Gaylord's Blog
Sign in
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.NET
.NET Valley
AJAX
Apple
ASP.NET
Business
Community News
Controls
General Software Development
Hardware
Internet Explorer
JavaScript
LINQ
Microsoft
Microsoft Office
Office 2007
Reviews (Technical)
Silverlight
SQL Server
TECHbash
Tips and Tricks
User Group
Vista
Visual Basic
Visual Studio
Community
Home
Blogs
Media
Groups
Archives
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