inTagger

Stories kicked by inTagger

How to debug crashes and hangs(blogs.msdn.com)

submitted by KirillOsenkovKirillOsenkov(570) 3 years, 5 months ago

At my job on the C# IDE QA team I've learned some useful things about debugging in Visual Studio, which I'd like to summarize in this post: Turning off "Enable just my code" Attaching the debugger using Tools | Attach To Process Selecting Managed, Native for mixed-mode debugging or Enable unmanaged code debugging Attaching to multiple processes Selecting processes and threads Breaking on first-chance exceptions using the Debug | Exceptions dialog Picking the right thread Loading symbols Viewing the call stack Saving the minidump file read more...

1 comment |category: |Views: 45

tags: another

LINQ Farm: Covariance and Contravariance in C# 4.0(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 6 months ago

This post is designed to help you begin to understand a new feature in the next version of Visual Studio that involves covariant and contravariant support for delegates and interfaces. Eric Lippert’s series of posts on this subject are definitely the definitive reference at this time. I’m writing this overview of the subject simply as an appendix to his explanation, and as quick reference for folks who want to get up to speed on this technology. read more...

add a comment |category: |Views: 349

tags: another

Observer Pattern(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 9 months ago

The post describe one of the most commonly used design pattern - the observer pattern. read more...

add a comment |category: |Views: 23

tags: another

Using Regions in Code Files(professionalaspnet.com)

submitted by docluvdocluv(1575) 3 years, 9 months ago

Recently I have been confronted with a movement that seems to hate using #Regions in source code files. Personally I really like using regions and I absolutely like the ability to collapse sections of code I am not directly working with. read more...

add a comment |category: |Views: 437

tags: another

Concepts To Become A Silverlight Master (Series Part 4 - Security).asp(silverlighthack.com)

submitted by bartczernickibartczernicki(503) 3 years, 9 months ago

Part 4 of the Silverlight Master Series addresses the important concept of security and how it impacts Silverlight application design. read more...

add a comment |category: |Views: 8

tags: another

WPF application localization kit(intagger.blogspot.com)

submitted by inTaggerinTagger(15) 3 years, 9 months ago

Article describes WPF application localization pattern and offer to use localization tool which helps to easily translate and to support many language dictionaries. Hope it will be useful. read more...

add a comment |category: |Views: 45

tags: another

Silverlight 2.0 - Concepts To Become A Silverlight Master (Part 3)(silverlighthack.com)

submitted by rev4bartrev4bart(420) 3 years, 10 months ago

Part 3 of the Silverlight Master Series focuses on Expression Blend and its importance in the Silverlight design process. read more...

add a comment |category: |Views: 191

tags: another

Are you Throwing Exceptions correctly?(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 10 months ago

Discuss practices to throw exceptions to intact the exception stack trace read more...

add a comment |category: |Views: 563

tags: another

WPF application localization pattern(intagger.spaces.live.com)

submitted by inTaggerinTagger(15) 3 years, 10 months ago

The article is about how to create localizable WPF applications using some of my tools. read more...

add a comment |category: |Views: 46

tags: another

Wave Reflection Effect(rakeshravuri.blogspot.com)

submitted by rakeerakee(225) 3 years, 10 months ago

Reflection effect using Pixel Shader in WPF 3.5 Sp1 read more...

add a comment |category: |Views: 404

tags: another