TextBox MaxLength From LINQ Meta Data(blog.binaryocean.com)
submitted by nemoby(80) 4 years, 3 months ago
Set the MaxLength property using LINQ Meta Data. read more...
add a comment |category: Linq |Views: 53
tags: LINQ another
The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks(haacked.com)
submitted by keyvan(4086) 4 years, 8 months ago
Phil Haack announces their new ASP.NET book written by some famous .NET community members. read more...
1 comment |category: Other |Views: 69
tags: JonGalloway PhilHaack K.ScottAllen Haacked ASP.NET another
Try..Catch ...Now What(panteravb.com)
submitted by chrcar01(560) 4 years, 8 months ago
Story from the trenches of how NOT to use try..catch blocks. read more...
2 comments |category: C# |Views: 13
tags: UsingStatement TryCatch C# another