These are mostly MSDN, but they cover some of the most common questions that I get: Making custom renderer for … More
Tag: VB.NET
Someone at MS reads my blogs
Not too long ago I posted When to use IDisposable blog entry, so MS has decided release their take on … More
C# to VB Cheat sheet.
I keep telling myself that I am going to write a cheat sheet. Well, there are a ton of them … More
Some good training links
http://www.thedifferenceisobviousvb05.com/Campaign.aspx(Will be downloadable l8r) How Do I…http://msdn.microsoft.com/asp.net/learning/learn/newtodevelopment/default.aspx Look at the “Free Elearning” sub sectionshttp://www.microsoft.com/technet/prodtechnol/sql/2005/learning/default.mspx
ASP.NET Project "Atlas" Quickstart Tutorial
ASP.NET Project “Atlas” Quickstart Tutorial If you liked the simplicity of MagicAjax.net but want more, try out Microsoft’s Atlas.Ajax for … More
Microsoft ships beta stuff
SQL 2005 Management ToolsThough the SQL Engine is solid as a rock from my testing the management tools are still … More
Webservice Authentication Made Simple
< system.web.services.webservice(description:="authenticationName:=”AD”, _Namespace:=http://Tempuri.org/AD/AD) > _Public Class VPOInherits System.Web.Services.WebService #Region ” Web Services Designer Generated Code “ ‘Implimentation of the Header … More
Deformatting phone numbers using regular expressions
Public Class Deformatters ‘Note: This was based on the Nokia keypad layout ‘Some phones use the #1 key for space, … More
A simple way to scrape other sites
We have seen most demos show us to create streams, connections, etc, just to download a file. Here it is … More
Strongly Typed DataReaders for VB.Net
I wanted to finish this presentation code before posting, but it is taking too long. So here is my presentation … More