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
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 ...
Free TechForWorld .Net Library: Collection of Useful .Net Functions
Here is a gift to .Net Application Programmers: A huge collection of useful .Net functions which you will find useful and interesting in your daily .Net programming. The project is written in C#.Net, and still being updated. Let me know if you have any question or suggestions, I would be glad to help you.
Here are ...
406 Not Acceptable error on your WordPress website?
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 ...