Posted on April 30, 2007 by balanagaraj
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, [...]
Filed under: Web Application | No Comments »
Posted on April 19, 2007 by balanagaraj
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 [...]
Filed under: Microsoft Visual Studio | No Comments »
Posted on April 17, 2007 by balanagaraj
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
Filed under: Web Application | No Comments »
Posted on April 13, 2007 by balanagaraj
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 [...]
Filed under: Patterns&Practices | No Comments »
Posted on April 13, 2007 by balanagaraj
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 [...]
Filed under: Software Architecture | No Comments »
Posted on April 13, 2007 by balanagaraj
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 [...]
Filed under: .NET Smart Device Applications | No Comments »
Posted on April 10, 2007 by balanagaraj
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 [...]
Filed under: Windows Application | 1 Comment »