Email Alerts
-
ASP.NET Ajax Tutorial
This reference introduces developers to Microsoft's ASP.NET Ajax framework with a plethora of tips, tutorials and webcasts. Learning Guide
-
Silverlight Tutorial
Silverlight is Microsoft's framework for building browser- and platform-agnostic Web apps. This resource will help developers see what Silverlight can do for them. Tutorial
-
Ajax Learning Guide
Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach (Asynchronous JavaScript and XML) and learn how Web developers using Ajax are enriching the user experience wi... Learning Guide
-
LINQ Learning Guide
This learning guide examines LINQ, one of the most important new features of Visual Studio 2008. Learning Guide
-
F# Programming Fast Guide
F# is a functional programming language that runs on the CLR and the .NET Framework. This Fast Guide links to resources that introduce and explain F#. Fast Guide
-
Agile Development Learning Guide
The Agile approach offers an enticing alternative to "developer make-work" that is so often done in the name of a fixed process. This collection of resources on Agile software development methods, compiled by Brent Sheets, is an introduction to the A... Learning Guide
-
.NET User Groups Learning Guide
Looking to connect with other .NET developers and architects? This learning guide will help you find the user group nearest you. Learning Guide
-
Quick Start: Visual Studio 2008 Learning Guide
This Learning Guide links to helpful resources for developers and architects who want to get started with Visual Studio 2008. Learning Guide
-
SharePoint 2007 Learning Guide
This Learning Guide introduces .NET developers and architects to SharePoint 2007 through a series of articles, blog entries, tutorials and videos. Learning Guide
-
Mini-guide: Interop Forms Toolkit
Are you a Visual Basic 6 developer in need of some interop love? You're in luck, Microsoft recently released the Interop Forms Toolkit 2.0. This free migration add-in allows VB6 applications to display .NET forms and controls. And thankfully, the too... Learning Guide
- See more Essential Knowledge on .NET tutorials, guides and quizzes
-
Developer Swag: 10 Sidebar Gadgets for Developers
I've assemblied a collection of 10 Windows Vista sidebar gadgets that are geared especially toward developers. Keep these handy gadgets at your fingertips to convert code between Visual Basic and C#, search MSDN for developer content, and much more. ... Article | 04 Sep 2007
-
SearchVB.com's product news home page
This page offers links to each edition of Windows Developments, SearchVB.com's monthly roundup of new and updated .NET development tools. Article | 11 Jul 2007
-
Developer Swag: Free Visual Studio Add-ins
Some Visual Studio add-ins are quite expensive. But every once in a while, a free add-in comes along that hits the spot. So I've gathered a sampling of the best open-source and no-cost add-ins that are worthy of a place on your tool belt. Once you us... Article | 02 Jul 2007
-
Learning .NET: Book Excerpts from SearchVB.com
With topics ranging from Master Pages to data binding to Visual Studio Tools for Office, our chapter downloads will help you stay on top of your game. Article | 17 Apr 2007
-
Learning .NET: Application Development Resources from SearchVB.com
From Ajax to Visual Studio, SearchVB.com's learning guides cover the topics most important to .NET developers. Explore these key resources here. Article | 02 Jan 2007
-
Visual Studio 2005 Learning Guide
We've added a plethora of articles, tips, book excerpts and other references to this learning guide, which dives deeply into Microsoft's IDE for application development. Article | 20 Nov 2006
-
ZipForge brings Zip compression, backup to .NET apps
ComponentAce, maker of data encryption and compression products, has brought its ZipForge technology to the .NET Framework. Article | 07 Sep 2006
-
Mini-Guide: Microsoft Atlas
How will the growing interest in AJAX and the Web 2.0 movement impact you as a Microsoft developer? In a word, it's called Atlas. Microsoft Atlas is a new ASP.NET AJAX framework that simplifies and extends the AJAX development approach. Find out how ... Article | 21 Mar 2006
-
ASP.NET AJAX Mini-Guide
How will the growing interest in AJAX and the Web 2.0 movement impact you as a Microsoft developer? In a word, it's called Atlas. Microsoft Atlas is a new ASP.NET AJAX framework that simplifies and extends the AJAX development approach. Find out how ... Article | 21 Mar 2006
-
Testing and Debugging Learning Guide
Discover the testing tools included in Visual Studio Team Edition and start whipping your application into shape today. The content in our guide is arranged by task and test type to help you quickly understand how to create, manage and run your own t... Article | 07 Mar 2006
- See more News on .NET tutorials, guides and quizzes
-
New features in Windows 7 bring new UI considerations for developers
A lot of the new features in Windows 7 are cosmetic, but programmers should update their applications to keep up with the new look and feel. And if developers haven't updated their code to elevate UAC privileges correctly, there's no time like the pr... Tip
-
Free book from Microsoft brings patterns and practices to .NET
The 400-page book on application architecture -- available free on codeplex -- is a good read that brings a long line of patterns and practices concepts to the .NET framework. Tip
-
Return to CodePlex: Into the Sandcastle…
You can create documentation automatically as you program in .NET using Microsoft's Sandcastle open-source software. Microsoft's Sandcastle returned to the CodePlex Open Source Project Community web site after being taken away last month. Sandcastle... Tip
-
VBScript Tutorial
VBScript (Visual Basic Scripting Edition) is an interpreted scripting language from Microsoft. It is a subset of the Visual Basic programming language and follows the same syntax. Learn more in this introductory tutorial. Tip
-
Book Review: Understanding .NET, Second Edition
Ed Tittel calls this book an effective .NET tutorial for software developers and their managers. It covers the My namespace, ASP.NET, the CLR and other important topics. Tip
-
Using data sources with databases: Ch. 14 of Murach's VB 2005
This book excerpt offers tips for binding data to Windows Forms, using data sources with DatGridView and TextBox controls and performing data queries. Tip
-
Developing for smart devices: Solving the multiple resolution/ orientation problem
With mobile devices, the most challenging issue is supporting different form factors and screen orientations. This article shows how the Mobile Client Software Factory is a simplification for authoring UIs for multiple devices. Tip
-
Check out FxCop for .NET managed code assemblies
FxCop lets developers check their managed code up against the .NET Framework. Tip
-
The polymorphism debate, part 3
The polymorphism debate is refueled by this programmer's commentary. Tip
-
Check out 'The Book of Visual Studio .NET'
Review of basic book on .NET. Tip
- See more Tips on .NET tutorials, guides and quizzes
-
Load a DSL domain model instance file programmatically
Here Daniel Cazzulino explains how to load a DSL (domain specific language) domain model instance file programmatically. This requires the .NET type of the domain model and its corresponding designer. Ask the Expert
-
Where are the Samples.vs macros?
Ask the Expert
-
How do I launch default e-mail client with a attachment already inserted?
Ask the Expert
-
What is the code for Sine and Cosine functions in VS library?
Ask the Expert
-
How do you send (SendKeys) a numeric pad Enter (KeyState= 00000100) key versus a standard Enter key
Ask the Expert
-
How do I map the file path and URL for my project to the same server?
Ask the Expert
-
How can I optimize the loading of data into my datasets?
Ask the Expert
-
How can I create a 'find and replace' dialog box using MDI?
Ask the Expert
-
Can I use VB.NET to connect to an Excel spreadsheet and search for a value?
Ask the Expert
-
Working with COM+ in .NET
Ask the Expert
- See more Expert Advice on .NET tutorials, guides and quizzes
-
ASP.NET Ajax Tutorial
This reference introduces developers to Microsoft's ASP.NET Ajax framework with a plethora of tips, tutorials and webcasts. Learning Guide
-
Silverlight Tutorial
Silverlight is Microsoft's framework for building browser- and platform-agnostic Web apps. This resource will help developers see what Silverlight can do for them. Tutorial
-
New features in Windows 7 bring new UI considerations for developers
A lot of the new features in Windows 7 are cosmetic, but programmers should update their applications to keep up with the new look and feel. And if developers haven't updated their code to elevate UAC privileges correctly, there's no time like the pr... Tip
-
Free book from Microsoft brings patterns and practices to .NET
The 400-page book on application architecture -- available free on codeplex -- is a good read that brings a long line of patterns and practices concepts to the .NET framework. Tip
-
Return to CodePlex: Into the Sandcastle…
You can create documentation automatically as you program in .NET using Microsoft's Sandcastle open-source software. Microsoft's Sandcastle returned to the CodePlex Open Source Project Community web site after being taken away last month. Sandcastle... Tip
-
VBScript Tutorial
VBScript (Visual Basic Scripting Edition) is an interpreted scripting language from Microsoft. It is a subset of the Visual Basic programming language and follows the same syntax. Learn more in this introductory tutorial. Tip
-
Ajax Learning Guide
Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach (Asynchronous JavaScript and XML) and learn how Web developers using Ajax are enriching the user experience wi... Learning Guide
-
LINQ Learning Guide
This learning guide examines LINQ, one of the most important new features of Visual Studio 2008. Learning Guide
-
F# Programming Fast Guide
F# is a functional programming language that runs on the CLR and the .NET Framework. This Fast Guide links to resources that introduce and explain F#. Fast Guide
-
Agile Development Learning Guide
The Agile approach offers an enticing alternative to "developer make-work" that is so often done in the name of a fixed process. This collection of resources on Agile software development methods, compiled by Brent Sheets, is an introduction to the A... Learning Guide
- See more All on .NET tutorials, guides and quizzes
About .NET tutorials, guides and quizzes
.NET development tutorials, learning guides and quizzes, with an emphasis on Visual Basic, ASP.NET, Visual Studio and.NET 3.0.