6 Resources for
microsoft asp.net and software engineering/development
Did you mean
Microsoft ASP.NET 2.0 (202 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Easily manipulate data with the GridView control in ASP.NET 2.0
- Last week, I introduced ASP.NET 2.0's GridView data control and covered the basics of using it.This week, I go a step further by going into the details of working with thedata contained in the control. This includes viewing, editing, and deletingdata. Thankfully, the GridView control makes it easyto utilize these...
- Technical articles 2007-03-06
- Working with the GridView control in ASP.NET 2.0
- The DataGrid control is one ofthe more powerful and most used ASP.NET 1.1 controls, but it has its share oflimitations. Microsoft listened to at least some of the requests from developers anddelivered changes with ASP.NET 2.0, including the introduction of two new datacontrols: GridView and DetailsView.This week, I focus on...
- Technical articles 2007-02-27
- Understand ASP.NET 2.0 configuration file processing
- Configuration files are an important aspect of .NETdevelopment. ASP.NET applications have web.config and other configurationfiles, while non-Web applications have app.config.Here's a closer look at how ASP.NET 2.0 uses configuration files (specifically machine.configand web.config).The filesASP.NET 2.0 includes a number of configuration files with astandard .NET installation. The following list provides an...
- Technical articles 2007-02-13
- Post data to other Web pages with ASP.NET 2.0
- Standard HTML forms allow you to post or send its data toanother page or application via the method attribute of the form element. InASP.NET 1.x, Web pages utilize the postback mechanismwhere the page's data is submitted back to the page itself. ASP.NET 2.0provides additional functionality by allowing a Web page...
- Technical articles 2007-01-30
- Working with Web Parts in ASP.NET 2.0
- Web Parts are one of the more interesting features inASP.NET 2.0. They are a new family of controls available for building dynamicWeb interfaces that allow users to easily customize or personalize a page. WebParts are components that users can display, hide, or move. This week, Iprovide an overview of the...
- Technical articles 2006-12-12
- Dealing with ASP.NET's view state
- One of the more exciting features of ASP.NET is the viewstate concept. It allows you to save Web Form properties across differentserver requests. While this simplifies maintaining data on a Web page, it doeshave disadvantages. This week, I examine view state, as well as enhancements tothe feature in ASP.NET 2.0.Maintaining...
- Technical articles 2006-12-05
Additional Resources
- MSDN Webcast: Migrating From ASP.NET 1.1 to ASP.NET 2.0 (Level 200)
- The presenter of this webcast will explore the new features and enhancements in Microsoft ASP.NET 2.0 that offer developers a better set of options for Web development than those available in ASP.NET 1.1. The presenter will also discuss how the architecture of ASP.NET has changed to support a greater variety...
- Webcasts 2005-07-08
- MSDN Webcast: Enhance Your Web Site With AJAX and "Atlas" in ASP.NET 2.0 (Level 200)
- This webcast explains about the exciting new tools for Web application development in Microsoft Visual Studio 2005. Microsoft ASP.NET "Atlas" is the code name for a new ASP.NET Web development technology that integrates client script libraries with the ASP.NET 2.0 server-based development framework, enabling one to build Asynchronous JavaScript and...
- Webcasts
- MSDN Webcast: The History and the Future of ASP.NET (Level 200)
- This webcast explains about Microsoft ASP.NET and explains how ASP.NET began as one of the first Microsoft products to adopt Microsoft .NET technology. More importantly webcast explains about the future of ASP.NET as a platform for the next generation of Web applications so a person can plan the development strategy...
- Webcasts
- Learning Visual Basic .NET: Getting Started With VB.NET
- The .NET platform is web-centric. The VB.NET language was developed to allow .NET programmers to create very large, powerful, high-quality web applications quickly and easily. The .NET technology for creating web applications is called ASP.NET. ASP.NET, the next generation from ASP Active Server Pages, is composed of two Microsoft development...
- Book chapters 2002-10-18
- MSDN Webcast: Introduction to ASP.NET for Java Developers (Part 1 of 4): Welcome to ASP.NET (Level 100)
- This webcast provides a technical overview of Microsoft ASP.NET 2.0 and the Microsoft .NET Framework version 2.0 and focuses on the basic background necessary to understand ASP.NET, and explains how ASP.NET integrates with the .NET Framework and Microsoft Internet Information Services IIS.
- Webcasts
- ASP.NET AJAX 1.0 Release Candidate (msi)
- ASP.NET AJAX integrates client script libraries with the ASP.NET 2.0 server-based development framework. This new Web development technology extends ASP.NET, offering the interactive user interface benefits of AJAX with a programming model that is more familiar to ASP.NET developers, making it very easy to add AJAX to your applications quickly...
- Software downloads 2007-08-23
- MSDN Webcast: Dive Into ASP.NET 2.0 Controls- and Theme-Skinning (Level 200)
- One of the key goals of the Microsoft ASP.NET 2.0 development team was to significantly reduce the amount of code that developers must write. They succeeded. ASP.NET 2.0 has a variety of new controls for the developer to utilize. In this webcast, the presenter examines the ASP.NET 2.0 TreeView control,...
- Webcasts 2005-07-19
- Investigate Web development in Microsoft Visual Studio .NET 2005: What's new, what's been improved, and what you should know
- Visual Studio .NET 2005, the successor to Visual Studio .NET 2003, is the key development tool for building ASP.NET applications and front-ends. In this sample chapter from Programming Microsoft ASP.NET 2.0 Core Reference, review the main characteristics and features of Visual Studio .NET 2005 as far as...
- Book chapters 2006-12-19
- Live From Redmond: ASP.NET Atlas: A Developers Introduction to Microsoft Atlas
- Atlas is a new web development technology from Microsoft that integrates cross-browser client script libraries with the ASP.NET 2.0 server-based development framework. "Atlas" offers the same type of development platform for client-based web pages that ASP.NET offers for server-based pages. And because "Atlas" is an extension of ASP.NET, it is...
- Webcasts
- DOWNLOAD: Release the power of ASP.NET 2.0
- http://techrepublic.com.com/5138-3513-5844497.htmlHave you adopted ASP.NET as your de facto Web development platform? Why or why not?Of course not.It is not multiplatform yes I know about mono.NO Microsoft WayDoes not Conform to W3C, Proprietary extensions that require IIS.No Microsoft WayHistory repeats itself?How long until support for .NET goes the way of VB6...
- Discussion threads 2005-08-30
- ASP.NET AJAX 1.0 Beta 2 (msi)
- ASP.NET AJAX is a set of technologies to add AJAX Asynchronous JavaScript And XML support to ASP.NET. It consists of a client-side script framework, and server controls. ASP.NET AJAX integrates client script libraries with the ASP.NET 2.0 server-based development framework. This new Web development technology extends ASP.NET, offering the interactive...
- Software downloads 2007-08-23
- MSDN Webcast: Changes in the ASP.NET 2.0 Internals (Level 300)
- How is Microsoft ASP.NET 2.0 different from previous ASP.NET versions? ASP.NET 2.0 brings a number of internal changes to ASP.NET. These include changes to the code model, compilation, page life cycle, and more. This webcast shows how to mix multiple languages into the projects and learn how to extend the...
- Webcasts 2005-07-18
- MSDN Webcast: Microsoft Visual C# 2005 (Part 1 of 4): ASP.NET 2.0 Fundamentals (Level 100)
- This webcast explains the Web application development in Microsoft ASP.NET 2.0. Developers new to ASP.NET can benefit from this webcast, which is designed to familiarize them with essential features in the Microsoft Visual Studio development system, including Web forms, declarative data binding, master pages, themes, security controls and providers, validation,...
- Webcasts
- ASP.NET Technical Overview: Web Solutions With the Microsoft Enterprise Application Development Platform
- In 2002 Microsoft first delivered the .NET Framework as a part of the Windows platform. ASP.NET is the subset of .NET that delivers an innovative framework to allow software developers to develop feature-rich Web applications and services in less time, without sacrificing performance, scalability and security. ASP.NET functions as a...
- White papers 2005-09-01
- << Previous
- page 1 of 1
- Next >>