|
|
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.
|
8 Articles match "Object Oriented Programming"
|
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. Reference Types Reference types are implemented as reference/object pairs.
DevelopMentor Courses
- Wednesday, February 17, 2010
NET Architecture and Design Principles: Building Distributed Applications
Discussions range from object-oriented programming to enterprise patterns, networking to Web Services, caching to distributed databases, and client/database applications to very large-scale web sites. Serialization Distributed systems work by having the disparate parts somehow communicate by passing around data and objects. We then learn to serialize objects efficiently so more work gets done for every distributed invocation. Learn to build systems that are scalable, reliable and secure. How can I use patterns to design extensible, reusable services?
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"
|
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. 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. The relationships between objects can be similar to the relationships between tables. It was called helloworld.exe and it was awesome. It was also a wee bit useless. There is lots of data out there.
Ardent Dev
- Wednesday, February 24, 2010
Postscript: The doom of Agile
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.) A post script to my last blog entry (“SPA London, Tom Gilb and the doom of Agile”) generated some comments and a couple of private e-mails. think Mark is right when he commented : “they are 'fads', the hope is they will just become nameless best practices”.
Allan Kelly's Blog
- Tuesday, September 1, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Postscript: The doom of Agile
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.) A post script to my last blog entry (“SPA London, Tom Gilb and the doom of Agile”) generated some comments and a couple of private e-mails. think Mark is right when he commented : “they are 'fads', the hope is they will just become nameless best practices”.
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. 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. The relationships between objects can be similar to the relationships between tables. It was called helloworld.exe and it was awesome. It was also a wee bit useless. There is lots of data out there.
Ardent Dev
- Wednesday, February 24, 2010
|
|
|