Did you mean
Microsoft ASP.NET 2.0 (203 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Best Practices and Techniques for Building Secure ASP.NET Applications - Level 200
- When the enterprise depends on your application, careful attention to security is essential. This session provides specific recommendations to follow when developing secure ASP.NET Web applications and services, and focuses on the details of configuring IIS for security. Understand how to use authentication, authorization, threat modeling, configuration settings, and secure...
- Webcasts
- MSDN Architecture Webcast: Digging Into the Customization of ASP.NET 2.0 Authentication and Membership (Level 200)
- There are so many options for customizing Microsoft ASP.NET 2.0 authentication and membership. For example, a user can integrate with ther existing membership files to migrate users to enhanced server security and can customize the look, feel, and behavior of the standard controls, and can even modify the underlying data...
- Webcasts
- MSDN Webcast: Introduction to the Authentication and Membership Controls of ASP.NET 2.0 (Level 300)
- This webcast explains the new logon controls and membership capabilities in Microsoft ASP.NET 2.0 and introduces the controls and data structures associated with site membership in ASP.NET 2.0. The webcast explains how this server-side infrastructure can be used by the Web application, from an e-commerce site to a blog and...
- Webcasts
- MSDN Webcast: Getting Delegation to Work With IIS and ASP.NET: The Ins and Outs of Protocol Transition (Part 1 of 2) (Level 300)
- This webcast explains how to produce a robust application that is also configured for enhanced security. The topics include using Basic or NTLM authentication and transitioning those authentication methods to a back-end SQL server running Microsoft SQL Server 2000.
- Webcasts
- MSDN Architecture Webcast: Creating AJAX-Style Applications Using ASP.NET 2.0 Client-Side Callback Architecture (Level 200)
- AJAX Asynchronous JavaScript and XML uses a communication technology typically SOAP and XML to send and receive an asynchronous request/response to the server, and then uses presentation technologies such as JavaScript, Document Object Model DOM, HTML, and a Cascade Style Sheet CSS to process the response. The attendee of this...
- Webcasts
- MSDN Webcast: Introduction to ASP.NET for JSP Developers (Part 1 of 4): Welcome to ASP.NET (Level 200)
- This webcast provides a technical overview of Microsoft ASP.NET 2.0 and the Microsoft .NET Framework 2.0. The webcast focuses on the basic background needed to understand ASP.NET and it integrates with the .NET Framework and Internet Information Services IIS. The attendee will learn the high-level similarities and differences between ASP.NET...
- Webcasts
- MSDN Webcast: Extending ASP.NET With HTTP Modules, Handlers and SOAP Extensions (Level 200)
- ASP.NET provides an extensible framework for intercepting raw HTTP requests as they arrive at the Web server's door, so that one can alter how requested resources are handled or redirect traffic. This webcast demonstrates how to employ HTTP modules, HTTP handlers and handler factories, and SOAP extensions for Web services,...
- Webcasts
- MSDN Architecture Webcast: Extending and Adding Flexibility to ASP.NET 2.0 Using the Provider Model (Level 200)
- The provider model used by Microsoft ASP.NET 2.0 allows to switch out or extend the functionality of the previous Application Programming Interface API with ease. Because the model is programmed around using an abstract base API, one does not need to worry about what the derived class is, only how...
- Webcasts
- MSDN Webcast: Object-to-Relational Mapping in ASP.NET Applications (Level 200)
- Although object-oriented ASP.NET applications rely on objects as their building blocks, they typically need to interact with relational databases that store data in rows and tables instead of objects. The attendee of this webcast will learn how to use object-to-relational mapping in the ASP.NET applications to map the objects to...
- Webcasts
- MSDN Webcast: Instrumentation, Logging, and Error Handling in ASP.NET Applications (Level 200)
- The presenter of this webcast discusses best practices that can help to write more secure software. Building detection and reaction mechanisms that signal errors or attack conditions into the applications empowers to diagnose and fix problems much more easily. The presenter describes how these detection and reaction mechanisms are as...
- Webcasts
- MSDN Webcast: Introduction to ASP.NET 2.0 Web Part Framework (Level 300)
- Web Parts provide with the infrastructure needed for creating customizable Web applications, such as intranet portal applications. When the developer builds a Web site with Web Parts and the Microsoft ASP.NET 2.0 Web Part Framework, either the Web site administrator or other users can easily customize the Web site. This...
- Webcasts
- MSDN Webcast: Introduction to ASP.NET for JSP Developers (Part 4 of 4): Migrating to ASP.NET (Level 200)
- This webcast introduces the various options for moving to Microsoft ASP.NET from a pure Java environment. The attendees will learn about the architectural considerations that determine whether to integrate, migrate, or replace an application. The presenters wrap up this series with a demonstration of the integration options and migration tools,...
- Webcasts
- MSDN Webcast: Understanding and Working With ASP.NET Membership (Level 200)
- This webcast shows how to manage authentication, roles, and authorization in the ASP.NET 2.0 Web applications using the new provider model and membership system. The presenter also covers the new security Web controls, and describes how to add ASP.NET membership to an existing database.
- Webcasts
- MSDN Webcast: Introduction to ASP.NET for JSP Developers (Part 3 of 4): Architecture Deep Dive (Level 200)
- The design choices employed in Microsoft ASP.NET 2.0 lead to a very different internal architecture than what is seen in the Java Web framework. In this webcast the attendee will discover how the ASP.NET architecture is constructed and learn how to extend the framework to solve the same business needs...
- Webcasts
- MSDN Webcast: Introduction to ASP.NET for JSP Developers (Part 2 of 4): Building Applications (Level 200)
- The attendee of this webcast will learn both the similarities and differences between building a Web application in Microsoft ASP.NET 2.0 versus building one using Java. This webcast covers the technical aspects of setting up a new project, developing content, configuring the application, deploying the application, and maintaining the application...
- Webcasts
- MSDN Webcast: Migrating From Classic ASP to ASP.NET 2.0 (Part 2 of 2) (Level 200)
- This webcast walks through important architectural design considerations to keep in mind when planning the migration strategy. The attendee will earn about various migration strategies, such as vertical and horizontal migrations, and best practices for choosing one. The presenter examines the development process and points out tips and tricks for...
- Webcasts
- MSDN Architecture Webcast: Introduction to ASP.NET Web Part Framework (Level 200)
- Web Parts provide with the infrastructure for creating customizable Web applications, such as intranet portal applications. When a person builds a Web site with Web Parts, the Web site can be easily customized by either the administrator of the Web site or the individual users of the Web site. This...
- 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
- MSDN Webcast: Introduction to ASP.NET (Part 4 of 4): Configuration and Deployment (in C#) (Level 100)
- The presenter of this webcast will offer a detailed examination of configuration in ASP.NET, including XML formatting, hierarchical application of configuration files, and common configuration settings. Various deployment options available for ASP.NET applications will be outlined and demonstrated, along with a discussion of the advantages and disadvantages of each. During...
- Webcasts
- MSDN Webcast: Guided Hands-On Lab: An Introduction to ASP.NET for Visual Basic Developers (Level 200)
- In this webcast, the presenter focuses on bringing Microsoft Visual Basic .NET and Microsoft Visual Basic 6.0 developers up to speed on building Web applications with Microsoft ASP.NET version 2.0. The presenter uses the Microsoft Visual Studio 2005 Web Application Projects add-in to create a simple Web application. He sets...
- Webcasts
- << Previous
- page 1 of 45
- Next >>
Content Types
- Blog posts (20 results)
- Book chapters (24 results)
- Books & CDs (1 results)
- Case studies (6 results)
- Discussion threads (122 results)
- Download resources (17 results)
- Presentations (1 results)
- Q&A (34 results)
- Software downloads (144 results)
- Technical articles (178 results)
- Webcasts (279 results)
- White papers (60 results)
Refining Tags
- Software/Web Development (511 results)
- Software Development (496 results)
- .Net (495 results)
- Software (488 results)
- Enterprise Software (470 results)
- Middleware (455 results)
- Webcast (252 results)
- Microsoft Corp. (242 results)
- Microsoft Developer Network (242 results)
- Microsoft ASP.NET 2.0 (203 results)
- Web (137 results)
- Personal Technology (136 results)
- Consumer Electronics (133 results)
- Digital Media (132 results)
- Web Development (123 results)
- Tony Patton (113 results)
- Internet (109 results)
- Programming (98 results)
- Server (85 results)
- AJAX (69 results)
- Marketing (66 results)
- Web 2.0 (60 results)
- Security (59 results)
- Scripting Languages (54 results)
- Channel Management (50 results)
- Programming Languages (49 results)
- .NET Newsletter (49 results)
- ASP.NET 2.0 (48 results)
- C# (47 results)
- Web Application (42 results)
- Microsoft Development Tools (42 results)
- Microsoft .NET (39 results)
- Hardware (38 results)
- Development Tools (38 results)
- Databases (35 results)
- Developer (34 results)
- Data Management (34 results)
- Control (33 results)
- HTML (32 results)
- asp.net (32 results)
- Web Site (30 results)
- Microsoft ASP (29 results)
- Microsoft Visual Studio (27 results)
- Microsoft IIS Server (26 results)
- TechRepublic Inc. (24 results)
- XML (23 results)
- Microsoft .NET Framework (23 results)
- Microsoft Windows (21 results)
- Java (21 results)
- Servers (21 results)

Harnessing the power of waves
Planting solar gardens
Fill your car for $1.10 a gallon?