hardbap

Stories kicked by hardbap

51+ Best of jQuery Tutorials and Examples(noupe.com)

submitted by RipRynessRipRyness(380) 4 years, 1 month ago

A good summary of jQuery resources read more...

add a comment |category: |Views: 128

tags: another

Intellisense for jQuery in Visual Studio 2008(brennan.offwhite.net)

submitted by offwhiteoffwhite(975) 4 years, 3 months ago

Intellisense does not work out of the box for Visual Studio 2008 but you can create a stub script that does work. read more...

1 comment |category: |Views: 66

tags: another

ASP.Net MVC Framework - Exception Handling (weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 6 months ago

How to handle exceptions with ASP.NET MVC Framework read more...

add a comment |category: |Views: 654

tags: another

Free SQL Server tools that might make your life a little easier (weblogs.sqlteam.com)

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

Free MS and non MS tools for easoer work with SQL Server 2005 and 2000 read more...

1 comment |category: |Views: 62

tags: another

In depth: The ASP.NET MVC Pipeline(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 6 months ago

Lots of technical details about the new ASP.NET MVC framework, with a comprehensive diagram of the whole pipeline. A great way to get to know the new framework. read more...

2 comments |category: |Views: 452

tags: another

Backup ALL your SQL Server 2005 databases using a script (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 6 months ago

I wanted to backup all my databases... I had loads, creating a step for each db was getting tedious, so I wrote this script. read more...

add a comment |category: |Views: 65

tags: another

Uninstalling Previous Versions of Visual Studio 2008(ekampf.com)

submitted by ekampfekampf(3195) 4 years, 6 months ago

Here are the instructions to follow before you install Visual Studio 2008 RTM. read more...

1 comment |category: |Views: 191

tags: another

Anonymous Types in C# 3.0(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 6 months ago

One of the most convenient features of C# 3.0 is the ability to create new types 'on the fly' using Anonymous Types. Here's a detailed post that describes how these generated types work, behave and where their use can be very useful. read more...

add a comment |category: |Views: 3

tags: another

Frequently Asked Questions in .NET 2.0(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

The questions and answers discussed in this article are the common questions programmers encounter in interviews. Most of the questions are basic questions of .NET and some of them are from ASP.NET 2.0. read more...

add a comment |category: |Views: 12

tags: another

Layered Architecture, Dependency Injection, and Dependency Inversion(code-magazine.com)

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

Building loosely coupled application architectures requires more than just separating your application into different layers. In this article, I’ll take a project that was built using techniques that result in fragile, hard-to-test code and introduce some principles, techniques, and refactorings that will help you realize flexibility and testability in your applications. read more...

1 comment |category: |Views: 44

tags: another

World Of HTTP/1.1 Status Codes(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years, 7 months ago

Most developers are familiar with the HTTP 1.0 Status Codes, that have been recently popularized by the SEO guys. We have all heard that you should use 301 Moved Permanently instead of 302 Temporary Redirect. What many of the SEO guys won’t tell you, because they don’t know any better, is that they are using the RFC 1945 HTTP/1.0 Standard that was released in May 1996, that is right it is about 12 years old. The newest HTTP/1.1 Standard, RFC 2616, was released in June 1999, and made some pretty drastic changes the the 3xx Redirect Status Codes. The goal of this post is to inform and familiarize developers with the HTTP/1.1 Standard, specifically the 3xx Redirect Status Code changes. This can have drastic effect on how you handle requests on your website and optimize your site for search engines. read more...

add a comment |category: |Views: 4

tags: another

Profiling .NET Applications(thinkersroom.com)

submitted by GandalfGandalf(465) 4 years, 7 months ago

A guide with screen shots illustrating how to identify and eliminate bottlenecks in a .NET application using a profiler read more...

add a comment |category: |Views: 20

tags: another

Optimize Tortoise SVN Cache (TSVNCache.exe) Disk I/O(paraesthesia.com)

submitted by sdormansdorman(1415) 4 years, 8 months ago

An excellent explanation of how to optimize the TortoiseSVN icon cache so it caches only your working directories and not the entire drive, allowing you to keep the icon overlays and decrease the amount of disk I/O. read more...

1 comment |category: |Views: 255

tags: another

Effective user interface testing(gojko.net)

submitted by gojkogojko(1115) 4 years, 8 months ago

User interface tests are a bit tricky – it is easy to get carried away and waste quite a lot of time, without getting any real benefits. However, if planned properly, automated UI tests can have a great effect on the project. Here are a few tips on how to make the most of automated user-interface tests. read more...

1 comment |category: |Views: 40

tags: another

Free ebook : Threading in C#(albahari.com)

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

It has been updated since the last time it was posted here. Available in HTML and PDF. read more...

2 comments |category: |Views: 137

tags: another

StringBuilder is not always faster(chinhdo.com)

submitted by chinhdochinhdo(395) 4 years, 8 months ago

Here is something you may not know about string concatenation: StringBuilder is not always faster. read more...

6 comments |category: |Views: 13

tags: another