| |
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.
|
3 Articles match "Article","Requirements"
| Related DevelopMentor Courses | MORE | | Screening C# Candidates: Let’s Play 20 Questions! What keyword requires a method to be overridden? If a person has ever bothered to read a book or technical article or taken a training course, their answers will set them apart from the crowd of folks who don’t make time for ongoing professional development. What keyword requires a method to be overridden? Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. Furthermore, I’m looking for a developer with a thirst for knowledge. This is the purpose of the technical phone screen. > reference 2. DevelopMentor Courses - Tuesday, February 28, 2012 Use Common Instance Factory to Abstract Away the Dependency Injection Container In his article, Inversion of Control Containers and the Dependency Injection Pattern , Martin Fowler describes some of the weaknesses of the service locator anti-pattern. The implementation of the abstract base class is quite straightforward, so there’s not much effort required to write adapters for other DI containers. Download the Common Instance Factory with WCF Extensions here and is also available on NuGet. They key to making it all work is the use of Dependency Injection , also known as Inversion of Control, to delegate creation of types to an external container. DevelopMentor Courses - Wednesday, May 23, 2012 Kelly's Law - concluding principles (3 of 3) Preface : this is the third of three articles on the subject of “Principles - in Software Development” and Agile Software Development specifically. These days I tend to state this as: The bigger a document is the less likely it is to be read The bigger a document is, if it is read, the less that will be remembered While this has obvious applicability to requirements documents it is generally applicable to just about all the documentation we write. In writing the principles blog entries I though it would be worth revisiting them and seeing if they still held. Allan Kelly's Blog - Monday, July 2, 2012 |
49 Articles match "Article","Requirements"
| The Latest from DevelopMentor | MORE | | Tips for optional parameters to ASP.NET MVC action methods So we can make the parameters strings (no MVC conversion required, missing data can be detected, etc.) Filed under: Articles Tagged: NET , ASP.NET , MVC , tips. Here’s a quick ASP.NET MVC tip to help you be more productive and write cleaner code. We will see how to leverage C# 4′s optional and default parameters in our action methods for greatly simplifying our code while keeping it fully functional and error free. Often you want to pass data to your controllers based on URL parameters. In fact, this tip even works for input forms. This looks great, right? like this. Michael C. Kennedy's Weblog - Friday, December 21, 2012 Kelly's Law - concluding principles (3 of 3) Preface : this is the third of three articles on the subject of “Principles - in Software Development” and Agile Software Development specifically. These days I tend to state this as: The bigger a document is the less likely it is to be read The bigger a document is, if it is read, the less that will be remembered While this has obvious applicability to requirements documents it is generally applicable to just about all the documentation we write. In writing the principles blog entries I though it would be worth revisiting them and seeing if they still held. Allan Kelly's Blog - Monday, July 2, 2012 Use Common Instance Factory to Abstract Away the Dependency Injection Container In his article, Inversion of Control Containers and the Dependency Injection Pattern , Martin Fowler describes some of the weaknesses of the service locator anti-pattern. The implementation of the abstract base class is quite straightforward, so there’s not much effort required to write adapters for other DI containers. Download the Common Instance Factory with WCF Extensions here and is also available on NuGet. They key to making it all work is the use of Dependency Injection , also known as Inversion of Control, to delegate creation of types to an external container. DevelopMentor Courses - Wednesday, May 23, 2012 | -
| The Best from DevelopMentor | MORE | - Article: Azure Storage
I recently wrote an article for DevelopMentor's Developments newsletter entitled Azure Storage. Listen to this article as a podcast: Azure-Storage-Article-Kennedy.mp3 ]. The data centers, redundancies, software engineering and operations know-how required to make this happen are exceedingly expensive. In this article, we will cover just the basics of the three storage services of Windows Azure. Read it at the DevelopMentor website here: [link]. I've republished here for my readers. Enjoy! Developments: Azure Storage. by Michael Kennedy. Enter Azure Storage. Michael C. Kennedy's Weblog - Wednesday, April 8, 2009 - Getting Things Done with Backpack and 37Signals
Here's an article about Getting Things Done and how I use Backpack from 37Signals to make it happen. There have been some articles already written about Backpack + GTD. Answering these questions is the purpose of this article. In this article we'll look at the major pieces of GTD and how to fit them into Backpack. keep track of all the 'open-loops' that require 2 or more actions to complete. Articles[Note: You can download this post as a PDF.]. I'm also a huge fan of the 37Signals suite of products ( Backpack , Basecamp , etc). You'll see why shortly. Michael C. Kennedy's Weblog - Sunday, January 30, 2011 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
But how much expensive hardware and software do these require? 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. 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 runtime, the loosening of COM interop rules with the No PIA feature (no Primary Interop Assemblies required). This article just touched on a few of them. Tags: Articles DevelopMentor Visual Studio " anyone? Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - 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. We were naturally motivated to create the "SendEmailHelper" function because that was required by one-to-one correlation between the lines of English and the lines of test code. This won't be the only test that requires us to send email; for example, we may want to test that we can find out to whom you sent the most email. This sounds straight forward and simple, but in practice it requires a great deal of discipline. Enjoy! Michael C. Kennedy's Weblog - Thursday, August 6, 2009 - Building a Cloud OS for.NET Developers - Part 1
This article explores the options and potential of moving entirely “To The Cloud” for developers who normally demand significant offline power from their applications (IDEs, compilers, debuggers, etc). For example, here’s how this article (barely written) looks in Google Docs right now. Here are a few proper apps that are cloud-based in some way or another that require installers. Articles Cloud Tools Visual Studio web2.0Let’s talk about cloud operating systems. ve been fascinated with what Google is doing with Chrome OS. It’s just a single browser window, maximized. - Reading Excel files in a WCF service using OleDB requires 32bit process
This KB article shows how to change ASP.NET to 32bit: [link]. I’ve been doing a little work on a WCF service that reads an Excel file. My development machine is running Windows 7 64bit and my service was deployed to IIS. kept running into a problem with opening the OleDb connection to the Excel file: “Error: Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.”. Turns out that Office Jet provider will only run in 32bit. After changing my ASP.NET processes to run in 32bit everything ran just fine. The Blomsma Code - Wednesday, March 10, 2010 %>
| | |