Sign in
David Waddleton's Geek Speak
Find out what Geeks talk about
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
C#
Cool Stuff
GotDotNet
Learning
LINQ
Local Events
News
Orcas (Visual Studio 2008)
Pages
Reporting Services
Visual Studio 2005
WCF
Webcasts
WinFX
Browse by Tags
MSDN Blogs
>
David Waddleton's Geek Speak
>
All Tags
>
webcasts
Tagged Content List
Blog Post:
Geek Speak: Generics WebCast Followup
MSDNArchive
Here is the slides and resources: Slides Code: Code Samples Generics Performance Application (Base Class Library Samples) http://msdn.microsoft.com/netframework/downloads/samples/bclsamples/ Articles Defining and Using Generics in Visual Basic 2005 An Introduction to C#...
on
4 May 2005
Blog Post:
Geek Speak: Debugging Visualizers: Corrections and Additions
MSDNArchive
Hi, Here is some additional information: When installing visualizers, you don’t have to shut down the IDE just restart your debugging sessions. Tracepoints are like System.Diagnostics.Trace ,but it doesn’t go to all of the trace locations, mainly it is for, while you are debugging...
on
3 May 2005
Blog Post:
Geek Speak: What is a Visualizer?
MSDNArchive
Here is the stuff from today’s webcast. MyVisualizer Project RssClasses Project Visual Debug Project ( Test the Visualizers ) Sample Template for a Visualizer using System; using System.Collections.Generic; using System.Windows.Forms; using Microsoft.VisualStudio.DebuggerVisualizers;...
on
3 May 2005
Blog Post:
Geek Speak: ASP.NET 2.0 Resources
MSDNArchive
Introduction to the Personal Web Site Starter Kit http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/pws.asp ASP.NET Starter Kit http://beta.asp.net/QUICKSTART/aspnet/default.aspx Introducing the ASP.NET 2.0 Web Parts Framework http://msdn.microsoft.com/asp.net/default...
on
19 Apr 2005
Blog Post:
Geek Speak: Exploring Advanced features of ASP.NET 2.0
MSDNArchive
Here is the slides and code from today’s session. Code Slides Let me know what you wanted to see and didn’t. What did you like from the webcast? Thanks
on
19 Apr 2005
Blog Post:
Geek Speak: Special WebCast : ASP.NET 2.0
MSDNArchive
Thanks for attending the WebCast . Here is the slides for the WebCast and the demo code The demo code is for Visual Studio Beta 1. Slides are here . Code is here .
on
8 Mar 2005
Blog Post:
Geek Speak: Webcast -- Writing Secure Code ( Threat Defense )
MSDNArchive
MSDN WebCast : MSDN: Writing Secure Code (Part 1 of 3): Threat Defense (Level 200) When: 1:00 PM Central Standard Time http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032269989&Culture=en-US Is your code secure from attackers? Have you considered the different mechanisms that...
on
7 Mar 2005
Blog Post:
Geek Speak: Enterprise Library Webcast Series
MSDNArchive
Enterprise Library WebCast Series It’s March 2005 and nearly 50000 people around the world have already downloaded Enterprise Library from www.microsoft.com/practices . We want to make sure you know how to use Enterprise Library and are happy to bring you a series of webcasts designed to quickly...
on
1 Mar 2005
Blog Post:
Geek Speak: Debugging and Tweaking Week (Part 5 of 5): Test Driven Development with Visual Studio 2005 - FollowUp
MSDNArchive
Registration: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032267715&Culture=en-US This session highlights two useful features in Visual Studio 2005 that help developers improve the performance and quality of their software. Learn how the built-in profiler monitors the execution...
on
18 Feb 2005
Blog Post:
Geek Speak: Custom DataGrid Paging
MSDNArchive
Here is a link to an great How To: on Custom Data Grid Paging HOW TO: Page Through a Query Result for Better Performance http://support.microsoft.com/default.aspx?scid=kb;en-us;318131 Paging Through a Query Result http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconpagingthroughqueryresult...
on
17 Feb 2005
Blog Post:
Geek Speak: Debugging and Tweaking Week (Part 4 of 5): How Optimized is Your Data? - Follow - U
MSDNArchive
Debugging and Tweaking Week (Part 4 of 5): How Optimized is Your Data? Registration: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032267713&Culture=en-US Abstract: This session examines proven strategies to help you design and develop scalable data access solutions. Learn valuable...
on
17 Feb 2005
Blog Post:
Geek Speak: Follow-up Debugging and Tweaking Week (Part 3 of 5): Visual Studio 2005 Debugging Enhancements
MSDNArchive
Today's Slides : Click Here Articles Create a Debugger Visualizer Using Visual Studio 2005 Beta 1 ms-help://MS.MSDNQTR.2005JAN.1033/dnvs05/html/simplevisualizercreation.htm DataTips, Visualizers and Viewers Make Debugging .NET Code a Breeze Sample Code: NETMatters0408.exe -- VS 2003 Code VS2005 Code...
on
16 Feb 2005
Blog Post:
Geek Speak: Debugging and Tweaking Week (Part 2 of 5): Debugging Production Applications
MSDNArchive
Registration Url: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032267685&Culture=en-US This .NET Framework 1.1 session will equip you with the mindset, tools, and techniques that will help you successfully identify and resolve common production application debugging issues...
on
14 Feb 2005
Blog Post:
Geek Speak: It's MY WEEK!! WebCasts!!! Debugging and Tweaking Week
MSDNArchive
Wednesday -- Visual Studio 2005 Debugging Enhancements http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032267700&Culture=en-US Regardless of how advanced your programming skills are or how many flashy tools are available in your toolbox, you will always need to jump into the debugger...
on
14 Feb 2005
Blog Post:
Geek Speak: Webcast 2 of 5 Tomorrow: Debugging Production Applications
MSDNArchive
MSDN WebCast : Debugging and Tweaking Week (Part 2 of 5): Debugging Production Applications Tomorrow we are going to explore how to debug production applications using non-VS IDE tool. Come and explore how to debug Memory Issues and Contentions Issues in ASP.NET . Abstract: This .NET Framework 1.1 session...
on
14 Feb 2005
Blog Post:
Geek Speak: MSDN Webcast: Debugging and Tweaking Week (Part 1 of 5): How to Debug with .NET ( Followup )
MSDNArchive
Here is the sample code!! Tracing Code Webcast PPT's MSDN Library References: Trace Switch TextWriterTraceListener Trace Class System.Diagnostics Web.Config Code Snippets <system.diagnostics> <assert logfilename="c:\inetpub\wwwroot\Tracing\assert.log" /> <switches> <add name="DataMessagesSwitch...
on
14 Feb 2005
Blog Post:
Geek Speak: Application Security Webcast - Slides
MSDNArchive
Thanks for attending, Here is the link to the slides. http://www.we-learn.net/AppSecurityPart3DWadd.ppt How many Security Sessions did you attend this week?
on
13 Jan 2005
Blog Post:
Geek Speak: .NET Security Guidance Links
MSDNArchive
Supporting Artices from the Security WebCast Improving Web Application Security: Threats and Countermeasures Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication Secure Coding Guidelines for the .NET Framework
on
11 Jan 2005
Blog Post:
Geek Speak: Infopath SP1 Resources
MSDNArchive
InfoPath ™ Solutions with SP1 and VS .NET InfoPath 2003 Home Page (where you can download SP1 and the InfoPath Toolkit) http://office.microsoft.com/infopath InfoPath 2003 Training (16 walkthroughs to jumpstart your InfoPath skills) http://msdn.microsoft.com/library/en-us/odc_2003_ta/html/odc_landinfo03_tr...
on
15 Dec 2004
Page 1 of 1 (19 items)