|
|
blueice
blueice
 |
|
Stories kicked by blueice
|
|
published 1 year, 1 month ago, submitted by
jimrice14
1 year, 1 month ago
weblogs.sqlteam.com — I had previously written about the danger of Criteria on Outer Joins, but recently another situation popped up that occasionally causes issues with OUTER JOINS that I thought I might address. The issue is when you have multiple tables joined in a single SELECT, and you mix OUTER and INNER JOINS together. The end result doesn't always seem to "work", and it can be tricky to understand exactly why and how to fix it without incurring additional unintended side effects. read more...
add a comment
|
category: Database | Views: 1
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
isuttle
1 year, 1 month ago
blog.madskristensen.dk — Basically, it’s a way to turn all instances of a type into another type at compile time. In human language it means that it can turn all e.g. System.Web.UI.WebControls.Textbox instances in the entire website into another control. read more...
1 comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
simoneb
1 year, 1 month ago
code-magazine.com — Building loosely coupled application architectures requires more than just separating your application into different layers. In this article, I’ll take a project that was built using techniques that result in fragile, hard-to-test code and introduce some principles, techniques, and refactorings that will help you realize flexibility and testability in your applications. read more...
1 comment
|
category: Patterns | Views: 8
|
|
tags:
JPBoodhoo, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
Kickworthy
1 year, 1 month ago
designvitality.com — Usability on websites is exploding right now. AJAX has enabled web developers everywhere to add functionality to their sites like never before. They’ve gathered 43 extremely useful AJAX applications for use on any website. read more...
1 comment
|
category: AJAX | Views: 5
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
codechimp
1 year, 1 month ago
codechimp.org — A visualizer for SQL Command objects.
Displays a more useful representation of a SQL Command object when debugging. Show details of the command, it's connection and lists all parameters, their properties and current values.
read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
jamesewelch
1 year, 1 month ago
blogs.geekdojo.net — Here's a very simple way to make use of xml type in SQL Server 2005: audit all the object/schema changes to the database with a simple database-level trigger. It's like a poor man's source control for schema changes. But also, it could come in very handy for forensic purposes when diagnosing post-rollout issues or accidental schema changes. Anyway, it's simple and handy for what it does. read more...
add a comment
|
category: Database | Views: 8
|
|
tags:
trigger, XML, Audit, Database, SQLServer | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
jiltedcitizen
1 year, 7 months ago
codeproject.com — This article is about using reflection. For those of you that don't know what reflection is, it is the ability to obtain information about a Type of object without really knowing anything about the object type that is being dealt with. For example one could simply ask the current Type of object if it supports a certain method name, if it does, the method can be called. This may sound strange but it is a very powerful technique. Lets suppose that I simply want to look at what methods a class supports, well that is also easily achieved using reflection. .NET allows developers to leverage reflection in many ways. read more...
add a comment
|
category: CLR | Views: 3
|
|
tags:
CodeProject, Reflection | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
dalziel
1 year, 8 months ago
blog.slaven.net.au — Implementing the ToString() method make debugging a whole lot easier read more...
|
|
tags:
Debugging, C#, ToString | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
rimsystems
1 year, 10 months ago
john-sheehan.com — All standard and custom DateTime and number format strings (for use with String.Format(), .ToString(), etc) in one handy document. read more...
|
|
tags:
CheatSheet, .Net, Reference, string | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 1 month ago, submitted by
bashmohandes
2 years, 1 month ago
spellcoder.com — Here is a top 30 list of software engineering practices as a guideline for better software read more...
|
|
tags:
Engineering, software | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 2 months ago, submitted by
fatdaveh
2 years, 2 months ago
geekzilla.co.uk — This script moves all of your stored procedures from one Schema to another. It wouldn't be hard to change it to move other object types. read more...
|
|
tags:
2005, GeekZilla, SQL, SQLServer | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 3 months ago, submitted by
Haacked
2 years, 3 months ago
hanselman.com — Scott Hanselman, that uber technologist, updates his must have list of power tools for developers. read more...
|
|
tags:
Pick, TDD, Tools, ScottHanselman | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 3 months ago, submitted by
marcos
2 years, 3 months ago
coolthingoftheday.blogspot.com — "This is a very cool threading online reference and freely downloadable e-book (PDF). Using C# for its examples, in 76 pages it covers basic synchronization, locking, BackgroundWorker, async delegates and more."
Via: http://coolthingoftheday.blogspot.com read more...
1 comment
|
category: Tips & Tricks | Views: 10
|
|
tags:
eBook, PDF | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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