| |
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.
|
56 Articles match "Build","Products"
| Related DevelopMentor Courses | MORE | | Agile: Where's the evidence? Despite this one study claimed Scrum resulted in productivity improvements of as much as 600% - Benefield, “Rolling Out Agile in a Large Enterprise”. If you believe you can follow a defined process and write down a process to follow and the requirements of the thing you wish to build then waterfall is probably for you. A few weeks ago I was presenting at the BCS SIGIST conference - another outing for my popular Objective Agility presentation. Someone in the audience asked: “Where is the evidence that Agile works?” My response was in two parts. to which the answer is certainly No. Allan Kelly's Blog - Friday, March 30, 2012 Use Common Instance Factory to Abstract Away the Dependency Injection Container while back I wrote a blog post on the Onion Architecture , an approach to building loosely-coupled applications where you can swap out particular components without affecting the rest of the application. 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. Download the Common Instance Factory with WCF Extensions here and is also available on NuGet. In this example, an IGreetingRepository is passed to the GreetingService’s constructor. Ah, but there’s a problem. Stay tuned for more!) DevelopMentor Courses - Wednesday, May 23, 2012 Guerrilla.NET (US) Training Multithreading : Build efficient multithreaded processing using new lightweight concurrent data structures. LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 MVC : Build modern web applications and services using JavaScript, jQuery, AJAX, REST, ASP.NET MVC, and more. DI/IoC : Use powerful OO design patterns and techniques to build loosely-coupled, testable, and maintainable applications including Dependency Injection (DI), Inversion of Control (IoC), and unit testing. and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 |
106 Articles match "Build","Products"
| The Latest from DevelopMentor | MORE | | A Roundup of MongoDB Management Tools Easily build indexes – either specify Json or use the point and click (visual) interface. Import relational data from MySQL or SQLServer into MongoDB automatically and start building your applications right away. The data is a great asset when optimizing applications during development and potentially invaluable when diagnosing production issues. 'I’ve been working with MongoDB for a long time now. Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. SQL Server Management Studio ). Since then, things have changed significantly. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Conway's Law v. Software Architecture Keeping the team hungry will reduce the possibility of building more than is needed or over architecting it. There are those who would quickly point out the risk of under architecting a system, not looking to the future and not building a system that can change and grow. There is need for a philosophy of system design management which is not based on the assumption that adding manpower simply adds to productivity." There are times when I wonder if there is any point to the discipline called "Software Architecture." Conway, 1968 The original paper “ How do committees invent? Allan Kelly's Blog - Wednesday, March 13, 2013 Agile Advice for Aviva (and many other big companies) During the day I did build up a picture of much that is happening inside Aviva and I did give some advice in conversations. Some of you will need to lay down your jobs to make this happen Advice for the Workers You control the means of product, Agile is in your hands, Make it So. I’m starting this blog entry on the train returning to London after speaking at Sync Conference in Norwich - and I’m finishing sitting in my local coffee shop on Tuesday. My conference presentation Agile in 90 minutes is online (PDF) or via Slideshare.) Personally I’m pessimistic about their chances. Allan Kelly's Blog - Tuesday, February 19, 2013 | -
| The Best from DevelopMentor | MORE | - Build a Multi-Project Visual Studio Template
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. < Project ToolsVersion = " 4.0 " DefaultTargets = " Build " > < ItemGroup > < ProjectReference Include = ".$saferootprojectname$.Entities Download the code for this article here. Enjoy. Tony and Zuzana's World - Wednesday, September 14, 2011 - 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. We’ll start with a very basic store website (downloads here: BasicMvcForms_starter.zip and BasicMvcForms_final.zip)which has a database and some basic products already listed. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. Continue reading → Michael C. Kennedy's Weblog - Friday, January 20, 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. We’ll start with a very basic store website (downloads here: BasicMvcForms_starter.zip and BasicMvcForms_final.zip )which has a database and some basic products already listed: Notice that we have five products. There links to edit and create products. Now our links to edit and create products work. We’ll use the HTML Helper methods to convert our product into forms ready for the editing. Conclusion. Michael C. Kennedy's Weblog - Friday, January 20, 2012 - Screencast: Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series)
In this ASP.NET MVC Foundations screencast, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll start with a very basic store website which has read-only data and we'll add the ability to create and edit products in our store. [note: This screencast has been adapted from my earlier blog post.]. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. Be sure to watch in HD mode for a crisp screen. . Michael C. Kennedy's Weblog - Monday, January 23, 2012 - Tackling the Problem of Modal Dialogs in MVVM
If all you care about is quickly building an app, then just use code-behind and forget about MVVM, even if everyone else is doing it. private void ProductsLoaded( List < Product > entities, Exception error) { if (error != ErrorNotice( this , new NotificationEventArgs < Exception > ( "Unable to retrieve products" , error)); else Products = entities; } } }. Here is an example of a event fired by the view-model to indicate that a particular product is available for order. " , "Product Availability" , MessageBoxButton.OK); } }. Tony and Zuzana's World - Friday, January 28, 2011 - Survival Skills for Developers
To survive in the woods you obviously need to walk and breathe, but you also need to start a fire and build a shelter. Regardless of the type of software you build, I firmly believe you should know a little bit about HTML, XHTML, and CSS (and some XML would be good, too). If you don’t build web applications, you don’t need to master these technologies, but a grasp on the basics will come in handy. customizing a product wiki. If you’re a Windows developer, learn how to build a Windows Service and how to run programs with the Task Scheduler. Ardent Dev - Wednesday, February 10, 2010 - Six Things That’ll Surprise You About.NET 4.0
Yes, previously you could drag a build output window to a second monitor or the properties window to the side. This aids both when working on UIs (you can see the designer and code-behind) as well as when doing TDD (you can see the test code and production code side-by-side). You can build well-factored, testable, and clean web applications more easily in MVC. WF 4 has a nice GUI workflow building designer that is part of the VS 2010 tools and moreover that designer is rehostable in your own Windows Forms or WPF applications. by Michael Kennedy. and VS 2010 Beta 2 ]. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 %>
| | |