Rantsonsoftware - rantsonsoftware.com - RantsOnSoftware

Latest News:

How to enable execution of PowerShell scripts? 27 Jul 2013 | 05:30 pm

When i tried to run a powershell script from my office workstation, i got this ugly error message saying “execution of scripts is disabled on this system…” To get the powershell script running, execu...

difference between delete and truncate in sql server 13 Feb 2013 | 05:07 pm

if you are using DELETE and TRUNCATE without knowing the difference between them, here is the crisp blog post on difference between these two.  first difference between these two are, in DELETE you ca...

T-SQL LEN() function alternative if the trailing spaces count is important for you. 4 Nov 2012 | 07:03 pm

In T-SQL, the LEN() function is used to determine the length of the string, which is commonly used by database testers, do you know it doesn’t count trailing spaces? but it will count the leading spac...

How to convert text in TextBox control to an Integer in C#? 10 Sep 2012 | 09:43 pm

  screen: i am trying to build a calculator application which will collect two numbers via text box, and then add the two numbers when the “add” button is clicked. by default the textbox entries are t...

How to convert text in TextBox control to an Integer in C#? 10 Sep 2012 | 09:43 pm

  screen: i am trying to build a calculator application which will collect two numbers via text box, and then add the two numbers when the “add” button is clicked. by default the textbox entries are t...

C# Console Application closes immediately, how to prevent that? 10 Sep 2012 | 09:39 pm

    When executed C# console applications will close as soon as the executing is completed, this as a beginner, i couldn’t catch watch the outcome, within fraction of seconds the window get closed. af...

C# Console Application closes immediately, how to prevent that? 10 Sep 2012 | 09:39 pm

    When executed C# console applications will close as soon as the executing is completed, this as a beginner, i couldn’t catch watch the outcome, within fraction of seconds the window get closed. af...

how does a range function works in python? 8 Aug 2012 | 11:05 am

range is a bult in function in python that provides sequence of numbers, works as follow: range(x) will return a list of numbers from 0 to x-1 [crayon-511cb6ff6617d/]   you can have the range start at...

how does a range function works in python? 8 Aug 2012 | 11:05 am

range is a bult in function in python that provides sequence of numbers, works as follow: range(x) will return a list of numbers from 0 to x-1 [crayon-504e51fb54836/]   you can have the range start at...

how do i share working python console application? 7 Aug 2012 | 08:34 pm

if you have developed a python console application that you want to be shared with someone doesnt have python environment, then you should use http://www.pythonanywhere.com/ which is very neat website...

Recently parsed news:

Recent searches: