Here is the link:
http://jason.diamond.name/weblog/2006/07/29/some-handy-visual-studio-2005-keyboard-shortcuts
Jalpesh Vadgama's blog about technologies and life.
Full Stack Developer with 12+ years of experience
I can help you getting your projects done. I'm available for new work
Hire Me
Following are some new features that are described in article for visual studio 2008
Here it the link for that article...
http://www.asp.net/downloads/vs2008/
Hello guys,
Sorry for not posting anything for long time. Actually i was busy about changing my job.
We have use the dropdownlist with millians of time some developer still does not know that how to insert the listitem at particular level.
Suppose your dropdownlist is having 5 items and it isbound with some datasource and you want to insert "--Select---" on the top of the order. You can do it easily with following code.
DropDownList1.Items.Insert(0, new ListItem("--Select---", "0"));
So "--Select--" will be added at the top of the dropdownlist box. You can add it at any index as you want via specifing index as first argument.
If you are using the asp.net 2.0 then it is having one property
AppendDataBoundItems set it to true and write directly a new list item in html code. It will work.
Happy Programing...
-Events to customize code generation
-Abstract types in EDM models
-Complex types
-
-Entity key serialization
-Increased persistence ignorance in entity data classes
-Improved connection management in ObjectContext
-Improved DataBinding usability
-Metadata annotations
-Better support for span over LINQ to Entities queries
-Improvements to LINQ queries: additional canonical functions and automatic mapping from CLR functions to server functions
-A new event for extensibility of SaveChanges
-Usability and consistency improvements
-Polymorphic results from stored procedures
You can download it form here:
For more details visit following ado.net team blog post:
Another link related to ADO.NET Entity framework is following:
http://channel9.msdn.com/ShowPost.aspx?PostID=217633
To know what is ado.net entity framework. Please visit following link:
It contains white papers with following different categories..
ASP.NET Security White papers
Forms Authentication
User Input Data Validation
Code Access Security
Communications Security
Cryptography
Installation and Setup White papers
Configuration
SQL Server Whitepapers
General Whitepapers
On this page you will find whitepapers to help you install and configure ASP.NET, and to assist you to write secure, fast and flexible ASP.NET applications
here is the link for asp.net whitepaper page:
http://www.asp.net/learn/whitepapers/
Please put your valuable comments how you like the blog. Suggestions are also welcome. I am here for my valuable readers and i want to provide valuable content to my readers.
App_Data contains the database for a application and other data files like .mdf,xml,text and .csv files used in web application.This folder are used to stored data related entities.
App_GlobalResources
ASP.NET allows us to create resource files. There are two types of resources files one is global and another one is local. The global resources files are available to whole application. While local resouces files are available to specific page only. This folder store global resource files with .resx extensions.
App_LocalResources
This folder stored local resources files.
This folder store web reference of web service from a asp.net 2.0 application. You can web reference via right click project in solutions explorer and then click add web reference.
The App_Browsers folder holds browser files, which are XML files used to describe characteristics and capabilities of these browsers
Bin
This folder contains assembly files for controls and web pages.Assembly files are basically a .dll files. Any .dll files found this folder automatically links to whole application.
This folder structure are basically supported by asp.net 2.0. You can also create your own folder structure by right click project name in solution explorer. and add new folder.
The ability to transform corporate data into meaningful and actionable information is the single most important source of competitive advantage in today’s business world. Harnessing the data explosion to better understand the past and get direction for the future has turned out to be one of the most challenging ventures for enterprise Information Technology departments in global organizations. There are three broad categories of issues associated with data integration:
•Technology challenges
•Organizational issues
•Economic challenges
In this paper, we will explore these challenges in detail and discuss how to address them with Microsoft® SQL Server™ 2005 Integration Services (SSIS). First, let’s view them in the context of a real-world scenario.
Microsoft sql server 2005 integration services is just like dts services in sql server 2000 but now it is called integration services with Microsoft sql server 2005
here is the link for more details.
http://www.microsoft.com/technet/prodtechnol/sql/2005/intro2is.mspx
<root></root>
Microsoft Enterprise library works with .net framework 2.0 and 3.0
For more details about Microsoft enterprise 3.1 and other release version of Microsoft enterprise library. Please visit following link
http://msdn2.microsoft.com/en-us/library/aa480453.aspx
To download Microsoft enterprise library please visit following link:
System requirements for Microsoft enterprise library 3.1 is as following:
Microsoft .net framework 2.0 or 3.0 (some application block does not work with .net framework 2.0)
Microsoft Visual Studio 2005 development system (any of the following editions):
Microsoft Visual Studio 2005 Standard Edition
Microsoft Visual Studio 2005 Professional Edition
Microsoft Visual Studio 2005 Team Edition for Software Developers
Microsoft Visual Studio 2005 Team Edition for Software Testers
Microsoft Visual Studio 2005 Team Edition for Software Architects
Microsoft Visual Studio 2005 Team Suite
To use the Application Block Software Factory and the Strong-Naming Guidance Package, you need the Guidance Automation Extensions (GAX). To modify these guidance packages, you also need the Guidance Automation Toolkit (GAT).