|
|
zigamorph
Stories kicked by friends of zigamorph
|
|
submitted by
mathieu
3 days, 1 hour ago
en.cogimator.net — SimpleValidation is a framework that enables you to tag your entities' properties with attributes, and it will generate web validators based on those attributes, and add them to your edit form. No more manual adding of those numerous RequiredValidator! read more...
add a comment
|
category: ASP.NET | Views: 19
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 8 hours ago, submitted by
Reman
3 days, 5 hours ago
blog.wekeroad.com — Robs new Screencast - the focus in this screencast is the membership system. read more...
add a comment
|
category: ASP.NET | Views: 96
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 5 hours ago, submitted by
Ragoczy
3 days, 8 hours ago
lovethedot.blogspot.com — Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...
3 comments
|
category: C# | Views: 375
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 5 hours ago, submitted by
Ragoczy
3 days, 8 hours ago
lovethedot.blogspot.com — Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...
3 comments
|
category: C# | Views: 375
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 5 hours ago, submitted by
Ragoczy
3 days, 8 hours ago
lovethedot.blogspot.com — Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...
3 comments
|
category: C# | Views: 375
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 5 hours ago, submitted by
Ragoczy
3 days, 8 hours ago
lovethedot.blogspot.com — Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...
3 comments
|
category: C# | Views: 375
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 5 hours ago, submitted by
justin_etheredge
3 days, 8 hours ago
codethinked.com — Sure, SQL Server 2008 is getting ready to drop, but are you familiar with all of the new features that 2005 gave you? Or maybe you haven't used 2005, well, this is a good article to introduce to you several of the new features in SQL Server 2005. read more...
add a comment
|
category: Database | Views: 226
|
|
tags:
SQL, SQLServer, CodeThinked, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
3 days, 11 hours ago
blogs.iis.net — DiscountASP.net who has been a very close partner of the IIS Team leading several offerings of our platform - including IIS Manager Remote Delegated Access to the Web Site and many other cool tools - has just built and released yet another cool module that extends the IIS Manager capabilities by having a GAC Viewer for their customers. read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 9 hours ago, submitted by
goBlue1996
3 days, 12 hours ago
dimecasts.net — A short screencasts walking you through how to generate an RSS Feed with Argotic RSS framework. read more...
add a comment
|
category: C# | Views: 76
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 6 hours ago, submitted by
colinjack
4 days, 5 hours ago
codebetter.com — Great article detailing why LINQ to SQL deserves some attention particularly if you buy into the object oriented style of development or are currently working with an ORM such as NHibernate. read more...
add a comment
|
category: ADO.NET | Views: 205
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
maartenba
5 days, 12 hours ago
blog.maartenballiauw.be — In this post, Maarten Balliauw explains how to add partial caching (a.k.a. substitution) to his previously created OutputCahce filter for the ASP.NET MVC framework. read more...
add a comment
|
category: ASP.NET | Views: 10
|
|
tags:
MVC, Caching, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 9 hours ago, submitted by
dwhittaker
5 days, 12 hours ago
dimecasts.net — Short screencast on performing Subselects with Linq2Sql read more...
add a comment
|
category: Linq | Views: 137
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 8 hours ago, submitted by
gfraiteur
5 days, 16 hours ago
blogs.msdn.com — The author claims that AOP-assisted Dependency Resolution, where dependencies are resolved on-demand without plumbing code and use of factories, can supersede Dependency Injection... at least in some scenarios. A refreshing view on a topic that tends to become sanctified and therefore undiscussed in our community. read more...
1 comment
|
category: Architecture | Views: 370
|
|
tags:
Bullshit, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|