ndibek

Stories kicked by ndibek

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

Google's Chrome Shines(nermins.net)

submitted by ndibekndibek(120) 3 years, 8 months ago

Short description of Google's new browser, and my first impressions. read more...

add a comment |category: |Views: 14

tags: another

SVN Bridge from CodePlex(nermins.net)

submitted by ndibekndibek(120) 3 years, 8 months ago

Intro to the SVNBridge tool from CodePlex used to allow Tortoise SVN client access to the TFS server repository. read more...

add a comment |category: |Views: 16

tags: another

LINQ to Entities, what is not supported?(mosesofegypt.net)

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

A look at what LINQ to SQL support and not supported in LINQ to Entities. read more...

add a comment |category: |Views: 342

tags: another

NHibernate 2.0 is out(ayende.com)

submitted by raffaeuraffaeu(150) 3 years, 9 months ago

Directly from the blog of Ayende, NHibernate 2.0 is out!! read more...

add a comment |category: |Views: 406

tags: another

RhinoMocks 3.5 AAA Model(nermins.net)

submitted by ndibekndibek(120) 3 years, 9 months ago

A short introduction to some of the new features in RhinoMocks 3.5, by contrasting them with the tests written in old syntax... read more...

add a comment |category: |Views: 10

tags: another

Visual Studio Theme Generator(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 9 months ago

A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

2 comments |category: |Views: 548

tags: another

fluent-nhibernate for creating entity mapping files(zachariahyoung.com)

submitted by zpyoungzpyoung(595) 3 years, 9 months ago

fluent-nhibernate is an API that creates nhibernate entity mapping files. This will prevent you from having to create the XML mapping files and provides testability. This API was part of the Shade Tree code base written by Jeremy Miller. read more...

add a comment |category: |Views: 26

tags: another

ASP.NET MVC preview release 4 - part 1(weblogs.asp.net)

submitted by maartenbamaartenba(5845) 3 years, 10 months ago

The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET MVC. Starting with Preview 4 this week you'll start to see more and more higher level features begin to appear that build on top of the core foundation and add nice productivity. There are a bunch of new features and capabilities in this new build - so much in fact that I decided I needed two posts to cover them all. This first post will cover the new Caching, Error Handling and Security features in Preview 4, as well as some testing improvements it brings. My next post will cover the new AJAX features being added with this release as well. read more...

2 comments |category: |Views: 249

tags: another

Getting rid of strings (2): use lambda expressions(blog.andreloker.de)

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

In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings read more...

1 comment |category: |Views: 644

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

ASP.NET MVC Source Refresh Preview(weblogs.asp.net)

submitted by RemanReman(1970) 4 years, 1 month ago

ScottGus Blogpost to the new MVC drop on Codeplex read more...

add a comment |category: |Views: 15

tags: another

MVC: Error Handler Action Filter(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

An Action Filter for the MVC Preview 2 release that allows you to say "hey, Mr. Action, if you throw [ThisException], please show [ThisPage]". read more...

1 comment |category: |Views: 264

tags: another

Json.NET 2.0 Beta 2 (aka LINQ to JSON)(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 2 months ago

A huge update to Json.NET! Much improved syntax for creating and querying JSON objects. read more...

add a comment |category: |Views: 38

tags: another

Vista SP1: Terminal Services /console switch no longer working(west-wind.com)

submitted by PeterRitchiePeterRitchie(1505) 4 years, 3 months ago

One caveat of installing Vista SP1 if you use Terminal Services. read more...

add a comment |category: |Views: 15

tags: another

ASP.NET MVC Framework Road-Map Update(weblogs.asp.net)

submitted by jwhitehornjwhitehorn(340) 4 years, 3 months ago

Scott gives an update to where ASP.NET MVC is going read more...

3 comments |category: |Views: 27

tags: another