Click 'Connect with Facebook' to join NetworkedBlogs. NetworkedBlogs is a community of bloggers and blog lovers. Join the fun, add your blog, and connect with others who read and write about subjects you like.
| Blog Name: |
Guardian's Home |
| Url: |
http://www.nablasoft.com/guardian/ |
| Language: |
English |
| Topics: |
.NET, Silverlight, C# |
| Description: |
This is the blog of Alessandro Giorgetti, .NET developer and wanna be software architect. It's mainly focused on .NET, C# and Silverlight |
| Popularity: |
18 Followers |
Create an EML file the easy way
Many email readers (like Windows Mail, Outlook, Thunderbird…) use this format to store emails in files; I needed an easy way to create those files to send emails using the default email program the client has configured on his system.
Looking the the framework class documentation I’ve found that the SmtpClient cla
Using Regular Expressions to identify possible bugs in code
In the past few days I was moved to analyze some legacy code from a huge web application written by a company I work with. I have to write some new modules to integrate in this application; but while I was reviewing the code to ‘learn’ the style and code format used (to try to b
CloseMainWindow(), WM_CLOSE, SC_CLOSE: closing an application programmatically
These days I’m working on a custom application updater for our products and I had the need to Close the main Application process from the Updater process. My first implementation was something like: get the main application process ID and then use something like:
...
processToWait = Process.GetProcessById(pid)
mProcessToWait.CloseMainWindow()
mProcessToWait.WaitForExit()
mProcessToWait.Close()
...
Which at first worked well.
Then I’ve started to play with things like Impersonation and Process spawning with different credential (to overcome some permissions problems in a produ
Not enough data.
Calculated for blogs with 20+ followers.
- General Rantings around Silverlight / Azure / Mesh
Silverlight, Mesh, Azure
- .NET & Funky Fresh
.NET, WPF, Silverlight
- Don Burnett's Expression Blend and Designing for .NET Blog
Expression Blend, XAML, Silverlight
- Philip Beadle
Silverlight, DotNetNuke, .Net
- sunali.com
.net, asp.net, c#
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.