n00b

Stories kicked by n00b

5 signs your ASP.NET application may be vulnerable to HTML injection(damieng.com)

submitted by DamienGDamienG(1405) 4 years, 5 months ago

HTML injection is an incredibly dangerous flaw to have in your application and ASP.NET does nothing for you automatically. Here's 5 tell-tale signs your application may be affected. read more...

add a comment |category: |Views: 19

tags: another

Selecting Random Records With SQL(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 5 months ago

Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code? Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and I’ll show you how. read more...

1 comment |category: |Views: 209

tags: another

Exists Vs. Count(*) - The battle never ends...(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 5 months ago

Exists Vs. Count(*) - The battle never ends... why you should use exists and not count(*) read more...

add a comment |category: |Views: 36

tags: another

SQL Server Indexes: The Basics(sqlteam.com)

submitted by grazgraz(255) 4 years, 5 months ago

Indexes directly affect the performance of database applications. This article uses analogies to describe how indexes work. The estimated execution plan feature of the Query Window is utilized to compare the performance of two queries in a batch. read more...

add a comment |category: |Views: 8

tags: another

Testing ScottGu: Alternate View Engines with ASP.NET MVC (NVelocity)(chadmyers.com)

submitted by chadmyerschadmyers(840) 4 years, 5 months ago

Exploring the use of non-WebForms view engines with the new ASP.NET MVC framework (example: NVelocity) read more...

add a comment |category: |Views: 168

tags: another

15+ FREE Visual Studio Add-ins - Part 2(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 5 months ago

15+ Free Visual Studio Add-Ins (Part 1) was such a hit, that I’ve decided to use the feedback (and Google) to create Part 2 of the list. If I’m missing a FREE must have add-in, I’d love to hear about it. read more...

2 comments |category: |Views: 86

tags: another

You can't focus on developers who don't have focus.(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 5 months ago

A respond to Jeff Atwood's comments about 80/20 developers. Are we really wasting our time writing to the part of our community who will actually read what we write? read more...

add a comment |category: |Views: 2

tags: another

Re-throwing an exception in .NET; the right way.(blog.dotnetclr.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 5 months ago

This is one of those "Yeah I've always seen people use it differently but I don't know why!" questions. Re-throwing exceptions can be misused, although it may not cause any harm to your application - there are multiple ways of re-throwing an exception, most likely for the purpose of bubbling it up to a higher level. Note to Java developers: It is different in your world. read more...

add a comment |category: |Views: 9

tags: another

MVC - Expression Language and custom tags - Fredrik Normén(weblogs.asp.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 5 months ago

Interesting discussion around inline classic ASP-style code blocks vs. markup ... read more...

add a comment |category: |Views: 8

tags: another

Agile Programming Training (Cartoon, Humor)(dilbert.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 5 months ago

Dilbert on Agile programming. The pointy-hair boss commands Dilbert’s team to start using Agile programming. In the boss’s description, he states that Agile programming means “no more planning and no more documentation.” The boss goes on saying that the programmers can “start writing code and complaining.” read more...

add a comment |category: |Views: 418

tags: another

Dynamically Applying Themes To Your ASP.Net Site With A Sitemap(carlj.ca)

submitted by LadiesManLadiesMan(95) 4 years, 6 months ago

Ever run across a web site that used multiple themes, either page by page, or by some sort of grouping, such as the old divx.com site, and wondered how to do it in your own ASP.Net site? If so, then what I’m about to show you might be of interest. If not, read on anyway’s. read more...

6 comments |category: |Views: 50

tags: another