| |
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.
|
1 Articles match "Article","Source Code"
| Related DevelopMentor Courses | MORE | | Use Common Instance Factory to Abstract Away the Dependency Injection Container You have to select a DI container from one of numerous proprietary and open-source products on the market and then marry yourself to it. lot of DI-specific code is needed for unit tests, where there is extensive mocking, and advanced features of a DI container such as Ninject come in handy. When searching for a way to abstract away the DI container, the first solution I examined was the Common Service Locator , built by Microsoft’s Patterns and Practices group back in 2008 with the source code posted on CodePlex. Ah, but there’s a problem. Stay tuned for more!) DevelopMentor Courses - Wednesday, May 23, 2012 |
30 Articles match "Article","Source Code"
| The Latest from DevelopMentor | MORE | | Use Common Instance Factory to Abstract Away the Dependency Injection Container You have to select a DI container from one of numerous proprietary and open-source products on the market and then marry yourself to it. lot of DI-specific code is needed for unit tests, where there is extensive mocking, and advanced features of a DI container such as Ninject come in handy. When searching for a way to abstract away the DI container, the first solution I examined was the Common Service Locator , built by Microsoft’s Patterns and Practices group back in 2008 with the source code posted on CodePlex. Ah, but there’s a problem. Stay tuned for more!) DevelopMentor Courses - Wednesday, May 23, 2012 Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series) In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. Here’s the create code: And similarly, the edit code: Now that we have action methods for edit and create, we’ll need the corresponding views. In practice, you might choose “edit” and “create” to help jump-start the Razor code. We do not want our “show the form to start editing” code to mix with the “save the data and move on” code. Articles ASP.NET Foundations MVC Visual Studio web2.0Kennedy. Michael C. Kennedy's Weblog - Friday, January 20, 2012 Build a Multi-Project Visual Studio Template Download the code for this article here. Earlier this year I authored an open-source toolkit, called Simple MVVM Toolkit , to help developers build Silverlight, WFP and Windows Phone applications based on the Model-View-ViewModel design pattern. To enhance developer productivity, the toolkit combines a set of helper classes with code and xml snippets, as well as Visual Studio item and project templates. Entities; namespace $safeprojectname$ { class Program { static void Main( string [] args) { // Client code goes here. } } }. saferootprojectname$.Entities Tony and Zuzana's World - Wednesday, September 14, 2011 | -
| The Best from DevelopMentor | MORE | - Article: 10 Features in.NET 4.0 that made Me Smile
I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? Barrier lets you define rendezvous points in your code where multiple concurrent operations can automatically sync-up. Code contracts. Code contracts allow you to assert truths about your code as if you are writing a unit test. But these assertions live within your production code and are both verified by the compiler as well as the runtime. Also have a look at my article from last month Six Things That’ll Surprise You About.NET 4.0. ll wait. class. 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. Well maybe you are buying into the whole cloud computing story which lets you cheaply out-source your computer hardware for amazingly cheap prices (staring around $0.20 / hour for a dedicated machine). All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Articles Tools Feel free to send me any I missed. Here we go. Launch! Running! Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - 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: 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 ]. In this article, we will cover just the basics of the three storage services of Windows Azure. You can download the sample application and follow along if you want to see the full source code and try it out yourself. The listing below is essentially the code that runs when the uploader application uploads a pending image submission to blob storage. Enjoy! by Michael Kennedy. Michael C. Kennedy's Weblog - Wednesday, April 8, 2009 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
This is only a few lines of code per collection (think of this as a table). Once in the database and once, in parallel, in code? How much faster than the finely tune system that is SQL Server 2008 can these open source NoSQL systems be?”. ll be posting a full performance comparison with source code soon. This is free, open-source database which runs on Windows, Linux, and Mac OS X systems. Let’s write some code. You may also want to check out the source code for my demo app: Download Sample: RssMongoSample-Kennedy.zip. Insanity!” Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - 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. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Articles[Note: You can download this post as a PDF.]. You'll see why shortly. How should I organize my pages? Check Lists. Michael C. Kennedy's Weblog - Sunday, January 30, 2011 - 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 code-oriented features are a major focus of the improvements for VS 2010. But the part you really needed to split up, the code and designers, were solidly grounded in the one IDE window. by Michael Kennedy. " anyone? Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 %>
| | |