JozefSevcik

Stories kicked by JozefSevcik

5 Useful SQL Server Scripts(blog.tboda.com)

submitted by lobsterinolobsterino(320) 3 years, 1 month ago

Collection of 5 useful scripts for SQL Server. read more...

add a comment |category: |Views: 782

tags: another

SQL Server Five methods converting rows to columns(sqlserveradvisor.blogspot.com)

submitted by sqlserveradvisorsqlserveradvisor(385) 3 years, 2 months ago

Five methods converting rows to columns read more...

add a comment |category: |Views: 1526

tags: another

Sad Way To Do Business(ayende.com)

submitted by HEskandariHEskandari(194) 3 years, 3 months ago

how to make a bad impression with poor support and bad atitude and throw away thousands potential customers. read more...

2 comments |category: |Views: 499

tags: another

.NET 4.0 CTP, Visual Studio 2010 CTP and Azure Tools CTP Are Available(infoq.com)

submitted by JozefSevcikJozefSevcik(1880) 3 years, 6 months ago

Microsoft has announced the availability of the next generation of .NET Framework 4.0 CTP, Visual Studio 2010 CTP and the new Windows Azure Tools for VS CTP during PDC 2008. read more...

add a comment |category: |Views: 11

tags: another

Free Winforms and ASP.NET Chart Controls(coolthingoftheday.blogspot.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 7 months ago

Directly from Microsoft read more...

2 comments |category: |Views: 731

tags: another

Google Chrome Beta available(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 8 months ago

Google has released a beta version of it's browser Chrome. I've just downloaded it and only browsed over some sites I frequently use so I can't give an in-depth review. At least so far everything worked fine. read more...

add a comment |category: |Views: 3

tags: another

How to Scale with Memcached on .NET(codebetter.com)

submitted by YuraYura(995) 3 years, 10 months ago

Though .NET apps scale well thanks to caching, you can always use Memcached to scale further. read more...

add a comment |category: |Views: 671

tags: another

Introduction to Mocking with Rhino Mocks(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

A short screencast introduction to Mocking with Rhino Mocks read more...

add a comment |category: |Views: 329

tags: another

Sending SMTP Email Asynchronously(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 3 years, 11 months ago

Sending email using the Simple Mail Transport Protocol (SMTP) can be a slow process, particularly when sending large numbers of messages using, for example, a bulk email tool. This process can be accelerated with considered use of asynchronous sending. read more...

add a comment |category: |Views: 520

tags: another

Castle DictionaryAdapter(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

DictionaryAdapter is a component of the Castle stack which can create an adapter between an interface and a dictionary at runtime. The DictionaryAdapter combines the flexibility of a dictionary with the type safety and convenience provided by a strong API. read more...

add a comment |category: |Views: 27

tags: another

Arrange items in a list according to a list of keys(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

Recently I needed an algorithm to change the order of elements in an item list of type IList<T>. The items had a unique key. The new order of the items was defined by a second collection which only contained the keys in the new order. Therefore, the algorithm had to move the elements in the IList<T> in such a way that their order matches the order of the key in the key collection read more...

add a comment |category: |Views: 4

tags: another

CruiseControl.Net Tutorial - Part 1(ilmatte.wordpress.com)

submitted by ilmatteilmatte(255) 3 years, 11 months ago

The first part of a tutorial about setting up and configuring CruiseControl.NET. read more...

add a comment |category: |Views: 1615

tags: another

Awesome web development and web design articles and sites in May 2008 (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

This article shows a reviews of 16 great articles and sites I found in May 2008. There are articles about web development with ASP.NET, Ajax and jQuery. There are also a great web design resources, tools, plugins, BlogEngine.NET extensions and one great usability article. read more...

1 comment |category: |Views: 501

tags: another

CSS Message Boxes for different message types (jankoatwarpspeed.com)

submitted by jankojanko(2555) 4 years ago

Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and sent a request. Web application responded by displaying a yellow message box with an exclamation icon saying that data processing is still in progress. He checked several more times, but he didn't notice that at one moment the message changed to "Account available". But the message box hasn't changed. He continued to check a few more times and eventually he realized that the request was successful. I don't know what was in the minds of developers and designers who created this application, but it certainly wasn't the user. This poor bank official was really frustrated. I can't imagine what the rest of the application looks like. read more...

add a comment |category: |Views: 576

tags: another

The Easy Way to TDD(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

Learn how easy TDD can be... read more...

add a comment |category: |Views: 517

tags: another