dengar007

Stories submitted by dengar007

Gherkin style specification testing in .NET(ryanlanciaux.com)

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

Behavior Driven Development is something that has interested me for quite awhile. I have constantly tried to write my tests as clear and concise as possible but once I saw Cucumber for Ruby that became the new standard for what I was trying to achieve in .NET. This is where SpecFlow comes in. read more...

add a comment |category: |Views: 361

tags: another

Are you a Control Freak?(frickinsweet.com)

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

Since the very early ASP.NET MVC previews, the most common argument I've heard against using the framework is the lack of user controls. In my opinion, this is a mixed blessing, however, for some, this is a show stopper. What can you do to provide a rich user interface with the MVC framework, while not reinventing the wheel? read more...

add a comment |category: |Views: 482

tags: another

jLINQ - add LINQ-ish capabilities to your javascript(hugoware.net)

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

jLINQ is an effort to bring the same functionality as the Microsoft .NET LINQ to the JavaScript library jQuery. jLINQ is mostly targeted for collections of Objects, but will work with regular arrays as well. read more...

add a comment |category: |Views: 49

tags: another

What Constitutes Ethical SEO?(frickinsweet.com)

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

As a web developer / someone who has a blog, I understand dealing with spam is one of the necessary evils of having a comments enabled on my site. Too often, SEO companies use unscrupulous tactics in the name of website optimization. What is the best way to prevent link spammers from overrunning your site? read more...

add a comment |category: |Views: 140

tags: another

Gravatar with ASP.NET MVC(frickinsweet.com)

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

Ryan Lanciaux discusses a class for retrieving Gravatar images -- this class was mainly written to facilitate using Gravatar with ASP.NET MVC. read more...

2 comments |category: |Views: 328

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

Recursing into Recursion - Memoization(codebetter.com)

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

Matthew Podwysocki continues his series on Recursion. In this post he deals with memoization (speeding up your programs by avoiding repetitive calculations for previously processed function inputs). This is a great read; especially if you are into functional programming. read more...

add a comment |category: |Views: 13

tags: another

Super Simple MVC Ajax With JQuery Demo {ScreenCast}(haacked.com)

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

Phil Haack demonstrates how to use jQuery to call an action that returns a JsonResult. read more...

add a comment |category: |Views: 94

tags: another

Learning Ruby via IronRuby and C# Part 4(codethinked.com)

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

Part 4 in a multi-part series on learning Ruby using IronRuby and C#. Justin continues his series using familiar C# code to explain Ruby programming concepts. In this post, he goes over additional functionality of loops and ranges. read more...

add a comment |category: |Views: 129

tags: another

Learning Ruby via IronRuby and C# Part 3(codethinked.com)

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

Part 3 in a multi-part series on learning Ruby using IronRuby and C#. Justin continues his series using familiar C# code to explain Ruby programming concepts. In this post, he goes over static methods (class methods in Ruby), parameters, conditionals and loops. read more...

add a comment |category: |Views: 102

tags: another

Don't be clever 2 - The cost of cleverness(codethinked.com)

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

In the modern world of programming we need to be more cognizant of making our code readable and grokkable than to make it clever or sneaky. For 99% of the developers out there, no one is ever going to pat you on the back for being sneaky. You're probably more likely to get punched in the face for it when the team has to spend the weekend debugging a piece of your clever code. read more...

add a comment |category: |Views: 403

tags: another

Functional C# - Learn from F# and LINQ (codebetter.com)

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

We'll take samples from F# and show that some higher order functions already exist in the base class libraries and you can use them today without having to reinvent any wheels. read more...

add a comment |category: |Views: 50

tags: another

Quick Tip - Visual Studio Keybindings(frickinsweet.com)

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

Quick tip to enable Bring to Front / Send to Back keyboard shortcuts. read more...

add a comment |category: |Views: 33

tags: another

Using Linq for NHibernate in an ASP.NET MVC application(frickinsweet.com)

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

Quick overview on using Linq for NHibernate in an ASP.NET MVC Application. RhinoCommons, NHibernate and ASP.NET MVC Part 5 read more...

2 comments |category: |Views: 492

tags: another

Test with multiple IE Rendering Engines(my-debugbar.com)

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

IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process. read more...

1 comment |category: |Views: 621

tags: another

Create an ASP.NET MVC site with UnitOfWork & NHibernate QueryGen(frickinsweet.com)

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

Part 4 of the RhinoCommons, NHibernate and ASP.NET MVC series. Here everything is tied together to create a simple MVC application. read more...

add a comment |category: |Views: 379

tags: another