3 items found in the VB.Net Category
Book Review - Beginning ASP.NET 3.5 in C# and VB
Mikesdotnetting
-
26 October 2008 11:01
Over the years, I have picked up and read many Beginners books that attempt to get someone started on the road to building web sites with ASP.NET. Nearly all of them assumed that their readers know more than they might. Some of them seem to assume that all readers are upgrading from one version of the .NET framework to another, while others assume that you already know about core web development technologies such as HTML, CSS, C# or VB etc. I well remember being frustrated with my first book, in that it didn't give me enough basic information to get started with web development, let alone web development with ASP.NET. Now, up steps Imar Spaanjaars, with his effort: Beginning ASP.NET 3.5 in C# and VB (Wiley/Wrox, ISBN: 978-0-470-18759-3).
Click to read more about Book Review - Beginning ASP.NET 3.5 in C# and VB ...
Filed under:
C#
VB.Net
ASP.NET 3.5
Book Review
as
General
Viewed: 12570 times
Splitting strings with C# and VB.NET
Mikesdotnetting
-
20 May 2007 20:21
Examples of splitting strings into arrays using C# and VB.Net, both with the String.Split() method, and the Regular Expressions Split() method.
Click to read more about Splitting strings with C# and VB.NET ...
Send form content by email in ASP.NET
Mikesdotnetting
-
10 May 2007 22:53
Using ASP.NET to send the contents of a form by email is a common requirement. This sample looks at generating an email using System.Net.Mail in both plain text and html format from a very basic Contact Us form.
Click to read more about Send form content by email in ASP.NET ...
Filed under:
C#
ASP.NET 2.0
VB.Net
as
Snippet
Viewed: 119903 times


