buildmaster

Stories kicked by buildmaster

LightSpeed + LINQPad - perfect partners(www.mindscape.co.nz)

submitted by turtlespinturtlespin(634) 2 years, 2 months ago

Today Mindscape released a LINQPad driver for LightSpeed 3.0. This extends LINQPad and allows developers to run LINQ Queries against LightSpeed models which, in turn, allows querying against SQL Server, Oracle, PostgreSQL, Amazon's SimpleDB, MySQL, SQLite, VistaDB and DB2! read more...

1 comment |category: |Views: 410

tags: another

LightSpeed 3.0 released!(mindscape.co.nz)

submitted by turtlespinturtlespin(634) 2 years, 5 months ago

Mindscape have released LightSpeed 3.0 - the third version of their .NET O/R Mapper with Visual Studio Integration. LightSpeed 3.0 includes a new migrations framework baked into the visual designer to save developers writing SQL schema migrations, improved querying and LINQ capabilities, testing enhancements and much more. read more...

6 comments |category: |Views: 235

tags: another

Mindscape LightSpeed Designer Visual Studio Addin(mindscape.co.nz)

submitted by bertbert(50) 3 years, 1 month ago

The LightSpeed Model designer is integrated directly into Visual Studio so that you don't have to leave your development environment to create a rich domain model. With a sophisticated design surface that supports both model first and database first approaches you can work exactly how you want without having the tools get in your way. The LightSpeed designer is available as part of every edition of LightSpeed. See their website for a free fully functional trial of their Express Edition. See www.mindscape.co.nz for downloads. read more...

add a comment |category: |Views: 213

tags: another

Business for geeks: Naming your software company(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

A second post in the series about starting a software development tools company covering the process undertaken in picking the name of the company. Covers points to consider when picking a name for your own software brand. This isn't strictly code but might be interesting for entrepreneurial .net geeks out there. read more...

add a comment |category: |Views: 501

tags: another

CodePlex Project of the Month audio interview: Json.NET(james.newtonking.com)

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

An audio interview about Json.NET, the March CodePlex project of the month. Interview covers what is JSON and Json.NET as well as the trials and tribulations of managing an open source project. read more...

add a comment |category: |Views: 144

tags: another

Starting out - The story of starting a software tools company(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

Not strictly about coding, this post talks about starting a business that builds tools for software developers (in this case, tools for developers on the Microsoft stack). Covers some of the lessons learned and experiences in the first few months. read more...

add a comment |category: |Views: 455

tags: another

Mindscape releases open source ASP.NET MVC extensions(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

Mindscape have released an open source library with a collection of helpful extensions to make developing solutions with the ASP.NET MVC framework easier. Attention has been paid to ensuring it's easy to deliver solutions based on LightSpeed but there is also significant samples and code for developers working on MVC solutions with other domain modeling tools. Patches and suggestions are welcome. read more...

add a comment |category: |Views: 453

tags: another

IronRuby MVC progress(flanders.co.nz)

submitted by casualjimcasualjim(520) 3 years, 2 months ago

A progress update on the implementation for Ironruby and asp.net mvc read more...

2 comments |category: |Views: 207

tags: another

Is Nick Stakenburg Bullying His Open-Source 'Competitor'(naspinski.net)

submitted by naspinskinaspinski(610) 3 years, 2 months ago

This is obviously a scare tactic used by a vendor to frighten a 'competitor' who is encroachinig on his sales. Nick (the vendor) is jarred by the fact that someone has released a comparable (better?) product that his and it is free. It behaves somewhat the same, so obviously it was copied... This is a serious issue, we can't let companies push around open-source with threats like this. read more...

2 comments |category: |Views: 454

tags: another

OAuth Provider for MVC revisited(bgeek.net)

submitted by buildmasterbuildmaster(225) 3 years, 2 months ago

Owen Evans revisits his MVC OAuth Provider library read more...

add a comment |category: |Views: 91

tags: another

Ninject 2 Reaches Beta(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 3 months ago

Version 2.0 of the Ninject dependency injection framework has reached beta status. read more...

1 comment |category: |Views: 149

tags: another

OAuth Providers on ASP.net MVC Projects(bgeek.net)

submitted by buildmasterbuildmaster(225) 3 years, 3 months ago

A Library for creating OAuth Providers with MS ASP.net MVC read more...

add a comment |category: |Views: 564

tags: another

Jeff Atwood Finally Jumps the Shark(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 3 months ago

Well, we all knew it had to happen eventually. After years of great blog posts and insightful commentary on the programming world, Jeff Atwood has finally jumped the shark in his latest post which essentially says "programming is hard, let's go shopping!" read more...

add a comment |category: |Views: 788

tags: another

Free Visual Studio File Explorer Add-in(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 9 months ago

The Visual Studio File Explorer Add-in (sexy name we know, but hey, it’s self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It’s particularly useful for performing routine file system tasks without the need to “context switch” away from Visual Studio, which can be time-consuming over the course of days and weeks. It is shell-enabled so extensions like TortoiseSVN work too. read more...

add a comment |category: |Views: 638

tags: another

ASP.NET: officially unmaintainable(lostechies.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years ago

+1 read more...

13 comments |category: |Views: 847

tags: another

Using the unit of work-per-request pattern in ASP.NET MVC(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 4 years ago

Describe a simple, efficient and testable approach to implementing the unit of work-per-request (a.k.a session-per-request) pattern in Microsoft’s new ASP.NET MVC framework. read more...

add a comment |category: |Views: 625

tags: another