473,320 Members | 1,933 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

MSDN Webcasts Presents: ASP.NET Webcast Week - January 19 - 23, 2004





ASP.NET Webcast Week - January 19 - 23, 2004
Learn about ASP.NET from the experts! These free webcasts are live and interactive. Live code demos and attendees asking in depth engaging questions are all part of these live webcasts. This is a great way to get educated, engaged, and enlightened on Microsoft ASP.NET. Register for all 12 webcasts at http://msdn.microsoft.com/asp.net/us...ining/webcasts.

--------------------------------------------------------------------------------



Monday, January 19

Introduction to ASP.NET
1/19/2004, 11:00 AM - 12:30 PM
Event Description: This Webcast will introduce the next version of Active Server Pages, ASP.NET. ASP.NET is a major upgrade to the current version of ASP. Xcopy deployment, control-based encapsulation, clean separation of code from HTML, strongly-typed, compiled languages and event-based page processing will change the way you develop UI for server-based Web applications. This session covers the ASP.NET Page Framework from the ground up: architecture, ASP.NET syntax, server controls, control families: intrinsic controls, list controls, and rich controls. Finally, this session covers business objects, web services, and migration issues. Presented by Jacob Cynamon



Best Practices: Migrating from ASP to ASP.NET Part I
1/19/2004, 1:00 PM - 2:30 PM
Event Description: In this Webcast, Asli Bilgin walks you through the architectural design considerations that must be addressed before you determine a migration strategy from ASP to ASP.NET. She explores the various migration strategies, such as vertical and horizontal migrations, as well as providing best practices for choosing a migration strategy. She then drills down into the development process, pointing out tips and tricks for migrating your code to ASP.NET. Asli reviews both architectural and syntactical design differences between ASP and ASP.NET, as well as providing you with her personal tips for working with managed code in Visual Studio.NET. Presented by Asli Bilgin


Tuesday, January 20

Inside IIS and ASP.NET: Intercepting HTTP Requests
1/20/2004, 9:00 AM - 10:30 AM
Event Description: By now, you've learned how easy it is to build Web applications and Web services with .NET-but now you want more. You want to intercept raw HTTP requests as they arrive at your Web server's door, and manipulate them right out from under ASP.NET. This Webcast will show you how to "butt-into" the HTTP round trip and alter how requested resources are handled or get a look at raw request data so you can pre-process information and redirect traffic. You'll learn how HTTP handlers, handler factories, modules, and SOAP extensions for Web Services give you a pluggable component model for configuring ASP.NET applications; see where each component fits in the pipeline; and watch demonstrations that put custom implementations of each pipeline component to good use. Presented by Michele Leroux Bustamante



From JSP to ASP.NET: A Developer's Perspective
1/20/2004, 1:00 PM - 2:30 PM
Event Description: This Webcast will point out the differences between JSP and ASP.NET architectures and highlight the components of an ASP.NET-based solution: server controls, ADO.NET vs. J2EE equivalents-custom tags and JDBC. We will examine how some common web application problems, like authentication, session state, and caching are solved in ASP.NET. Additionally, we'll showcase some Microsoft® tools, such as JLCA, that will ease JSP to ASP.NET migration. In the end-we expect that developers with a reasonable understanding of JSP and related J2EE technologies will understand the possible ASP.NET solutions, know the migration tools available, and be able to better assess migration strategies for their own environment. Presented by Edgar Sánchez



Wednesday, January 21


ASP.NET Globalization Architecture Made Easy
1/21/2004, 9:00 AM - 10:30 AM
Event Description: You know globalization is a critical success factor for today's enterprise, but rarely do you plan for it in version 1.0. Whether you're building Windows or Web applications, the .NET Framework makes it easy to support this usually painful process because of its IDE support, robust assembly deployment and versioning features, and globalization class libraries. This Webcast will show you how to architect your ASP.NET applications from the start for globalization and demonstrate how you can point, click, and drag your way to an internationalized application. You will see which .NET Framework classes automatically respond to culture settings, and learn best practices for building, deploying and versioning .NET resources, and how to apply database content, data binding, and content translation to your ASP.NET application architecture. Presented by Michele Leroux Bustamante.



State Management in ASP.NET
1/21/2004, 11:00 AM - 12:30 PM
Event Description: Speed is one of the critical concerns impacting the development of Web applications. Where should you store your data; how did you maintain state in ASP 3.0; and what are the alternatives in ASP.NET? In this Webcast we will identify and demonstrate the alternatives that will optimize web site performance. Plan to join us for a discussion of cookies, QueryStrings, hidden form fields, ViewState, session state, application state, and cache object. Presented by Jim Blizzard



Best Practices: Migrating from ASP to ASP.NET Part II
1/21/2004, 1:00 PM - 2:30 PM
Event Description: In this Webcast, Asli Bilgin walks you through the architectural design considerations that must be addressed before you determine a migration strategy from ASP to ASP.NET. She explores the various migration strategies, such as vertical and horizontal migrations, as well as providing best practices for choosing a migration strategy. She then drills down into the development process, pointing out tips and tricks for migrating your code to ASP.NET. Asli reviews both architectural and syntactical design differences between ASP and ASP.NET, as well as providing you with her personal tips for working with managed code in Visual Studio.NET. Presented by Asli Bilgin



Thursday, January 22

Building Your Own ASP.NET Server Controls
1/22/2004, 9:00 AM - 10:30 AM
Event Description: This Webcast will focus on the intricacies of developing powerful, reusable, and high performance ASP.NET Server controls to enhance both your ASP.NET applications and ASP.NET developing experience. The main focus areas of this web cast will include: The ASP.NET Object Model; ASP.NET Server Control Object Model; Understanding Viewstate, Postback, and Control Events; using client-side script with you controls; interacting with other controls; sub-classing the built-in ASP.NET server controls to extend functionality; and Server Controls and the design time environment (Visual Studio® .NET). No ..NET Web Developer will want to miss the live demos of server control construction techniques or all the code samples that will be demonstrated in this Webcast. Presented by Chris Mazzanti



Best ASP.NET Practices for Shielding Your Site from Hackers
1/22/2004, 1:00 PM - 2:30 PM


Event Description: In this Webcast we will examine some of the techniques hackers employ to attack web sites, and demonstrate how ASP.NET developers can thwart those attacks preventatively. We will start by presenting some ASP.NET code; then we'll expose some typical, attacking hacker code, and finally-we'll show you how to neutralize the attack with the corrected ASP.NET code. Join us for this Webcast and you will be rewarded by learning techniques-like SQL injection, cross-site scripting, secrets storage, logging, configuration lockdown, and secure cookies. Presented by Edgar Sánchez



Friday, January 23

ASP.NET for PHP Developers: Introduction
1/23/2004, 9:00 AM - 10:30 AM
Event Description: This Webcast will provide PHP developers with an introduction to ASP.NET and discuss the differences between PHP and ASP.NET. You won't want to miss the live demonstrations covering: an Introduction to Database Access in ASP.NET, Migrating State Management from PHP to ASP.NET, XML Services in ASP.NET, Email and Regular Expressions as well as Additional Tips for PHP Migration. Participants should take away the ability to build data driven pages in ASP.NET, and gain a solid foundation for expanding on their ASP.NET web development toolkit. Presented by Paul Murphy



Using the DataList and Repeater ASP.NET Controls
1/23/2004, 11:00 AM - 12:30 PM
Event Description: Rather than using tables and binding data yourself, ASP.NET makes it easy for you to create repeated, table-like displays using its list-bound controls. You can take advantage of the Repeater and DataList controls to create rich data-bound displays. In addition, these controls render HTML, so they can be used with any browser. You don't want to miss this Webcast where you will learn how these important controls work, how to bind them to data, how to work with templates for managing their display, and how to work with events associated with these controls. Presented by Ken Getz



ASP.NET for PHP Developers: Migration Best Practices
1/23/2004, 1:00 PM - 2:30 PM
Event Description: This Webcast will provide solutions for common tasks encountered during a PHP to ASP.NET migration. Attendees will be introduced to-and learn best practices for User Controls and Events, Data Validation, Database Access, Session State, and Authentication and Roles. Be sure to be on hand for live demonstrations of: An introduction to User Controls and Event Handling in ASP.NET, Data Validation in ASP.NET, Using Databases in ASP.NET, Managing Session State in ASP.NET and Authentication and Roles in ASP.NET. Presented by Paul Murphy





Best Regards,

George Pulikkathara

Microsoft Webcasts Team





Nov 18 '05 #1
0 1427

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: androtech | last post by:
Hello, I'm looking for a function that returns a date range for a specified week number of the year. I'm not able to find functions like this anywhere. Any pointers/help would be much...
4
by: Shahid Juma | last post by:
Hi, I am trying to figure out a way to get the week number of the current week. I know this is relatively easy using the calendar year (starting from January to now). However, I want to do it so...
7
by: Shuffs | last post by:
Could someone, anyone please tell me what I need to amend, to get this function to take Sunday as the first day of the week? I amended the Weekday parts to vbSunday (in my code, not the code...
2
by: Papegoja | last post by:
Hi, A week ago I had a question how to get MS Query to return a standard date to a "YEAR-MONTH" (YYYY-MM) format. I received a great answer from Jerry Boone!!! It follows: SELECT...
3
by: Steph. | last post by:
Hi, When I use the "Calendar.GetWeekOfYear" function (with "fr-BE" as CultureInfo and Monday as the first day of week) I get : Friday 31/12/2004 : week = 53
0
by: John Dalberg | last post by:
I registered for a few casts at Microsoft's www.aspnetwebcasts.com and I get the email reminders about the webcasts. The emails contain a link to view the webcast. It's 9:00AM right now and one is...
1
by: VMI | last post by:
I'm searching for a webcast that discusses some of the software architectures available to develop software. I've mostly used n-tier architecture, but, the way I understand it, there are so many...
5
by: Goofy | last post by:
Hi everyone. I know this is not strictly to do with VB.NET, but I want to make a VB.NET webcast What software would be best to make a recording from your PC reader to be distributed as a...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.