Categories
Design, Architecture
MVP Bundle Screencast - Learn ASP.NET MVP Design Pattern Using WCSF and Without WCSF
David Hayden - Florida .NET Developer - C# and SQL Server
MVP Bundle Screencast - Learn ASP.NET MVP Design Pattern Using WCSF and Without WCSF by David Hayden ( Florida Web Developer ), Filed: Web Client Software Factory For those of you interested in learning
Code Better With Design Patters in .Net Training Thoughts...
Gregs Cool [Insert Clever Name] of the Day
This past week I attended the Code Smarter with Design Patterns in .Net course given by Developmentor and I wanted to share some thoughts about it... Instructor As I'm sure you heard or seen, sometimes
The iPhone has landed at #1 on Time's list of Top 10 Gadgets of 2007.The iPhone changed the way we think about how mobile media devices should look, feel and perform. The design is exceptional inside.
Return vs. Finally (2)
Mike Stalls blog
The Return statement and finally have competition. Both can are the "last" thing to execute when a function exits, so which of them is really last? I blogged about this before regarding C#'s semantics
.NET Compact Framework WCF and Store and Forward Messaging Webcast
You Can Take it With You
Just a quick note to let everyone know that I'll be giving a Webcast this Wednesday (12-Dec) talking about Windows Communication Foundation as it's implemented on Windows Mobile with a focus on Store-and
Are We Missing the Point of Patterns?
dotNetTemplar
As I read 1 the works of Christopher Alexander, I grew increasingly concerned that the software industry may be missing the point of patterns. Well, maybe that's not the right way to put it.
Fitting SOA+BPM into the software lifecycle
Inside Architecture
I have a SOA view of the software development lifecycle. And, in that SOA view, BPM fits nicely. First, a comparison: Waterfall looks like this: Waterfall: Plan --> Envision --> Design --> Develop
Interactive (Web) Application Architecture Patterns
Waste of Time
Well worth reading. I'll be sending this link to people when they first get all excited about MVC so that we can use the same terms and references.
LINQ to Lucene
Gregs Cool [Insert Clever Name] of the Day
CodePlex - LINQ to Lucene "What is LINQ to Lucene? Providing a custom LINQ solution for the Lucene Information Retrieval System, commonly referred to as a search-engine. Project Description Project Architecture
Serialization and Types
Nicholas Allens Indigo Blog
How does a DataContract type get initialized on the server? When I change the constructor for the type, nothing happens. Older serializers relied on calling the parameter-less constructor to initialize