idevelopdotnet

Stories submitted by idevelopdotnet

Creating a Custom Configuration Section(idevelopdotnet.wordpress.com)

submitted by idevelopdotnetidevelopdotnet(90) 3 years, 2 months ago

The blog post explains how to create a custom configuration section in using .NET Framework 2.0 read more...

add a comment |category: |Views: 14

tags: another

ASP.NET MVC RTM Release Available(idevelopdotnet.wordpress.com)

submitted by idevelopdotnetidevelopdotnet(90) 3 years, 2 months ago

ASP.NET MVC RTM Release is now available. This blog post contains some useful links. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET MVC RenderPartial Compiler Error(idevelopdotnet.wordpress.com)

submitted by idevelopdotnetidevelopdotnet(90) 3 years, 2 months ago

The HtmlHelper.RenderPartial method hs replaced the HtmlHelper.RenderUserControl method found in previous versions. This method returns void instead of a string. This blog post explains what to watch out for when you get a compiler error. read more...

add a comment |category: |Views: 34

tags: another

Extension Methods(idevelopdotnet.wordpress.com)

submitted by idevelopdotnetidevelopdotnet(90) 3 years, 2 months ago

This blog post explains what extension methods are and how to create a simple extension method. read more...

add a comment |category: |Views: 10

tags: another

Content-Transfer-Encoding System.Net.Mail.MailMessage(idevelopdotnet.wordpress.com)

submitted by idevelopdotnetidevelopdotnet(90) 3 years, 2 months ago

You may have experienced problems with the Content-Transfer-Encoding when using the System.Net.Mail.MailMessage class. This blog post explains how to work around this problem, without having to use the old and obsolete System.Web.Mail classes. read more...

1 comment |category: |Views: 228

tags: another

Accessing Spring.NET From Global.asax.cs(idevelopdotnet.wordpress.com)

submitted by idevelopdotnetidevelopdotnet(90) 3 years, 3 months ago

Spring.NET is a great tool for working with the IOC en Dependency Injection patterns. This article explains how to access Spring.NET from your web application's Global.asax.cs. read more...

add a comment |category: |Views: 145

tags: another

SQL Server Reporting Services Database Version(idevelopdotnet.wordpress.com)

submitted by idevelopdotnetidevelopdotnet(90) 3 years, 3 months ago

Learn how to solve a SQL Server Reporting Services database conflict when adding reporting services to an existing instance of SQL Server. read more...

add a comment |category: |Views: 8

tags: another

Smart Client Software Factory VS2008 SP1 Bug(idevelopdotnet.wordpress.com)

submitted by idevelopdotnetidevelopdotnet(90) 3 years, 3 months ago

Learn about a bug in the Smart Client Software Factory when used with VS2008 SP1, and how to fix it. read more...

add a comment |category: |Views: 33

tags: another

ValidateInput Attribute and ASP.NET MVC(idevelopdotnet.wordpress.com)

submitted by idevelopdotnetidevelopdotnet(90) 3 years, 3 months ago

Learn how to disable ASP.NET MVC Request validation where necessary, for instance when integrating an html text editor in your pages. read more...

add a comment |category: |Views: 194

tags: another