artduane

Stories submitted by friends of artduane

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

Developer "Houses" - Awesome Cubicle Alternative(developertown.com)

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

It's one of the first things a visitor to our office notices. It's one of the reasons we call our company a Town. Standing there in the middle of the office, surrounded by desks, chairs, printers, filing cabinets, all the trappings of the typical modern workspace, is a house. read more...

add a comment |category: |Views: 101

tags: another

30 “Quick Hit” Videos about ASP.NET 4 and VS 2010 - Scott Gu(weblogs.asp.net)

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

These “quick hit” videos that have been published that also provide quick first looks at some of the new features coming with ASP.NET 4 and VS 2010. These videos aren’t an exhaustive list of everything new – but do provide a great way to quickly learn about many of the cool new things coming with the release. read more...

add a comment |category: |Views: 18

tags: another

Enable cross-site XMLHttpRequest with W3C spec CORS(hacks.mozilla.org)

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

Firefox 3.5 and Safari 4 implement the CORS specification, using XMLHttpRequest as an “API container” that sends and receives the appropriate headers on behalf of the web developer, thus allowing cross-site requests. IE8 implements part of the CORS specification, using XDomainRequest as a similar “API container” for CORS, enabling simple cross-site GET and POST requests. read more...

add a comment |category: |Views: 51

tags: another

jQuery 1.4 Released!(jquery14.com)

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

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

LeanKit Kanban: Online Lean Kanban board(leankitkanban.com)

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

Get a Free Kanban Board sharable with up to 5 users. * Intuitive, drag-and-drop movement of tickets from lane to lane * Configurable number of lanes, lane sizes, and lane constraints * Backlog holding area for tickets * Email notifications and rss feeds of ticket events such as movement to and from lanes * Full-Screen view, perfect for wall projection or big-screen TV/monitor display read more...

add a comment |category: |Views: 296

tags: another

Working with the Managed Extensibility Framework (TOC)(randomactsofcoding.blogspot.com)

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

Have you ever attempted to write an extensible application? You know the kind. The applications where your boss wants to be able to add stuff to it without rewriting the entire application and with minimum costs. Or the type of application you want to release out to the community and provide a way for them to add their own customizations to it. read more...

add a comment |category: |Views: 32

tags: another

14 Days of jQuery(jquery14.com)

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

We're excited to bring you fourteen consecutive days of new releases to celebrate the release of jQuery 1.4. You'll notice that we're excited about the number fourteen since jQuery 1.4 is being released on the birthday of jQuery (January 14th) . So be sure to come back each day as another announcement is made and new content is released! read more...

add a comment |category: |Views: 17

tags: another

Castle Windsor 2.1, Dynamic Proxy 2.2 and more released!(kozmic.pl)

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

New Castle Project releases read more...

add a comment |category: |Views: 10

tags: another

Visual Studio 2010 Tip of the Day Returns!(blogs.msdn.com)

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

Sara Ford passes the torch on to Zain Naboulsi: The plan is to have a tip a day posted on this blog with a few extra items thrown in for good measure. What you will see is a healthy mix of new tips in Visual Studio 2010 and some of the old favorites as well (tested to make sure they still work). To be absolutely clear: These are Visual Studio 2010 Tips and Tricks so what you will see are the details on how to leverage old and new content with our latest product. read more...

2 comments |category: |Views: 222

tags: another

ASP.NET MVC – Understanding Routes(derans.blogspot.com)

submitted by bradygasterbradygaster(4897) 2 years, 4 months ago

Deran Schilling provides an brief yet excellent introduction into how ASP.NET MVC routing works. read more...

add a comment |category: |Views: 49

tags: another

Mindscape LightSpeed 3 domain modeling and persistence framework(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

Mindscape has announced a new version of their dot net ORM tool named Mindscape LightSpeed 3. Version 3 includes support for VistaDB 4 and a lot of other new features. Priced at only $199 per developer (source is available for an extra fee) LightSpeed is a very cost effective tool to add to any developers tool belt. There is also a free version available for databases with less than eight tables if you just want to take the product for a test drive. We recently spoke with John-Daniel Trask of Mindscape about their new release, and adding support for VistaDB 4. read more...

add a comment |category: |Views: 5

tags: another

Does Silverlight 4 really use .Net 4 assemblies?(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

I have gotten a lot of questions from Silverlight users wanting to know if VistaDB will be able to load in Silverlight 4. This would be a great thing if you could actually have a client side database in a Silverlight app. I still am not 100% convinced this is a good idea in most circumstances, but for offline Silverlight apps this would definitely make sense. It would allow you to store data locally in isolated storage on the users machine, and then send it to the server when they next are online. The typical airplane offline app scenario. read more...

1 comment |category: |Views: 14

tags: another

How Dot Net 4 Side by Side will impact API writers(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

As I mentioned in my previous Dot Net 4 strategy blog entry, we have been thinking about how we want to handle Dot Net 4 from an API and runtime standpoint. Just as a little refresher, remember that when I am talking about a .Net 2 assembly it can actually be any of the .Net 2, 3.0, 3.5 or 3.5 SP1 runtimes. They are a layered cake design in that they all use the same base and build up with additional tiers of functionality. You cannot have a .Net 3.5 app without .Net 2 present, doesn’t exist. It turns out there is an interesting new feature in Dot Net 4 to allow side by side running of managed runtimes within the same application. There is a great CLR Inside Out article online that explains probably way more than I will here, but I wanted to point out a few specific parts of the article and how they impact API writers like VistaDB. read more...

add a comment |category: |Views: 12

tags: another

Upgrading Dot Net BlogEngine to VistaDB 4(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

Our blog uses the excellent Dot Net Blog Engine as our blogging platform. You can use VistaDB as the backend store quite easily. Al Nyveldt’s blog has some great posts about setting up and configuring VistaDB with Blog Engine, but they are all for VistaDB 3.x. The Dot Net Blog Engine knows how to load provider factories, so it is quite easy to update the configuration to talk to VistaDB 4. I did these steps on our blog a while ago and everything has continued to run smoothly. read more...

add a comment |category: |Views: 2

tags: another

Visual NHibernate beta(slyce.com)

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

Visual NHibernate makes it easier and quicker to create and maintain NHibernate projects - even very complex ones. Point it at your existing projects and start modelling them right away - visually. Visual NHibernate makes complex mapping to multiple database tables easy. Simply connect a mapping to a table field and the mapping is complete - all required NHibernate code is generated based on what is mapped. This is the only tool supporting complex mapping to multiple database tables. (Others only allow one-to-one mapping of tables and classes.) This is a true separation of the domain model and the database schema. Using complex mapping allows optimal software architectures to be built on existing legacy databases without having to redesign the database. read more...

add a comment |category: |Views: 40

tags: another