wooyay

Stories submitted by wooyay

Counting blank lines in a large text file with C# and .NET(chrisfulstow.com)

submitted by wooyaywooyay(695) 2 years ago

There are a few different ways in .NET to count the number of blank lines in a text file, but which is the most efficient? read more...

add a comment |category: |Views: 4

tags: another

Calais.NET - generating metadata using the Calais web service(chrisfulstow.com)

submitted by wooyaywooyay(695) 4 years, 1 month ago

A friendly .NET 3.5 API to the Calais web service, which automatically extracts metadata from any content. Uses LINQ to XML. read more...

add a comment |category: |Views: 7

tags: another

Finding orphaned SPs and UDFs in SQL Server(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 6 months ago

Two approaches to finding orphaned stored procedures and user-defined functions in your database. 1) a simple C# .NET tool that uses SQL Server Management Objects (SMO), and 2) a SQL script that checks sys.sql_dependencies. read more...

add a comment |category: |Views: 1

tags: another

Easy Localization using Factory Methods in .NET(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 7 months ago

ASP.NET 2.0 has some great localization features that make it easy to build multilingual web applications. The problem comes when you need different business logic for different countries... read more...

add a comment |category: |Views: 11

tags: another

Reading other people’s .NET code(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Places to find great examples of .NET code read more...

add a comment |category: |Views: 5

tags: another

Scott Hanselman's 2007 Ultimate Developer and Power Users Tools(hanselman.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Scott's fantastic list of essential tools updated for 2007 read more...

add a comment |category: |Views: 34

tags: another

.NET Coding Guidelines - Commenting(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Nice rant about developers who don't comment their code, I can sympathize. read more...

8 comments |category: |Views: 10

tags: another