ski081

Stories kicked by ski081

Save SQL Snippets in SQL Server Management Studio (SSMS)(www.sqlservercurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 8 months ago

Learn how to store SQL snippets in SSMS using this free tool. read more...

add a comment |category: |Views: 145

tags: another

5 Steps Toward jQuery Mastery(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 1 month ago

Five quick tips that I found valuable while learning jQuery in depth. I learned them the hard way so you don't have to! read more...

add a comment |category: |Views: 700

tags: another

That No Sql Thing(ayende.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

Ayende introduction to a series of post on the different alternatives to RDBMS read more...

add a comment |category: |Views: 538

tags: another

Selenium Two Tutorial using C#/NUnit and InternetExplorerDriver(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 2 years, 3 months ago

Tutorial on how to use the latest version of Selenium using C# and NUnit to test websites. The tutorial gives developers a chance to start writing their own tests. read more...

add a comment |category: |Views: 972

tags: another

60+ .Net libraries every developer should know about(blog.webdistortion.com)

submitted by squiggssquiggs(585) 2 years, 3 months ago

Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I’ve found some of these libraries invaluable, so I’m sharing them for some of the other dev’s out there with a brief outline of how to use. read more...

2 comments |category: |Views: 2605

tags: another

A deeper look into AutoMapper: Custom Type Resolvers(www.dimecasts.net)

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

AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to learn how to use type resolvers. Type resolvers allow you to perform custom value mapping in a very simple and elegant way with very little code read more...

add a comment |category: |Views: 592

tags: another

Visual Studio 2010 New Features in Debugging – Exciting & Innovative(codehappiness.com)

submitted by codehappiness.comcodehappiness.com(175) 2 years, 5 months ago

This article talks about Visual Studio 2010’s powerful debugging features applicable from beginner to expert(based on latest VS2010 beta 2). read more...

2 comments |category: |Views: 362

tags: another

Git For Windows Developers – Git Series – Part 2(lostechies.com)

submitted by JamesCBenderJamesCBender(749) 2 years, 8 months ago

If you want to use Git for a .NET project this is a MUST READ! read more...

3 comments |category: |Views: 578

tags: another

TFS Sucks, here is a list why(nearinfinity.com)

submitted by josephfjosephf(235) 2 years, 8 months ago

If you are thinking about using TFS here is a list of reasons why TFS sucks for SCM. Any suggestions on making these annoyances go away is very welcome. read more...

14 comments |category: |Views: 2446

tags: another

ASP.NET MVC MvcSiteMapProvider 1.0 released(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 8 months ago

Back in March, I blogged about an experimental MvcSiteMap provider I was building. Today, I am proud to announce that it is stable enough to call it version 1.0! Download MvcSiteMapProvider 1.0 over at CodePlex. Ever since the source code release I did back in March, a lot of new features have been added, such as HtmlHelper extension methods, attributes, dynamic parameters, … I’ll leave most of them up to you to discover, but there are some I want to quickly highlight. read more...

2 comments |category: |Views: 297

tags: another

Limit Number of Characters in a TextArea using jQuery (devcurry.com)

submitted by samsertsamsert(2159) 2 years, 8 months ago

The MaxLength property works for a textbox but not for a TextArea. I recently bumped into a JavaScript solution which demoed how to Limit the Number of Characters in a Textarea or Text Field. I thought of replicating the functionality in jQuery and here’s what I came up with! read more...

1 comment |category: |Views: 278

tags: another

Facebook + ASP.NET MVC(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 9 months ago

What options are out there for developers wanting to create Facebook applications using ASP.NET MVC framework. This article tries to break down the options. read more...

add a comment |category: |Views: 538

tags: another

Refactoring Techniques: Learning the Wrap Method(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 9 months ago

Taking a look at the Wrap Method refactoring technique outlined in detail in Working Effectively with Legacy Code. We will walk though this technique and take a look at how it can help you to create better and more maintainable code. read more...

add a comment |category: |Views: 394

tags: another

NerdDinner with Fluent NHibernate Part 1 - The domain model(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 9 months ago

This is the first post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In the first post we are going to take a look at the domain model. read more...

add a comment |category: |Views: 391

tags: another

Two New Features of C# 4.0 You will Love(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 9 months ago

Two new features to C# 4.0 are optional parameters and named parameters. Optional parameters have been a part of VB.Net but it's now possible to do this in C#. Let us see how read more...

add a comment |category: |Views: 972

tags: another

Asp.Net MVC Membership Starter Kit Released(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. read more...

add a comment |category: |Views: 695

tags: another