jester

Stories kicked by jester

A fluent C# library for Twitter(dimebrain.com)

submitted by dcrennadcrenna(1355) 3 years, 4 months ago

This C# library allows you to compose queries to Twitter easily, as well as serialize responses into data classes, make asynchronous calls, and perform caching and URL shortening automatically. It covers 100% of the Twitter API. read more...

1 comment |category: |Views: 445

tags: another

Scripting an ASP.NET installation in Win2k3(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 1 month ago

A concrete example of setting up an ASP.NET website using a batch file. read more...

add a comment |category: |Views: 2

tags: another

15+ Free Visual Studio Add-Ins(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 8 months ago

After some extensive researching (Googling), I’ve compiled this list of 15+ FREE Add-ins for Visual Studio 2005. Some of these add-ins will help improve the quality of your code, while others will help you code faster, however, none are guaranteed to help you get with the ladies. read more...

3 comments |category: |Views: 228

tags: another

Increase Your Productivity With Query Analyzer/SQL Server Management S(dotnetsamplechapters.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 8 months ago

2 tips to make you more productive with Query Analyzer/SQL Server Management Studio read more...

add a comment |category: |Views: 7

tags: another

Edit your CSS code live in Internet Explorer and Firefox(litmusapp.com)

submitted by dzengdzeng(815) 4 years, 8 months ago

CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. This is like Firebug (CSS only) both in IE & Firefox. read more...

add a comment |category: |Views: 28

tags: another

Try..Catch ...Now What(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 8 months ago

Story from the trenches of how NOT to use try..catch blocks. read more...

2 comments |category: |Views: 13

tags: another

SubSonic: Creating a JOINed Query(monk.thelonio.us)

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

"To facilitate JOIN support, a new Query constructor overload has been added. This overload takes a table schema reference, and one or more table columns as parameters." read more...

4 comments |category: |Views: 276

tags: another

SQL Server: The proper and fastest way to check if rows exist(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 8 months ago

Simple yet very underused way to check if rows matching a condition exist. read more...

add a comment |category: |Views: 63

tags: another

They (spammers) look like ants from here(blog.incremental.ie)

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

Since adding some basic user visualisation to DotNetKicks.com the other day, I have become slightly addicted to viewing the who's online page. This morning I added colour coding to the users based on their status - green for new users, blue for existing users and red for spammers. read more...

15 comments |category: |Views: 1

tags: another

CS2 - a personal source code search engine(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 8 months ago

CS2 is an open source C# source code search engine, to allow people to easily search through code stored in their machines with a simple web user interface built on ASP.NET. read more...

4 comments |category: |Views: 51

tags: another

Secret functionality of the "Find" combo in Visual Studio(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 8 months ago

Quickly open or create files, set breakpoints, or execute commands and/or macros using the "Go To Find" combo in Visual Studio. read more...

add a comment |category: |Views: 7

tags: another

A Better .NET Regular Expression Tester(derekslager.com)

submitted by derekslagerderekslager(420) 4 years, 8 months ago

A simple and fast AJAX-powered .NET regular expression tester. read more...

2 comments |category: |Views: 66

tags: another

"Nothing has changed" - Determining when a procedure has been altered(weblogs.sqlteam.com)

submitted by kprernnkprernn(1445) 4 years, 8 months ago

Cool little script to determine when a stored procedure was last updated. read more...

add a comment |category: |Views: 3

tags: another

RSS in .NET Made Easy with XML Serialization(weblogs.asp.net)

submitted by rjdudleyrjdudley(1465) 5 years, 8 months ago

Easy as pie RSS using PONO (Plain Ole .NET Objects) and .ToString method. There's also a method to deserialize an RSS Document. Lots of cool potential here (think: log files). read more...

add a comment |category: |Views: 7

tags: another

Log4Net And External Configuration File In ASP.NET 2.0(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 9 months ago

Describes a potential problem in trying to configure Log4Net to work with an external configuration file. read more...

add a comment |category: |Views: 256

tags: another

C# Equivalent of SQL Coalesce(onlytalkingsense.wordpress.com)

submitted by jesterjester(70) 5 years, 9 months ago

This blog post describes the use of the null coalescing operator. read more...

add a comment |category: |Views: 12

tags: another