Archive for August, 2012
SQL For Programmers – Stored Procedures (Better than LINQ)
[Don't start the flames until you read the entire post
. ]
While we could go on with the various syntax elements in a SELECT statement, I doubt that it would be as helpful as the items we’ve already covered. Most of what I use on a day to day basis is some combination of what I’ve shown already.
Where SQL really starts getting fun though, is with stored procedures.
But why use Stored Procedures at all?
Republished by Blog Post Promoter
&& vs & and | vs ||… What’s the difference?
It seems like such a trivial thing to be talking about but not knowing the difference between the two operators can make a huge difference between working code and code that only seems to work.
Let me illustrate:
bool b = false; bool c = true; if(b & c) // do something if(b && c) // do something
Republished by Blog Post Promoter
Infinite DotNetNuke Skin Sets For One Low Price
Several months ago, I mentioned that I found a product that will allow you to create as many themes as you want for WordPress, Joomla, Drupal, ASP.NET, or regular HTML.
I also mentioned that it did not do DotNetNuke.
Well, now it does.
Republished by Blog Post Promoter