|
|
|
|
|
|
| | Total Hits: 4 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  Discusses the new features in Microsoft Visual Studio code-named "Whidbey" that will make development of data-driven Web applications easier and faster. These features include a better HTML source editor, better IntelliSense, improved data access support, and full XHTML standards support.... |
| | Total Hits: 29 | Today: 0 | Author: ScottGu's Blog | Rating:  |
| |  I’ve seen several questions come up in the last few days regarding techniques for structuring project layouts with web projects in VS 2005. In particular, I’ve received several good questions asking for ways to manage large image directories as well as temporary storage directories underneath web project roots. One goal with both questions has been to find ways to avoid these files from showing up in the VS web project solution explorer and cluttering up the web project view, as well as to avo... |
| | Total Hits: 32 | Today: 0 | Author: ScottGu's Blog | Rating:  |
| |  One of the questions I’ve been asked a few times recently is whether it is still possible to build web projects that encapsulate common libraries of .ascx web user controls or .aspx pages with VS 2005 that can then be easily re-used across multiple other web projects (note: the quick answer is “yes"). This blog post walks-through how to easily accomplish this with VS 2005, as well as some of the new features you can take advantage of to make this scenario even better than before.... |
| | Total Hits: 40 | Today: 0 | Author: ScottGu's Blog | Rating:  |
| |  One of the cool new features in ASP.NET 2.0 is support for what we call "build providers". These are providers that can plug into the ASP.NET compilation system and provide custom compilation support for file-types. ASP.NET ships with a number of built-in providers in the box -- including support for .wsdl and .xsd files. These providers can automatically generate the appropriate proxy or dataset class for you without you having to manually generate code and keep it in sync with the declarati... |
| | Total Hits: 37 | Today: 0 | Author: ScottGu'sBlog | Rating:  |
| |  One of the cool new features in VS 2005 that I was playing with a little today is the ability to export and then re-use project item templates. This enables developers to easily define common templates that they can re-use over and over when adding new pages/classes/controls into web projects or class libraries, and avoid repetitively typing standard content or code.... |
| | Total Hits: 11 | Today: 0 | Author: ScottGu's Blog | Rating:  |
| |  The final release of ASP.NET 2.0 now emits XHTML 1.0 Transitional content by default, and VS 2005 also now defaults to validating content markup and providing intellisense/statement completion for both HTML and Javascript using an XHTML 1.0 Transitional schema.... |
| | Total Hits: 28 | Today: 0 | Author: scottgu | Rating:  |
| |  Web Projects are used when building ASP.NET applications inside Visual Studio 2005. They can be used either standalone where everything within an application lives inside a single project, or together with class library, data, web-service, unit-test and/or any other project supported by Visual Studio as part of a Solution.... |
| | Total Hits: 2 | Today: 0 | | Rating:  |
| |  This article discusses a Beta release of a Microsoft product. The information in this article is provided as-is and is subject to change without notice. No formal product support is available from Microsoft for this Beta product. For information about how to obtain support for a Beta release, see the documentation that is included with the Beta product files, or check the Web location where you downloaded the release.... |
| | Total Hits: 5 | Today: 0 | Author: Kamran Qamar | Rating:  |
| |  ASP.NET's new functionalities, like Membership, Personalization, and Profile, are based on the provider model. The provider model defines an easy plug-and-play architecture. You can use custom providers or write your own providers and use them without rewriting and recompiling the entire solution. In this article, Kamran M Qamar will explain what the provider model is, when it should be used, which functionalities in ASP.NET are using it, how you can create your own providers, and finally how yo... |
| | Total Hits: 3 | Today: 0 | Author: Kamran Qamar | Rating:  |
| |  In .NET 1.x it was difficult to deal with null values for value-types. The .NET 2.0 overcomes this shortcoming with the help of generics and nullable type. In this column piece Kamran Qamar demonstrates what nullable types are and how to use them... |
| | Total Hits: 9 | Today: 0 | Author: Stephen Walther | Rating:  |
| |  Microsoft ASP.NET 2.0 has many features to help you design and build Web sites that are compliant with XHTML and accessibility standards. This article looks at how and why you should be building these standards-compliant sites.... |
| | Total Hits: 4 | Today: 0 | Author: Derek Strickland | Rating:  |
| |  ASP.NET 2.0 ships with a public release of the Microsoft Portal Framework (MSPF). Previously available only to SharePoint developers, the Portal Framework is centered on the concept of Web Parts. This article is the first in a series aimed at introducing the MSPF from a development and implementation perspective.... |
| | Total Hits: 19 | Today: 0 | | Rating:  |
| |  In this article we will discuss The Migration and Compilation, Standards, Licensing, Security, IDE and the Project System, Dataand Cut Features in ASP.Net 2.0 (Beta)... |
| | Total Hits: 176 | Today: 0 | Author: Jeevan Murkoth | Rating:  |
| |  The introduction of ASP.NET in 2002 signified a big change in Microsoft server-side technologies for building Web sites. It represented a shift from the interpreted Active Server pages (ASP) to compiled ASP.NET pages. The compiled ASP.NET Web applications were much faster than the interpreted ASP applications and presented the developer with a variety of advantages, one of them being dynamic compilation.... |
| | Total Hits: 23 | Today: 0 | Author: Michael Earls | Rating:  |
| |  One of the most basic ways to navigate within an application is by use of a tab control. Tabs are easy to use and users are very familiar with them. There have been many implementations of tab controls for Web applications, but they had often required advanced client-side script that was only supported in a few browsers, or they required extensive and confusing server-side include files. ASP.NET 2.0 provides a few things that make this easier to do with no dependency on functional code. In this ... |
| | Total Hits: 17 | Today: 0 | Author: Dino Esposito | Rating:  |
| |  Learn how the tools for building custom data-bound controls evolve in ASP.NET 2.0.... |
| | Total Hits: 78 | Today: 0 | Author: Shailesh Kumar Saha | Rating:  |
| |  ASP.NET 2.0 introduces a lot of new features. Some of these features aim to simplify the problems faced using the earlier versions and some features are introduced to provide lots of new facilities. ASP.NET 2.0 aims to reduce the amount of code required to accomplish common Web programming tasks by 70 percent or more. The most important features that are to be incorporated in ASP.NET 2.0 are Master Pages,DataSource Controls,Themes and Skins,New Controls,Personalization.... |
| | Total Hits: 15 | Today: 0 | Author: Mahesh Chand | Rating:  |
| |  Master pages is a new concept in ASP.NET 2.0, which allows site developers to build master templates for their site's look and feel and put all common code which is shared by all the pages. In this article, I will show you how to take advantage of master pages in your applications when building a Web site using ASP.NET 2.0.... |
| | Total Hits: 12 | Today: 0 | Author: Mahesh Chand | Rating:  |
| |  ASP.NET Configuration Wizard is a new feature available in Visual Studio 2005, which takes care ASP.NET Web Application configuration and deployment problems and allows developers to set Web application settings using a visual interface. In this article, we will see ASP.NET configuration options.... |
| | Total Hits: 9 | Today: 0 | Author: dotnetheaven | Rating:  |
| |  ASP.NET 2.0, the latest version of ASP.NET has many improvements that greatly increase developer productivity. These new enhancements arm the developers with a powerful platform that can make a significant impact in the way Web applications are developed and maintained. This article gives you a peek into many of these new features available in ASP.NET Whidbey.... |
|
|
|
|
|
|