Skip to main content

Home/ General Development In DotNet/ Group items tagged patterns

Rss Feed Group items tagged

Jonah Hayes

ASP.NET MVC : The Official Microsoft ASP.NET Site - 0 views

  •  
    The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating MVC-based Web applications.
  •  
    The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating MVC-based Web applications.
  •  
    When it comes to .NET growth, a designer could develop programs by using easy command-line and written text manager resources within the structure.
Johann Strydom

Task Parallel Library and async-await Functionality - Patterns of Usage in Easy Samples... - 0 views

  •  
    "A lot of tutorials have already been written about TPL and the new .NET 4.5 async-await features, the most prominent examples are Task Parallel Library: 1 of n, Task Parallel Library: 2 of n, Task Parallel Library: 6 of n and Threading in C#, PART 5: PARALLEL PROGRAMMING. Here I present my own version of a TPL and async-await tutorial trying to emphasize why TPL and async-await functionality is so useful and how to apply it to some well-known problems. "
Jacques Bosch

InfoQ: How To Pay Down Technical Debt - 0 views

  •  
    " My concerns are (1) as soon as we start tracking non-story tasks we'll lose focus on delivering customer value, And (2) if we don't make these sorts of tasks visible, we won't make progress on them at the rate we need to. What are good patterns you've seen for dealing with technical tasks that aren't directly attached to a story (or that cut across multiple stories)? "
Jacques Bosch

Loading Related Objects - Entity Framework 4 - 1 views

  •  
    "This topic describes patterns that you can use to load related entities. Entity types can define navigation properties that represent associations in the data model. You can use these properties to load entities that are related to the returned entity by the defined association. When entities are generated based on the data model, navigation properties are generated for entities at both ends of an association. These navigation properties return either a reference on the "one" end of a one-to-one or many-to-one relationship or a collection on the "many" end of a one-to-many or many-to-many relationship. For more information, see Navigation Properties and Defining and Managing Relationships. "
Jacques Bosch

Where Have All the Singletons Gone? - 0 views

  •  
    "In Singletons are Pathological Liars we discussed the problems of having singletons in your code. Let's build on that and answer the question "If I don't have singletons how do I ensure there is only one instance of X and how do I get X to all of the places it is needed?""
1 - 5 of 5
Showing 20 items per page