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
>
pages
Tagged Content List
Blog Post:
Geek Speak: How to create a Testable SQL Listener
MSDNArchive
In some situation, logging to the file system or to the event log, may not be sufficient to handle your error handling needs. For us at Microsoft, that is the case. Our production applications are “hands-off”, we don’t have physical access to the machines. Our primary way for developers to determine...
on
5 Feb 2006
Blog Post:
Debugging and Tweaking Week (Part 4 of 5): How Optimized is Your Data? - Follow - Up
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:
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 ( Post Web Cast )
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:
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:
WSE 2.0 WebCast Resources
MSDNArchive
Links Web Services Enhancements (WSE) 2.0 SP1 for Microsoft .NET WSE Development Center Web Services Development Center Lab Files Hands on Labs - Security Hands on Labs - Messaging
on
13 Oct 2004
Blog Post:
August – September 2004 Events Handout
MSDNArchive
MSDN Events Ready Reference August – September 2004 Events 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...
on
17 Aug 2004
Blog Post:
Security Content Links -- Writing Secure Code – Threat Defense
MSDNArchive
Main concepts Fix Those Buffer Overruns! http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncode/html/secure05202002.asp When Output Turns Bad: Cross-Site Scripting Explained http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncode/html/secure07152002...
on
16 Mar 2004
Blog Post:
Security Links -- Implementing Application Security Using the .NET Framework
MSDNArchive
Implementing Application Security Using the .NET Framework Main concepts Code Access Security http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcodeaccesssecurity.asp Introduction to Role-Based Security http://msdn.microsoft.com/library...
on
16 Mar 2004
Blog Post:
How to use Windows Based security to check groups in ASP.NET
MSDNArchive
IIS Security Settings Make sure to turn off Anonymous user access Code for Code-Behind page. Imports System.Security Imports System.Security.Principal Private Sub Page_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load 'Put user code to initialize the page...
on
29 Jan 2004
Page 1 of 1 (10 items)