Welcome to MSDN Blogs Sign in | Join | Help

Mitsu's blog

Discussing topics related to .Net, WPF, C# and Linq

Browse by Tags

All Tags » anonymous method
Anonymous methods: how to factorize surrounding statements like try-catch
Here is the translation of one of my old french articles at a moment when I was trying to find what I could do with anonymous methods :p ! Here is the idea: Let's imagine we would like to centralize exception management. In numerous program (like windows Read More...
How to simulate modal windows inside a single WPF window using anonymous methods ?
Introduction In our windows applications we are commonly using modal windows. Let's remind the idea. Using windows forms, once a window is created, we can choose to show it in a modal manner (form.ShowDialog()). The window then becomes THE front window Read More...
Page view tracker