boatboy

Stories kicked by boatboy

How To: Validation Using ASP.NET MVC(blog.danielroot.com)

submitted by boatboyboatboy(195) 4 years, 5 months ago

Validation using ASP.NET MVC. read more...

2 comments |category: |Views: 665

tags: another

MVC or MVP Pattern – Whats the difference?(blogs.infragistics.com)

submitted by uadozeruadozer(650) 4 years, 6 months ago

This awesome post explains differences between MVP and MVC patterns using VS Class Diagrams read more...

3 comments |category: |Views: 611

tags: another

Please Fix This Window(blog.danielroot.com)

submitted by boatboyboatboy(195) 4 years, 7 months ago

This has to be the worst window in VS2005, but it doesn't have to be the worst one in VS2008. read more...

add a comment |category: |Views: 2

tags: another

.NET Application Extensibility-article about the upcoming System.Addin(msdn.microsoft.com)

submitted by ivaylo.bratoevivaylo.bratoev(120) 5 years, 3 months ago

An msdn article about the upcoming System.Adding namespace in the Base Class Library (BCL), available in the next release of Visual Studio® (code-named "Orcas"). This is the first one. Check the second one too: http://msdn.microsoft.com/msdnmag/issues/07/03/CLRInsideOut/default.aspx read more...

add a comment |category: |Views: 8

tags: another

Run ASP.NET applications on Ubuntu(howtogeek.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

The ASP.NET development environment on Ubuntu Linux is called XSP. This is a simple webserver written in C# that can be used for either ASP.NET 1.0 or 2.0 applications. You can install both environments side by side if need be. read more...

2 comments |category: |Views: 165

tags: another

Just Ask Google(blog.lifecycle-solutions.com)

submitted by boatboyboatboy(195) 5 years, 7 months ago

We've all used Google to help us figure out problem code. Now, they've launched Google code search: http://www.google.com/codesearch read more...

2 comments |category: |Views: 7

tags: another

What You Should Dispose When Using ADO.NET (vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

An article pointing out what should be disposed while working with ADO.NET but often is not! read more...

2 comments |category: |Views: 27

tags: another

Use Web Resources To Fix PNG Transparency in IE(blog.lifecycle-solutions.com)

submitted by boatboyboatboy(195) 5 years, 9 months ago

PNG Transparency is broken in IE 5.5 and 6. There are a number of ways to fix it, but here's one that is easy for developers to re-use once set up. read more...

add a comment |category: |Views: 5

tags: another

Sandcastle - July 2006 Community Technology Preview Download(microsoft.com)

submitted by ekampfekampf(3195) 5 years, 9 months ago

The Sandcastle CTP is now available for download... read more...

add a comment |category: |Views: 0

tags: another

NDoc 2.0 is Dead!(johnsbraindump.blogspot.com)

submitted by jmbledsoejmbledsoe(460) 5 years, 10 months ago

Apparently, the chief developer of the new version of NDoc is quitting the job. He cites lack of support as a primary motivation, as well as targeted (electronic) attacks on him personally. read more...

1 comment |category: |Views: 13

tags: another

SSW Rules to Better ...(ssw.com.au)

submitted by marcosmarcos(2779) 5 years, 10 months ago

I don't know how I don't found it before. These are A FANTASTIC SET OF RULES in a lot of areas. A Must Check for you and your team. read more...

add a comment |category: |Views: 4

tags: another

Microsoft Blinq Prototype(asp.net)

submitted by dalzieldalziel(6230) 5 years, 10 months ago

blinq is an ASP.NET Sandbox project that takes advantage of the upcoming Linq technology to automatically generate ASP.NET forms and UI based on your database schema. read more...

add a comment |category: |Views: 13

tags: another

The simplest error reporting in ASP.NET(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 10 months ago

In ASP.NET 2.0 I'll show you how to get notified by e-mail when an unexpected error occurs - ONLY by editing the web.config. No C#/VB.NET code needed! read more...

1 comment |category: |Views: 288

tags: another

Using Generics For Custom Providers To Reduce Code Duplication(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 10 months ago

A discussion on making good use of generics to reduce code duplication when implementing custom providers. Provides some code snippets that are useful for other provider developers. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET 2.0 Page Life Cycle(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 10 months ago

A repost of the diagram by Léon Andrianarivony. read more...

5 comments |category: |Views: 696

tags: another

Introducing Regulazy: Point & Click Regular Expressions(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Roy Osherove has released a new Regular Expression (alpha) tool: "Regulazy is an attempt to build a small "Expert System" for creating .NET Regular Expressions. It lets the user create an expression based on a real life example of text they would like to parse. As the user interacts with Regulazy using the mouse, Regulazy offers the user possible expressions that would fit the currently selected text. As the user selects "rules" to apply on various parts of the text, a regular expression is built automatically in the lower application pane. The end result is a visual expression builder, that for most simple parsing operations, requires the user only to know what they would like to parse, and what the parsing rules should be - Regex Syntax is *not* needed." read more...

1 comment |category: |Views: 46

tags: another