wooyay

Stories kicked 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

What is wrong with the ASP.NET Community(danhounshell.com)

submitted by bradygasterbradygaster(4897) 4 years, 2 months ago

Dan Hounshell expounds on the state of the ASP.Net community. Weigh in using his commenting system with your own thoughts. read more...

2 comments |category: |Views: 5

tags: another

How DotNetKicks posts are being ripped off for other sites!(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 2 months ago

How posts from DotNetKicks are being copy-and-pasted wholesale into other sites. Is your hard work blogging just being stolen for other companies traffic? read more...

3 comments |category: |Views: 4

tags: another

Can't think of a good class name?(classnamer.com)

submitted by rimsystemsrimsystems(6119) 4 years, 2 months ago

Try this read more...

11 comments |category: |Views: 121

tags: another

VB.net, oh how I hate thee, let me count the ways...(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 2 months ago

A developer who is forced to work in VB.net finally hits the tipping point. Oh, and that developer is me. read more...

2 comments |category: |Views: 89

tags: another

stylizedweb.com - Most used CSS tricks(stylizedweb.com)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

Earlier before I have written an article about current best CSS hacks which you can see here And now here’s the list of today’s most used CSS tricks – tips. I have added image examples for most of them because of critics on CSS hacks article. If you think I have missed any please let me know. read more...

add a comment |category: |Views: 11

tags: another

The Entire Patterns and Practices catalog in one place(blogs.msdn.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 2 months ago

The P&P group at MS is dedicated to enabling YOU, the developer, implement the best patterns and follow practices designed to increase your chances for success. At this link is a full list of the P&P group's catalog, including application blocks, reusable code, factories, guides, patterns and tools. Sweet. read more...

add a comment |category: |Views: 18

tags: another

Write more empty lines! They will be read!(blog.activa.be)

submitted by activaactiva(2340) 4 years, 2 months ago

Using empty lines in source code may seem like a waste of precious screen space, but it's crucial to writing readable code. read more...

6 comments |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

Scott Guthrie announces ASP.NET MVC framework at Alt.Net Conf(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 7 months ago

Some more information from ALT.NET on the new ASP.NET MVC framework. read more...

add a comment |category: |Views: 3

tags: another

.NET Framework 3.5 Is Shared Source(weblogs.asp.net)

submitted by benrickbenrick(1020) 4 years, 7 months ago

Microsoft's .NET Framework 3.5 is going to be released open source. read more...

26 comments |category: |Views: 152

tags: another

10 Usability Nightmares You Should Be Aware Of(smashingmagazine.com)

submitted by kevnzkevnz(858) 4 years, 7 months ago

Usability mistakes that you will want to avoid. read more...

1 comment |category: |Views: 5

tags: another

Facebook.NET - Framework for ASP.NET Facebook Applications(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 8 months ago

Facebook.NET is an open source framework that is optimized for creating ASP.NET Facebook applications using the familiar server controls model. Contributions and idea sharing along with source downloads available via CodePlex. read more...

5 comments |category: |Views: 180

tags: another

Ajax Futures and JavaScript as a Universal Runtime (nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 8 months ago

Joel Spolsky alludes to compiling down to native code where native code is JavaScript + a DOM. Script# gives to this today - C# compiled down to JavaScript + an HTML DOM or a Silverlight DOM. read more...

add a comment |category: |Views: 2

tags: another