MartinHN

Stories submitted by MartinHN

Make CSS inline in C# .Net using PreMailer.Net(martinnormark.com)

submitted by MartinHNMartinHN(180) 8 months, 2 days ago

Make CSS inline before sending HTML E-mails. This ensures your HTML E-mail renders well in all E-mail clients. Write proper CSS, make it inline automatically. read more...

add a comment |category: |Views: 9

tags: another

Event performance optimization with the EventHandlerList(dnknormark.net)

submitted by MartinHNMartinHN(180) 3 years, 11 months ago

This post shows you how to easily optimize your ASP.NET events, using the EventHandlersList. read more...

add a comment |category: |Views: 5

tags: another

Adding an Application Pool to IIS7 programmatically(dnknormark.net)

submitted by MartinHNMartinHN(180) 3 years, 11 months ago

This post shows you how to create an Application Pool in IIS7 from C#. read more...

add a comment |category: |Views: 119

tags: another

Configuring IIS 7 default document from web.config(dnknormark.net)

submitted by MartinHNMartinHN(180) 4 years, 1 month ago

In this blog post, I show how to set the default documents of a website in IIS 7, from within the web.config of the ASP.NET Web Application hosted by IIS 7. read more...

add a comment |category: |Views: 216

tags: another

Windows Vista / Mac debugging a Silverlight app using VS 2008(dnknormark.net)

submitted by MartinHNMartinHN(180) 4 years, 1 month ago

This blog post shows you how to remotely debug a Silverlight application running on a Mac, from Visual Studio 2008 running on Windows Vista. read more...

add a comment |category: |Views: 3

tags: another

Sending e-mails from ASP.NET and maintaining a list of recipients(dnknormark.net)

submitted by MartinHNMartinHN(180) 4 years, 1 month ago

This article describes how to maintain a list of recipients, when sending e-mail in ASP.NET / C#. read more...

add a comment |category: |Views: 3

tags: another

How to handle IIS Event id 1009 (Event id 5011 on IIS 7)(dnknormark.net)

submitted by MartinHNMartinHN(180) 4 years, 3 months ago

This article describes how to find the cause of an application pool in IIS 6 and 7 terminating unexpectedly. read more...

add a comment |category: |Views: 453

tags: another

Web services and Silverlight 1.1 C# gotchas(dnknormark.net)

submitted by MartinHNMartinHN(180) 4 years, 5 months ago

A few gotchas when using webservices from Silverlight. If you're going to use any kind of data in your Silverlight apps, and you probably are, then you have to use a webservice. Calling a webservice from Silverlight is a bit different from calling a webservice from another ASP.NET page. read more...

add a comment |category: |Views: 7

tags: another

Set the DataTable.Locale property - or get weird sorting(dnknormark.net)

submitted by MartinHNMartinHN(180) 4 years, 5 months ago

This blog-post shows how to make sure that your GridView will be sorted correctly, when bindning the datasource to a DataView. read more...

add a comment |category: |Views: 37

tags: another

Fiddler2 and the ASP.NET Development server (Cassini)(dnknormark.net)

submitted by MartinHNMartinHN(180) 4 years, 5 months ago

How to setup Fiddler2 on Windows Vista using the ASP.NET developement server (Cassini) read more...

add a comment |category: |Views: 74

tags: another

Developing ASP.NET AJAX Controls with Silverlight(silverlight.net)

submitted by MartinHNMartinHN(180) 4 years, 6 months ago

This video is from MIX 2007, where Nikhil Kothari demonstrates how to buidl a cool AJAX Server Control, that uses Silverlight for it's presentation read more...

2 comments |category: |Views: 8

tags: another