|
|
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.
|
12 Articles match "Design Patterns"
|
Related DevelopMentor Courses
|
MORE
|
|
.NET Architecture and Design Principles: Building Distributed Applications
Think in terms of layers and tiers Use patterns in your code and across the enterprise Write secure code Use concurrency to build highly available systems Make distributed calls using remoting, web services and Windows Communication Framework Utilize asynchronous communication with message queues Horizontally scale every tier of your system Deploy software across distributed systems Applications that span more than one machine require a deliberate and radically different design approach. .NET NET Architecture and Design presents key concepts in distributed systems. Learn to build systems that are scalable, reliable and secure.
DevelopMentor Courses
- Friday, June 12, 2009
.NET Design Patterns: Code Smarter
Understand the rationale behind design patterns Understand the basics of Unified Modeling Language (UML) Understand how best to apply design patterns to .NET NET to effectively leverage the framework Refactor code to use the most appropriate pattern Implement and code the following patterns, by solving puzzles and performing various tasks: Singleton Pattern Factory Pattern Decorator Pattern Observer Pattern Strategy Pattern Template Pattern Command Pattern State Pattern Proxy Pattern Adapter Pattern Fa?ade
DevelopMentor Courses
- Friday, June 12, 2009
Essential Spring 2.5 and Hibernate
This course tells you what you need to know to design and build your own Hibernate-enabled applications. Spring simplifies commons tasks and encourages good design based on programming to interfaces. Spring makes your application easier to configure and reduces the need for many J2EE design patterns. Explain how the issues associated with object persistence in a relational model are addressed by Hibernate Understand the relationships between SQL, Java, Spring, and Hibernate Discuss the challenges to adopting Hibernate in the enterprise Write applications that take advantage of the Hibernate Persistence Manager.
DevelopMentor Courses
- Friday, June 12, 2009
|
28 Articles match "Design Patterns"
|
The Latest from DevelopMentor
|
MORE
|
|
Dr Rockman is IN!
design and coding problems – whether it be WCF, Workflow, Multithreading, WPF, Silverlight,
ASP.NET ASP.NET MVC, Design Patterns or whatever you are currently wrestling with. I’ve just noticed that Andy
has has blogged about our drop in clinic we are running at DevWeek
2010 2010 .
.NET Meanderings
- Thursday, February 4, 2010
Ask the doctor ( Devweek 2010)
Dr Rockman is In! At DevWeek 2010 Rock Solid Knowledge will be running a drop in clinic where our consultants will help you solve your design and development issues. WCF , Design Patterns, Multithreading, Web Development or anything else, we’ll be on hand to lend a sympathetic ear and hopefully solve your problems. The whole team will be there so whether its WPF, Silverlight, .NET NET 4.0,
.NET Mutterings
- Thursday, February 4, 2010
MVVM: Service Locator
This is nothing new – the service locator design pattern has been around forever and
is considered a core J2EE pattern (see ServiceLocator.html for
that In the MVVM Helpers library, this pattern is implemented in
the pattern allow for lazy instantiation and per-call instance services (i.e. In this post, we’ll explore the service locator (called ServiceProvider in
the the library) and introduce the specific services included with the MVVM Helper library
(as
Mark's Blog of Random Thoughts
- Wednesday, January 27, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Looking for a C# Design Patterns book
I co-author developmentor's Code smarter with Design Patterns in .NET The one I currently recommend is the excellent Head First Design Patterns, although the only rub is its in Java, but in terms of teaching patterns its awesome. I recently decided to order the latest Design Patterns for C# v3.0 NET course with Kevin Jones, and ever since the creation of the course I've been on the look out for a good book to recommend to students. from OReilly written by Judith Bishop, and see if I could recommend that text.
.NET Mutterings
- Wednesday, April 2, 2008
-
Design Patterns Crossword
Whilst teaching Developmentors "Code Smarter with Design Patterns in .NET" NET" class a student pointed me towards this Gang of Four patterns crossword puzzle. To test your GOF patterns click here Enjo
.NET Mutterings
- Thursday, December 18, 2008
-
Using Model – View – ViewModel with Silverlight
The View – Model – ViewModel design pattern, also known as MVVM, is getting more popular these days. have found it extremely easy to use when developing very different applications and have used the design pattern recently in both ASP.NET, WPF and Silverlight applications. However easy as it might be is seems to confuse people as I have seen some terrible examples where people make a complete mess of things. Josh Smith did an excellent screen cast for I This is the most important step to remember.
The Problem Solver
- Tuesday, April 7, 2009
-
Article: 10 Features in .NET 4.0 that made Me Smile
research project that lead to this feature on Microsoft Research.
The WPF and Silverlight designers mostly work.
Now pain and suffering around the Visual Studio support for WPF and Silverlight designers
has has been so bad that a mostly-working, and sometimes truly I recently wrote another article for DevelopMentor 's
Developments Developments newsletter (not subscribed yet?
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
-
True Generic Singleton
Last weekend I was teaching Code Smarter with Design Patterns in .NET The guys at Intelliflo decided they didn't have time during the regular week for training that wanted me to pack a 4 day course into 3 days over the weekend so we worked from 9 until 19:00... Whilst teaching them the Singleton pattern they bought out a version they were using built on Generics. public class AlmostSingleton where T: new () { private static T instance; private static object initLock = new object ();
.NET Mutterings
- Wednesday, February 13, 2008
-
CodeGen for base decorator
One of the patterns in developmentor's "Code Smarter with design patterns in .NET NET course" is the decorator pattern. The decorator pattern allows you to extend functionality at runtime, this works if the client is written in terms of an abstract type. Using the class hierarchy below the client would be written in terms of the Component class. The code wishing to call the client has been given an instance of ConcreteComponent, but it wants to extend the functionality of that object, in order to do this it must create another object that looks like what
.NET Mutterings
- Saturday, May 3, 2008
-
Software Architect Week Demos
Had a lot of fun again at Software Architect Week , the demos for the day of Design patterns can be downloaded from here
.NET Mutterings
- Friday, June 6, 2008
|
|
|