Microsoft Web Developement Learning Resources

Microsoft Web Developement Learning Resources
(The fastest way to increase the price on your head)
Microsoft® Web Development Learning Series, sponsored by Microsoft and Dr. Dobb’s. Choose from more than 60 learning modules designed to leverage the Web development skills you’ve already mastered. The modules are organized by tracks and include Virtual Labs and webcasts for PHP, [...]

Beginner Learning Center

Microsoft Visual Studio Express Editions Beginner Developer Learning Center
Hi folks,You want to change your career to Microsoft.NET technologies..but You  feel any difficulties to learn .NET..don’t worry about it,Microsoft provides free learning resources on you.Get it.let’s make things better
Overview
Welcome to the Beginner Developer Learning Center - a centralized learning environment specifically targeted to beginning programmers. Here you’ll find [...]

ASP.NET web application index based search engine

How to develope index based searching in ASP.NET web application?
Lucence.NET(formerly DotLucence) is the fastest open source search engine for .NET.
http://www.dotlucene.net/
download from here
http://www.dotlucene.net/tools
online demo
http://www.dotlucene.net/demo/
tools ,demo and samples
http://www.dotlucene.net/tools
now dotlucence.net was closed but dont worry,But all Dotlucence library updated versions available on sourceforge.net
http://sourceforge.net/project/showfiles.php?group_id=119263
codeproject offers  implement index based searching in our  ASP.NET web application
check here : http://www.codeproject.com/useritems/Search_with_in_documents.asp

Microsoft Application Blocks

MicroSoft Application blocks
    Application blocks help address the common problems that developers face from one project to the next. They are designed to encapsulate the Microsoft recommended best practices for .NET-based applications. In addition, they can be added to .NET-based applications quickly and easily. For example, the Data Access Application Block provides access to the [...]

Software Architecture

Software Architecture
 Architecture is the organizational structure of a system. An architecture can be recursively decomposed into parts that interact through interfaces, relationships that connect parts, and constraints for assembling parts. Parts that interact through interfaces include classes, components and subsystems
Software architecture is “the structure of the components of a program/system, their interrelationships, and principles and [...]

.NET Compact Framework 2.0

Introduction
The .NET Compact Framework brings the powerful programming environment of the .NET Framework to devices.
The .NET Compact Framework is a hardware-independent environment for running programs on resource-constrained computing devices, encompassing personal data assistants (PDAs) such as the Pocket PC, mobile phones, set-top boxes, automotive computing devices, and custom-designed embedded devices built with the Windows CE [...]

Windows Forms Applications

Hi .net buddies!Windows forrms applications are very intersting one then last twelve months i playing on this forms and here i provide some useful informations on windows forms what was i know about this…
How to carry value from one form to another form in vb.net windows applications?
Web applications you can able to using session objects,But [...]