|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
114 Articles match "Article"
|
The Latest from DevelopMentor
|
MORE
|
|
Global Sexism
The same article points to a report from the World Economic Forum on gender parity. The Wall Street Journal reports that after 128 years in business, The Bank of Japan has promoted its first female branch manager. This example points clearly to the self-destructive sexism that will doom Japan to decline. Japan has a severely low birthrate which will put immense pressure on their economy as their population ages and shrinks rapidly. They need more people, yet they refuse to allow immigration. m going to miss Japan when it finally disappears. It’s atrociously stupid.
Handwaving
- Thursday, July 15, 2010
Unity, Multiple Constructors and Configuration
Its mostly straightforward as IoC containers go but one thing had me puzzled for a while as its not really documented or blogged as far as I can see; so I decided to blog it so hopefully others looking will stumble across this article. I’ve been working with the Unity IoC container from Microsoft Patterns and Practices recently. Lets start off with a simple example: I have two interfaces: IService and IRepository that live in the Interfaces class library. 1: public interface IService. 3: void DoWork(); 4: }. 1: public interface IRepository. 3: string GetStuff(); 4: }. and MyService.
.NET Meanderings
- Monday, June 7, 2010
A3 reports: templates and observations
For a shorter version check out Shook’s article in the MIT Sloan Management review, “Toyota’s Secret: The A3 report”. As I mentioned last time, I recently delivered a course on Lean software development in Oslo. One of the exercises I set people was to produce an A3 report. A3 reports, for those unfamiliar with them are a mechanism used at Toyota to analyse issues and suggest solutions, or rather “counter measures”. The term “counter measures” is preferred over solution because no “solution” is ever the end of the story. This is the template to use for real outside the classroom.
Allan Kelly's Blog
- Monday, May 17, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Article: Building a Twitter Application in.NET
I recently wrote an article for DevelopMentor 's Developments newsletter entitled Building a Twitter Application in.NET. In this article, we will explore how to build a rich interactive experience on Twitter that goes beyond just creating a new Twitter account. Whether you want to build a community around your brand or you want to build the next real-time, social community website like.NET Developer Buzz [ [link] ], this article will cover the technologies required to get the job done. Articles DevelopMentor web2.0You can read it at the DevelopMentor website: [link].
-
MongoDB vs. SQL Server 2008 Performance Showdown
This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. For ease-of-use, you’ll have to want to read the original article. This article is about the performance argument for MongoDB over SQL Server (or MySql or Oracle). In the first article, I threw out a potentially controversial graph showing MongoDB performing 100 *times* better than SQL Server for inserts. Those were. Your Turn.
Michael C. Kennedy's Weblog
- Thursday, April 29, 2010
-
Article: Avoiding 5 Common Pitfalls in Unit Testing
Llewellyn Falco and I recently wrote an article for DevelopMentor's Developments newsletter entitled Avoiding 5 Common Pitfalls in Unit Testing. Tags: Articles DevelopMentor Unit Testing You can read it at the DevelopMentor website: [link]. I've republished here for my readers. Enjoy! Update: We have also done a webcast demonstrating some of these ideas, which we wrote up here: [link] ]. Avoiding 5 Common Pitfalls in Unit Testing. by Llewellyn Falco and Michael Kennedy. In practice, however, the theory of sustainable software through unit tests started to break down. That means.
-
Article: 10 Features in.NET 4.0 that made Me Smile
I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? Speaking of that XAML stuff, if you write WPF or Silverlight code and don’t know MVVM, stop reading this article and tp://msdn.microsoft.com/en-us/magazine/dd419663.aspx" target="_blank">learn about it here. Also have a look at my article from last month Six Things That’ll Surprise You About.NET 4.0. Tags: Articles DevelopMentor see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Cheers, Michael. 10 Features in.NET 4.0
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
-
Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Tags: Articles Tools Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. Feel free to send me any I missed. My experience is they are either dated or about Linux and so on. First, briefly why does one care about EC2? That's a great reason and Microsoft and Google have interesting plays there too. Personally I just want a simpler way to create virtual machines. Here we go.
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
-
The NoSQL Movement, LINQ, and MongoDB - Oh My!
Articles ASP.NET Open Source Talks Tools web2.0Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” you may cry, “for where will people put their data if not in a database? Flat files? Tell me we aren’t we going back to flat files.”. No, but in the relational model, something does has to give. Starting from an RDBMS is virtually an axiom of software development. The converse is, of course, also true.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
-
Six Things That’ll Surprise You About.NET 4.0
I recently wrote an article for DevelopMentor ’s Developments entitled. You can read the entire article (republished just below this introduction) or if you’d rather see it as a quick set of 6 sides, you can see those here: Six Things That’ll Surprise You About.NET 4.0. In this article, we will explore some of the new features of the.NET 4.0 This article just touched on a few of them. Tags: Articles DevelopMentor Visual Studio Six Things That’ll Surprise You About.NET 4.0 ”. by Michael Kennedy. as well as Visual Studio 2010. and VS 2010 Beta 2 ]. quot; anyone?
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
|
|
|