jbergens

Stories kicked by jbergens

IronRuby and IronPython to run by the Community, IR Tools for VS ++(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

So much going on in the DLR world - IronRuby and IronPython are officially handed over to the community, IronRuby 1.1.1 is released including IronRuby tools for Visual Studio and compatibility with Ruby 1.9.2. Good times! read more...

add a comment |category: |Views: 96

tags: another

ScottGu: Introducing “Razor” – a new view engine for ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 1 year, 10 months ago

"ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." read more...

add a comment |category: |Views: 552

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

Say Goodbye to NAnt and MSBuild With IronRuby(www.codethinked.com)

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

Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! read more...

add a comment |category: |Views: 651

tags: another

Mercurial tutorial - by Joel Spolsky(hginit.com)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts. read more...

3 comments |category: |Views: 1245

tags: another

Mercurial integration with Visual Studio(blog.dynamicprogrammer.com)

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

Since codeplex is supporting Mercurial. It seems like a good idea to use an integration package for Visual Studio. read more...

add a comment |category: |Views: 664

tags: another

Multi-tenancy and ASP.NET MVC - Views with a ViewEngine(codeofrob.com)

submitted by robashtonrobashton(384) 2 years, 3 months ago

Carrying on the series by talking about View Engines and how to use one to allow modules to provide their own views read more...

add a comment |category: |Views: 330

tags: another

Episode 43: Talking OData and SQL Modeling Services with Douglas Purdy(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 2 years, 3 months ago

In this episode, Keith and Woody sit down at PDC 2009 with Microsoft’s Douglas Purdy to discuss all things data. Do you remember Oslo from the previous PDC event? Well Oslo has been rebranded to SQL Server Modeling Services to help developers store and manage models for the enterprise. Modeling Services enables you to more productive when building and managing data-driven applications. The guys also get the low down from Douglas on a new web protocol for querying and updating data called OData. read more...

add a comment |category: |Views: 58

tags: another

Multi-tenancy and ASP.NET MVC - Why we would want it(codeofrob.com)

submitted by robashtonrobashton(384) 2 years, 3 months ago

A continuation on the series, this blog entry aims to cover why we would want to a multi-tenant system in the first place. read more...

add a comment |category: |Views: 30

tags: another

Mindscape LightSpeed 3.0 – Advocating a Commercial ORM(ericswann.org)

submitted by ericswannericswann(145) 2 years, 5 months ago

Compares the features of Mindscape's LightSpeed 3.0 ORM with those of LINQ to SQL and NHibernate. read more...

5 comments |category: |Views: 427

tags: another

Pass Number 1: ActiveRecordEngine for ASP.NET « Rob Conery(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 6 months ago

Rob is looking for feedback read more...

add a comment |category: |Views: 227

tags: another

Introduction to MEF, Getting rolling with basic usage(dimecasts.net)

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

Taking a quick look at the new plugin framework from Microsoft the Managed Extensibility Framework (MEF for short). In this episode we will explore how to setup your first MEF based plug-in system and show how easy it can be. read more...

add a comment |category: |Views: 285

tags: another

Test and package .NET apps for Linux with Visual Studio add-in from No(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 6 months ago

ArsTechinca has an article that details a new commercial product from Novell that is an add-in for Visual Studio that will allow Windows developers to test and deploy their .NET applications on Linux. read more...

1 comment |category: |Views: 109

tags: another

It’s Okay To Write Unit Tests(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 6 months ago

A few simple reasons why you should be writing unit tests. read more...

add a comment |category: |Views: 377

tags: another

hornget - apt-get for .Net OSS(hornget.net)

submitted by carcercarcer(240) 2 years, 6 months ago

Hornget provides an apt-get like service for common .Net Open Source projects. Want the latest NHibernate, Castle ActiveRecord, Rhino Commons but don't want to go through the headache of the numerous build processes and dependencies? Hornget supplies a daily a build of a number of OSS projects trunks as a downloadable Zip to ease upgrading to the latest versions read more...

add a comment |category: |Views: 206

tags: another

Wither the Repository(lostechies.com)

submitted by powerrushpowerrush(3873) 2 years, 8 months ago

Looking at the different Repository pattern implementations, one thing really surprised me – how far off these implementations are from the original Fowler definition of the Repository. Instead, we see a transformation to the examples in the Evans description of Repository... read more...

add a comment |category: |Views: 29

tags: another