|
|
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.
|
5 Articles match "Object Oriented Programming","Patterns"
|
Related DevelopMentor Courses
|
MORE
|
|
Virtual Foundations of C# Programming and the.NET Framework (Part 1)
Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Use properties to implement the private data/public accessor pattern Avoid dll conflicts during deployment Virtual Foundations of C# Programming and the.NET Framework is ".NET In part one of this series on programming C#, we'll discuss fundamental concepts such as the Common Language Runtime (CLR), garbage collection, and deployment. NET 101" for developers moving to.NET. interface vs. field)?
DevelopMentor Courses
- Wednesday, February 17, 2010
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 Architecture and Design presents key concepts in distributed systems. Using C# 3.0's
DevelopMentor Courses
- Friday, June 12, 2009
Foundations of C# Programming and the.NET Framework
Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e., less code!) interface vs. field)?
DevelopMentor Courses
- Friday, June 12, 2009
|
2 Articles match "Object Oriented Programming","Patterns"
|
The Latest from DevelopMentor
|
MORE
|
|
Yuck, I Got Data on my Hands
Once upon a time I wrote a computer program that did not require data. In the.NET programming world, ADO.NET is the underlying data access technology. Many data access patterns and frameworks have been built on top of ADO.NET and yet scores of developers still write ADO.NET data access code the way they learned nearly a decade ago. mental roadblock for many folks is a worry about performance going down the toilet by relying on something like an ORM (object-relational mapping) tool. Simple lists of objects can be similar to tables of records. Do Not Be Afraid.
Ardent Dev
- Wednesday, February 24, 2010
Postscript: The doom of Agile
Or one of the earliest attempts to document Scrum, The Scrum Pattern Language in 1998. Both of these are patterns, which means they document what is being done, not what is suggested. Object oriented programming, UML, ISO 9000 and CMM have all been hyped and left their mark. SOA is hyped today, it means a lot to some but technically its just a continuation of modularisation (first there were static libraries, then there were objects, then components and now services.) Its documenting best practices. Won’t know until the last minute unfortunately
Allan Kelly's Blog
- Tuesday, September 1, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Postscript: The doom of Agile
Or one of the earliest attempts to document Scrum, The Scrum Pattern Language in 1998. Both of these are patterns, which means they document what is being done, not what is suggested. Object oriented programming, UML, ISO 9000 and CMM have all been hyped and left their mark. SOA is hyped today, it means a lot to some but technically its just a continuation of modularisation (first there were static libraries, then there were objects, then components and now services.) Its documenting best practices. Won’t know until the last minute unfortunately
Allan Kelly's Blog
- Tuesday, September 1, 2009
-
Yuck, I Got Data on my Hands
Once upon a time I wrote a computer program that did not require data. In the.NET programming world, ADO.NET is the underlying data access technology. Many data access patterns and frameworks have been built on top of ADO.NET and yet scores of developers still write ADO.NET data access code the way they learned nearly a decade ago. mental roadblock for many folks is a worry about performance going down the toilet by relying on something like an ORM (object-relational mapping) tool. Simple lists of objects can be similar to tables of records. Do Not Be Afraid.
Ardent Dev
- Wednesday, February 24, 2010
|
|
|