mrkurt

Stories submitted by friends of mrkurt

Do Androids Dream of Modal :Sheep?(blog.wekeroad.com)

submitted by drmohundrodrmohundro(374) 2 years ago

Rob Conery shares his dream of "knowing a new API, not a new IDE" when new versions of the framework come out. It is related to the resurgence of editors such as Vim or Emacs in the .NET space. read more...

1 comment |category: |Views: 13

tags: another

posh-git Release v0.1(www.lostechies.com)

submitted by drmohundrodrmohundro(374) 2 years, 1 month ago

Do you use Powershell and Git? Then check out the 0.1 release of posh-git which gives you great powershell and git integration! read more...

add a comment |category: |Views: 7

tags: another

Bundler Now Supports Css And .less(www.codethinked.com)

submitted by drmohundrodrmohundro(374) 2 years, 2 months ago

New version of (recently renamed) Bundler combines your javascript or CSS to save on server requests. Also adds support for .less! read more...

add a comment |category: |Views: 224

tags: another

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

Silverlight and ASP.NET MVC Don’t Serve the Same Master(odetocode.com)

submitted by drmohundrodrmohundro(374) 2 years, 4 months ago

Great contrast between ASP.NET MVC and Silverlight and how ASP.NET MVC is primarily code focused whereas Silverlight is primarily tool focused. read more...

add a comment |category: |Views: 278

tags: another

Bits in Motion: Announcing Gallio and MbUnit v3.0.6(blog.bits-in-motion.com)

submitted by drmohundrodrmohundro(374) 3 years, 2 months ago

From the post: "Today we are releasing Gallio and MbUnit v3.0.6. Lots of new stuff, including new features and performance enhancements. Highlights: * Parallelizable tests. * One-click test debugging from Icarus. * Auto-reload and auto-run tests from Icarus after each build. * ReSharper 4.5 beta support with improved performance." read more...

add a comment |category: |Views: 7

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

Caliburn Beta is Live(devlicio.us)

submitted by drmohundrodrmohundro(374) 3 years, 2 months ago

From the post: "Today is a long awaited day for me. Caliburn is now in official Beta. There have been many bug fixes and a ton of new features since the Alpha release last October. We’ve also been dogfooding it on several projects, one of which is NHProf. I wanted to use this post as an opportunity to summarize Caliburn’s current feature set and introduce you to the Line-Of-Business sample provided with the framework, built with Caliburn and Silverlight." read more...

add a comment |category: |Views: 19

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

Announcing Gallio and MbUnit v3.0.4(blog.bits-in-motion.com)

submitted by drmohundrodrmohundro(374) 3 years, 7 months ago

Today we are releasing v3.0.4 of Gallio and MbUnit. This release incorporates many new features as well improvements for robustness. New asserts, assertion diffs, 0rdered tests, Rollback, Repeat, ThreadedRepeat, R# 4.1, VSTS, CSUnit, TeamCity, Gallio.Ambience, clickable report links (IE/Firefox integration), and more... Try it out! Please be aware that there are now separate x86 and x64 installers. read more...

add a comment |category: |Views: 15

tags: another

Evolving a .NET Framework 2.0 Application to .NET Framework 3.5(ythos.net)

submitted by drmohundrodrmohundro(374) 3 years, 8 months ago

Ythos shares a whitepaper they wrote on their experiences with migrating existing applications from .NET 1.1/2.0 to .NET 3.5. It includes tips on moving from WinForms to WPF, WS-* to WCF, etc. Great for those of us who aren't doing greenfield development! Link found via Brad Abrams at http://blogs.msdn.com/brada/archive/2008/09/10/evolving-a-net-framework-2-0-application-to-net-framework-3-5.aspx. read more...

add a comment |category: |Views: 12

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