jfritz

Stories kicked by jfritz

Behavior Driven Development (BDD) with SpecFlow and ASP.NET MVC(blog.stevensanderson.com)

submitted by desmonddesmond(2014) 2 years, 2 months ago

How does BDD compare with TDD, and how can you use BDD-style tools such as Cucumber and SpecFlow with ASP.NET MVC? Steve Sanderson considers the options, and provides an example of combining ASP.NET MVC 2, SpecFlow, and WatiN. read more...

1 comment |category: |Views: 556

tags: another

DiffPlex - a .NET Diff Generator(diffplex.codeplex.com)

submitted by jemtsjemts(591) 2 years, 2 months ago

DiffPlex is a combination of a .NET Diffing Library with both a Silverlight and HTML diff viewer. It is released open source on CodePlex under the MS-PL license. read more...

1 comment |category: |Views: 516

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

MVC HtmlHelper for Google Charts(www.deanhume.com)

submitted by deanomachinodeanomachino(764) 2 years, 4 months ago

Asp.net Mvc has an awesome little class called the HtmlHelper class. I have only recently started to get into creating custom HtmlHelpers, and I thought that creating a small Google charting helper would be a good place to start. read more...

add a comment |category: |Views: 53

tags: another

Supporting OpenId in an asp.net MVC site(codeharder.com)

submitted by aarnottaarnott(110) 2 years, 5 months ago

Introduction to OpenID on an asp.net MVC web site. On 3 minutes or so. read more...

5 comments |category: |Views: 314

tags: another

Writing Great Unit Tests: Best and Worst Practises(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 9 months ago

A suite of good unit tests is immensely valuable: it documents your design, and makes it easier to refactor and expand your code while retaining a clear overview of each component’s behaviour. However, a suite of *bad* unit tests is immensely painful: it doesn’t prove anything clearly, and can severely inhibit your ability to refactor or alter your code in any way. How can you be sure to write unit tests that contribute positively to your project and don't end up being a liability? read more...

add a comment |category: |Views: 651

tags: another

ASP.NET MVC Tip 3: Implementing remote client-side form validation (devermind.com)

submitted by pluggypluggy(284) 2 years, 11 months ago

Client-side form validation has become a de-facto standard for modern web applications. However, there are some validation rules which cannot be checked completely on the client side, for example because the validation depends on information stored in the server database. For those rules you need to implement remote client-side form validation. This article describes how to implement this so that you don't have to write any custom javascript for new validation rules. read more...

1 comment |category: |Views: 454

tags: another

Git For Windows Developers – Git Series - Part 1 - Jason Meridth -(lostechies.com)

submitted by javeryjavery(5523) 2 years, 11 months ago

A great tutorial on getting Git up and running on Windows (and a great introduction to Git). read more...

add a comment |category: |Views: 33

tags: another

ASP.NET MVC Subdomain Routing(blogs.securancy.com)

submitted by SickDotNetSickDotNet(200) 3 years ago

One of the propagated “great features” for ASP.NET MVC is the full control you have over the routing and url’s of your webapplication. In order to demonstrate this, let’s walk through a sample that specifically handles subdomain routing. read more...

add a comment |category: |Views: 1116

tags: another

File Uploads in ASP.NET MVC 1.0 RTM(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

I had not messed around with file uploads in ASP.NET MVC for a while and so when I fired up ASP.NET MVC 1.0 RTM I was pleasantly surprised to find out how easy they had made it! read more...

add a comment |category: |Views: 420

tags: another

Whitehouse.gov: an ASP.NET site(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 4 months ago

This article looks into the JavaScript libraries, HTTP headers, platform and more of the new Whitehouse website. It includes statistics and some suggestions. read more...

5 comments |category: |Views: 676

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

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

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

tags: another

Geek Food Drive(geekfooddrive.com)

submitted by SteveAndrewsSteveAndrews(70) 3 years, 5 months ago

More than 35.5 million people in the United States and Canada will go hungry during the holidays. The Challenge: For all user groups to hold a food drive at their meeting this month. There is plenty of need, especially this year! read more...

1 comment |category: |Views: 91

tags: another

Lazy Loading with Linq to SQL POCO s(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 6 months ago

How to achieve Lazy Loading when using POCO s with Linq to SQL read more...

add a comment |category: |Views: 410

tags: another

Zip Compressing ASP.NET Session and Cache State(hanselman.com)

submitted by jdschwarjdschwar(365) 3 years, 7 months ago

Scott Hanselman discusses a recent podcast with the team from StackOverflow where it was mentioned that they compress the Cache or Session data in ASP.NET, enabling them to store about 5-10x more data. read more...

1 comment |category: |Views: 288

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another