SELECT * FROM Posts WHERE Title=’SQL Tricks You Must Know’

SQL is an essential language for you if you are developing data-driven applications. This post will bring you Microsoft SQL tricks that many of you might not have thought were possible. 1. Limit length of text: Use this to cut short a longer text and limit the result to specified number of characters ('Description' is your column name): SELECT ...

The Most Useful Windows Commands You Must Know

Windows Commands Guide by TechForWorld

Command Prompt a command line interpreter application in your Windows computer used to execute commands and perform advanced administrative functions. Its official name is Windows Command Processor, and its also called by its file name 'cmd.exe'.

Command Prompt is Not DOS!
Most people think Command Prompt and MS-DOS (Microsoft Disk Operating System) are same. Command Prompt is ...

406 Not Acceptable error on your WordPress website?

406 Not Acceptable WordPress Error

Are you getting 406 Not Acceptable error on your WordPress website when trying to save some of the settings or posts? Recently I encountered the same problem and dug up most of Internet websites and WordPress forums to find the solution of the problem. I tried almost everything, all the changes, but finally got a simple, silly cause ...

ASP.NET: What is the Difference Between a Web Site and a Web Project?

You might have noticed two types of web-based solutions in Visual Studio- ASP.Net Project and ASP.Net Web Site. Why do we have these two different project types? Which should you prefer? Why would I choose one over the other? I'll try to answer these questions in this post.

The Major Difference
The biggest difference is that with the ...