pseale

Stories kicked by pseale

GraffitiCMS Going Open Source(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 6 months ago

Thanks in part to the many who forwarded, blogged, tweeted, and linked to my May 2009 plea to Telligent to turn GraffitiCMS over to the community, it now appears that Telligent will be doing exactly that. read more...

add a comment |category: |Views: 363

tags: another

Pablo’s Fiesta: Open Spaces event in Austin, TX (Feb 26th-28th)(lostechies.com)

submitted by psealepseale(95) 2 years, 6 months ago

There are several important aspects to being a craftsman that I want to address: Sharpening the Saw. It important to learn new techniques and different technologies to continue to grow in this profession. I’m the software developer equivalent of a gear head (or petro head you you UK guys). I have no doubt there will be some technical discussions. Multi-Platform. I want to talk about more the C#. Let’s discuss iPhone, Ruby, Python and any other platform that help us become better software developers. Selling Quality as a feature. How do we convince clients and business executives that quality is a feature of software that has a very big impact on their bottom line. read more...

add a comment |category: |Views: 7

tags: another

ASP.NET MVC 2 Beta Download(microsoft.com)

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

Get it while it's hot. read more...

add a comment |category: |Views: 12

tags: another

Bits of Evidence: Evolving software eng. beyond leeching & poultices(slideshare.net)

submitted by psealepseale(95) 2 years, 7 months ago

What we actually know about software development, and why we believe it's true. read more...

add a comment |category: |Views: 4

tags: another

Hello Tekpub(blog.wekeroad.com)

submitted by cranialstraincranialstrain(60) 2 years, 7 months ago

Rob Conery introduces his new venture into tutorial screencasts for .NET and associated technologies. He provides some background detail to his decision to start the venture with James Avery and his aims for it's future. read more...

1 comment |category: |Views: 153

tags: another

Behavior Driven Development Using Cucumber and IronRuby(highoncoding.com)

submitted by azamsharpazamsharp(225) 2 years, 7 months ago

Acceptance testing is an important phase in the application life cycle. This step includes the customer or the quality assurance group running test which in their opinion define the validity of the application. The main problem with this type of testing is the communication barrier between the customer and the developer. The customer cannot understand the code implemented by the developer hence they have to settle for an ambiguous language which can be understood by the both parties. In this article we are going to take a look at the Cucumber framework which helps to create a communication bridge between the customer and the developer. read more...

add a comment |category: |Views: 18

tags: another

Advanced Query Options with Lucene.Net(dimecasts.net)

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

Taking a look at more advanced ways to query a Lucene.Net Index. This will include the various ways you can setup your index for searching and how to do boolean searches. read more...

add a comment |category: |Views: 340

tags: another

David Laribee October 14 2009 on Virtual ALT.NET(zachariahyoung.com)

submitted by zpyoungzpyoung(595) 2 years, 7 months ago

In the spirit of Open Spaces we will be bringing in David Laribee to facilitate a discussion of opinions on Domain Driven Design. read more...

add a comment |category: |Views: 3

tags: another

Strive for Functional Cohesion(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 7 months ago

Today, I came across a random class at the bottom of a file (you do have one class per file, don’t you?). This class had one static, readonly member on it, which was a regular expression used to determine whether or not an address was a post office box. read more...

4 comments |category: |Views: 280

tags: another

Getting started with Lucene.Net Search Library(dimecasts.net)

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

Taking a look at the Lucene.Net Search Engine Library. Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and .NET platform utilizing Microsoft .NET Framework. In this episode we will learn the basics needed to simply get Lucene.net up and running. read more...

add a comment |category: |Views: 619

tags: another

Reimagining www.asp.net, Part Three: The Community Experience(john-sheehan.com)

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

How would you integrate social aspects into www.asp.net to make it a site that you'll want to frequently come back to? read more...

add a comment |category: |Views: 4

tags: another

Reimagining www.asp.net, Part Two: The Support Experience(john-sheehan.com)

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

In part 2 of this four-part series, I continue to discuss how I would build the www.asp.net site from scratch. In this part I discuss overhauling the support and getting started sections. read more...

add a comment |category: |Views: 2

tags: another

Introducing DotNetMerchant(dotnetmerchant.org)

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

An open source payment processing and e-commerce library inspired by Active Merchant, but written from the ground up for the .NET Framework. read more...

add a comment |category: |Views: 54

tags: another

A Stick Figure Guide to the Advanced Encryption Standard (AES)(moserware.com)

submitted by SuperJasonSuperJason(2740) 2 years, 8 months ago

History of encryption, what an encryption algorithm entails, and how to perform AES encryption yourself. All in an easy to read comic! read more...

add a comment |category: |Views: 17

tags: another

Reimagining www.asp.net - Part One: The Home Page Experience(john-sheehan.com)

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

How would you redesign www.asp.net if you could start from scratch? read more...

add a comment |category: |Views: 280

tags: another

Universal NAnt Script for Gallio(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 8 months ago

So Gallio has been out for a little while and I admit that I am a little slow when it comes to looking at new frameworks. I mean there is so much to look at and only so much time in the day allocated to programming. Anyway, there really isn’t much documentation out there yet for using Gallio with NAnt. I am of the thought that is due to all of the people who are really smart with builds are using Rake and/or PSake now. So I set off to create another universal script. This basically follows the conventions from my post with MbUnit’s Universal script and how I added MbUnit2 category filters to it’s NAnt task in UppercuT. read more...

add a comment |category: |Views: 7

tags: another