wibble

Stories submitted by wibble

Windows PowerShell 1.0 released(chrisfulstow.blogspot.com)

submitted by wibblewibble(245) 5 years, 6 months ago

Microsoft has officially released Windows PowerShell 1.0, its next generation command-line shell. Fully extensible using .NET. read more...

add a comment |category: |Views: 2

tags: another

10 Great Free Tools for ASP.NET Developers(chrisfulstow.blogspot.com)

submitted by wibblewibble(245) 5 years, 6 months ago

Ten of the most useful free tools for ASP.NET developers read more...

add a comment |category: |Views: 20

tags: another

Two interesting things about C# strings(chrisfulstow.blogspot.com)

submitted by wibblewibble(245) 5 years, 6 months ago

Two useful, and often overlooked, techniques for working with C# strings read more...

4 comments |category: |Views: 13

tags: another

C# equivalent of VB's IsNumeric()(chrisfulstow.blogspot.com)

submitted by wibblewibble(245) 5 years, 6 months ago

This article shows several different methods of checking whether a C# string contains a value that can be evaluated as a number, just like VB's IsNumeric() function. read more...

add a comment |category: |Views: 5

tags: another