ASP.NET 2.0 How Do I Video Series is here -- a must see
I think I've been talking about these FOREVER -- and they have been in production for a long time, but we finally got them done and posted to MSDN. Over 2hrs of amazing How Do I: content focusing on the common questions developers are facing everyday with ASP.NET 2.0. Share them with everyone you know -- experienced, newbie, or evaluating -- I think they are pretty darn cool :)
ASP.NET HOW DO I Video Series: Caching (Part 1) This video is part one of a two-part series introducing the new caching features of ASP.NET 2.0. Start with a demonstration of Page Output Caching followed by an overview of the new ASP.NET 2.0 Database Caching support for SQL Server 2000 and SQL Server 2005. Topics include using the aspnet_regsql.exe utility to add SQL caching support to a SQL Server database, creating a SQL cache dependency to eliminate unnecessary connections to the database, enabling table-level caching, and enabling enhanced caching support using SQL Server 2005 Change Notifications. |
ASP.NET HOW DO I Video Series: Caching (Part 2) This video is part two of a two-part series introducing the new caching features of ASP.NET 2.0. Topics include the new Partial-Page Output Caching feature of ASP.NET 2.0 followed by an overview of the Cache API, which demonstrates how to efficiently bind a data control to an XML file. |
ASP.NET HOW DO I Video Series: Create a Full-Featured Customer Login Portal Get an overview of the major features and improvements introduced with Visual Web Developer 2005 Express Edition and ASP.NET 2.0. Follow along through the creation of a fictitious customer portal to learn about topics including Master Pages, Themes, database access, Membership, Roles, the Web Site Administration Tool, site navigation, and user profiles. |
ASP.NET HOW DO I Video Series: Data This video illustrates how simple it is to create data-driven web sites using Visual Web Developer 2005 Express Edition, ASP.NET 2.0, and SQL Server 2005 Express Edition. See the integrated data editing support provided by Visual Web Developer that simplifies database creation and population using the Database Explorer and DataSet Designer. Explore how easy it is to create a master-details view with support for filtering, sorting, paging, and editing with no code using the DropDownList, GridView, DetailsView, and ObjectDataSource controls. |
ASP.NET HOW DO I Video Series: Form Building for a "Contact Us" Page This video introduces a number of the new ASP.NET 2.0 controls for building forms to collect information from the user, validate that information, then send a confirmation e-mail message. Features covered include the Wizard control, Validation controls, and the System.Net.Mail classes for sending e-mail messages. |
ASP.NET HOW DO I Video Series: Localization This video is a tour of the web site localization support in Visual Web Developer 2005 Express Edition. Learn how to create culture-aware and locale-specific web content with ASP.NET 2.0 with no additional code. Topics include the new declarative binding syntax, page-level vs. application-level resources, and using the rich resource editor. |
ASP.NET HOW DO I Video Series: Master Pages and Site Navigation Create a Web site with a consistent layout and design across all its pages using ASP.NET 2.0 Master Pages. Become familiar with the enhanced designer support for creating and consuming Master Pages in Visual Web Developer 2005 Express Edition. See the improved Table Editor and Style Builder in action and learn how easy it is to add navigation to a Web site using the new TreeView and SiteMapPath controls. |
ASP.NET HOW DO I Video Series: Membership and Roles Learn how to secure a Web site using the new Membership and Roles features of ASP.NET 2.0. Topics include user registration, password recovery, and restricting access to content with roles. Get a tour of how the Web Site Administration Tool simplifies user account administration and makes it easy to control content access permissions. |
ASP.NET HOW DO I Video Series: Profiles and Themes Discover how to create a customizable Web site using Visual Web Developer 2005 Express Edition and ASP.NET 2.0. Learn how to use Profiles to collect per-user configuration information and apply Themes to extend a consistent look-and-feel throughout the Web site. |
ASP.NET HOW DO I Video Series: Tips and Tricks This Tips & Tricks video covers many useful techniques for enhancing ASP.NET 2.0 web sites using Visual Web Developer 2005 Express Edition. Topics include encrypting sensitive information stored in web.config, maintaining the browser scroll position across postbacks, posting content to a different page, setting focus on a specific control when a page is loaded, creating a bulleted list of hyperlinks from an XML file, working with the file upload control, simplifying complex URLs using URL remapping, and using the MultiView control to switch between groups of content programmatically. |
ASP.NET HOW DO I Video Series: Web Parts and Personalization This video shows how to use the new Web Parts and Personalization features of ASP.NET 2.0 and the designer support provided by Visual Web Developer 2005 Express Edition to build customizable web pages whose content and layout can be modified by the user. See how Web Parts enable the user to add new content to a page on-the-fly and restructure the page in the browser using drag-and-drop. |
Comments
Anonymous
February 20, 2006
Hello!
Those videos are great! Short and clear! Congratulations...
Thank you!Anonymous
February 21, 2006
these are great!!!Anonymous
February 21, 2006
Just got a note in from Brian Goldfarb to let us know about his new ASP.NET 2.0 - the How Do...Anonymous
February 21, 2006
yep n1 great content Thx!!Anonymous
February 21, 2006
Brian Goldfarb from the ASP.NET team just  posted about a new series of "How Do I..." videos. ...Anonymous
February 21, 2006
Brian Goldfarb from the ASP.NET team just  posted about a new series of "How Do I..." videos. ...Anonymous
February 21, 2006
PingBack from http://vijays.wordpress.com/2006/02/22/check-out-the-linkhow-do-i/Anonymous
February 21, 2006
What is the best resolution to watch this asp.net 2 videosAnonymous
February 21, 2006
Parag,
I'd suggest 1024x768Anonymous
February 21, 2006
Hi Brian,
It such a nice job done by you, Its clear to the point approach, specially for new Developer...
I wishes very best to youAnonymous
February 21, 2006
I see that you most of the time use Sql Server.
How about lowering the level for us Access-users?
Your demoes are great(even greater if you used Access)!Anonymous
February 21, 2006
cAnonymous
February 22, 2006
Great videos. I also noticed that the system fonts look great. What is the font (or fonts) he is using?
Any ideas? Just curious...
ThanksAnonymous
February 22, 2006
Yes! the videos are very COOL. The are loaded with content and right to the point. Thanks for sharing them. Couple of quick questions.
1. Are U plan on making any more videos?
2. What software did U use to record the videos.
Thanks!!!!Anonymous
February 22, 2006
The comment has been removedAnonymous
February 22, 2006
Ashish:
1) Yes! We are definitely going to be doing more -- hopefully some built by the product team themselves, so slightly lower production value, but 5-15 minute vigenttes of their technology areas.
2) I have an email in to figure this out, but when I do recordings like this I typically use Camtasia to record and then I use Windows Media Encoder to convert the AVI's over to WMV.Anonymous
February 22, 2006
Fantastic time saver!
It also great for boosting your knowledge for interviews... :)Anonymous
February 22, 2006
System Fonts: The videos are using Segoe
Ashish: I was right, initial screen caps done in Camtasia -- but there was post production work done.Anonymous
February 22, 2006
where can we find the code you use in your video's ?
not all code is explained or is shown on the screen
-- a.o. ccs files, theme files etc ...Anonymous
February 23, 2006
I'm just getting started with Whidbey. So far, these short vids are just what I needed to jump start my knowledge. I feel like I should send you a percentage of my next few checks....but I'm not gonna. :)
Thanks putting these out! I look forward to more.Anonymous
February 23, 2006
The long awaited ASP.NET "How do I" series of short videos has been posted.
See Brian's post for more...Anonymous
February 23, 2006
distero: I'll work to get the code posted soon-- great ideaAnonymous
February 23, 2006
The comment has been removedAnonymous
February 24, 2006
size bi bakalım bakam naparsınız!!!!!!!......Anonymous
February 24, 2006
Bravo! Can't wait to see more!! Thank you.Anonymous
February 24, 2006
Like Scott Guthrie (our GM) I spend a bit of time every day reading blogs, and surfing forums. ...Anonymous
February 24, 2006
Am I the only one that get flickering video output for the first two videos (haven't checked the rest yet)?Anonymous
February 24, 2006
Ah, I found out what was wrong - I had turned the overlays setting off in WMP.
Great videos, btw.Anonymous
February 25, 2006
samAnonymous
February 26, 2006
I wish you can provide the code of the videos.Anonymous
February 26, 2006
This is just great.Anonymous
February 26, 2006
I've seen a bunch of requests here and on ScottGu's blog (weblogs.asp.net/scottgu/) for the code for these videos. We have the code, and are in the process of getting it posted. Sometimes that can take some time, so I'm hoping in the next week or so -- I'll post when it happens.
Thanks!Anonymous
February 26, 2006
These video's are great for novice as well as intermediate.
Great presentation and tecnique to explain.
Congratulations...
Keep on working... great stuff...Anonymous
February 27, 2006
Thanks Brian, great stuff to pass on!Anonymous
February 27, 2006
Wow, Very good resource to learn ASP.NET 2.0Anonymous
February 28, 2006
Those videos are great! Short and clear! CongratulationsAnonymous
February 28, 2006
Excellent Work. Very clear & to the point. Looking forward for more stuff.Anonymous
March 04, 2006
The comment has been removedAnonymous
March 04, 2006
Steve,
Great feedback -- we are working on a more intranet focused starter kit and are hoping to release another rev to the provier toolkit that shows AD interactions. In addition, we are hoping to do another round of HowDoI videos and I'll make sure this gets on the list. I'd expect it in late Summer though -- I need to get these videos built for Windows Forms and then IIS7 next :)Anonymous
March 05, 2006
These videos are too excellent. Very simple & clear. An easy way to learn ASP.NET .
U have done a great work...
Can I get some more videos on asp.net?
Thank youAnonymous
March 06, 2006
Amey -- Glad you are enjoying the videos, we are working on creating more videos over the coming months for Windows Forms, IIS7 and ASP.NET -- I expect the ASP.NET ones to be done in the August time-frame.
Right now we are building out a set of very powerful data tutorials for ASP.NET 2.0 (38 to be exact) and we'll start publishing them in early April (hopefully). I think you'll like them.
Thanks!
-BrianAnonymous
March 06, 2006
The comment has been removedAnonymous
March 07, 2006
thanks for you videos ! hope you create more video for "webpart" and chromeAnonymous
March 07, 2006
Great Work. Hope you create more videos about webpart and webpart chromeAnonymous
March 08, 2006
The comment has been removedAnonymous
March 08, 2006
Bob: try http://blogs.vertigosoftware.com/scott/ -- I'll let Scott know that I sent people there. You can also try posting to the asp.net forums (http://www.asp.net/forums/) -- I'm sure any of our general purpose forms will get you an answer.
hope this helps.
-BrianAnonymous
March 08, 2006
Wilf: check out http://msdn.microsoft.com/asp.net/reference/multimedia/default.aspx -- lots of great multimedia content there.
Specifically you may want to check out:
http://msdn.microsoft.com/vstudio/express/vwd/learning/default.aspx
which is our Visual Web Developer Express for beginners series -- I think it will help. If it is too basic, check out the Jeff Prosise training, it is the equivlent of a 2-day training course on ASP.NET 2.0 and is rock-solid.
good luck!
-BrianAnonymous
March 11, 2006
Hi ,
These videos are awesome and really good for anyone in Webdevelopment. Apart from the cool features of ASP.NET it also emphasises on the other comparitive technologies like PHP/JSP and Cold Fusion.
It gives a clear picture on Web Development!!!
Its definetly MY Flavour Of Choice
ThanksAnonymous
March 12, 2006
A very good Video with lots to learn about the WEB 2.0Anonymous
March 14, 2006
This is great for a new beginner! Thank you!Anonymous
March 17, 2006
PingBack from http://www.kintespace.com/rasxlog/?p=328Anonymous
March 19, 2006
wow... superb quality and i love it... definately i've recommended it to my colleguesAnonymous
March 21, 2006
Thank you for posting these... got more to teach us? :)Anonymous
March 26, 2006
Thank you for these wonderful videos and I hope finding more about the new features of ASP.Net2.0Anonymous
April 10, 2006
These videos are excellent, everyone invlolved with development that I know has been pointed to these videos.
Any chance to get hold of the code for these videos.
ThanksAnonymous
April 10, 2006
Thats fine, thanksAnonymous
April 13, 2006
rac,
the code is posted online already
http://msdn.microsoft.com/asp.net/learning/learn/newtodevelopment/default.aspx#Multimedia
hope this helps,
brianAnonymous
May 03, 2006
A very good serie, it did help very much. Thanks for a good job!
Well done.Anonymous
May 04, 2006
Links are cool. Thankx for the effortAnonymous
May 31, 2006
I have downloaded all the videos. That's great. I will rate it 99%. I hope there is a video on creating a report with ASP.NET 2.0.
Great Work!!Anonymous
May 31, 2006
It's ok. Never mind.
Once again, well done for your work and effort.Anonymous
June 16, 2006
Dear Brian,
Millions of thanks for your kindness!!Anonymous
January 15, 2007
PingBack from http://chaespot.com/web2.0/2007/01/16/weblogsmacromediacommesharchives200510video_of_kevincfm-24k-cached-click-here-were/Anonymous
May 31, 2009
PingBack from http://woodtvstand.info/story.php?id=11369Anonymous
May 31, 2009
PingBack from http://portablegreenhousesite.info/story.php?id=10378Anonymous
June 15, 2009
PingBack from http://workfromhomecareer.info/story.php?id=17927