|
|
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.
|
7 Articles match "Class Library","Requirements"
|
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 Explore core C# features like classes, inheritance, namespaces, and events. NET Framework is ".NET NET 101" for developers moving to .NET.
DevelopMentor Courses
- Wednesday, February 17, 2010
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., Explore core C# features like classes, inheritance, namespaces,
DevelopMentor Courses
- Friday, June 12, 2009
Essential .NET for C# Developers
NET Common Type System and class libraries Decompose applications into libraries and namespaces Recognize and use common .NET class libraries, including Windows Forms, Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF), and ASP.NET. NET class libraries and the C# language evolving in .NET Work with the .NET NET and C# idioms like IDisposable and ?using?
DevelopMentor Courses
- Friday, June 12, 2009
|
2 Articles match "Class Library","Requirements"
|
The Latest from DevelopMentor
|
MORE
|
|
Six Things That’ll Surprise You About .NET 4.0
sketch out a scenario in code involving a set of classes before they are completely
written refactoring the library.
Base-class Libraries
things like the ThreadPool class which are indented for parallelism when latency
in I recently wrote an article for DevelopMentor ’s
Developments Developments entitled
“ Six Things
That’ll
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
Marshalling native function pointers
class SampleClass
{
PFNCallback _pfn;
In my book I focus on wrapping class libraries that use virtual functions for callbacks
But obviously, a lot of C++ class libraries have their roots in C which
you can implement the following wrapper class:
Now that the book is written and all urgent tasks I had to defer due to the book are
done, I find some time to blog about technical topics.
Marcus' Blog
- Friday, April 6, 2007
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Six Things That’ll Surprise You About .NET 4.0
sketch out a scenario in code involving a set of classes before they are completely
written refactoring the library.
Base-class Libraries
things like the ThreadPool class which are indented for parallelism when latency
in I recently wrote an article for DevelopMentor ’s
Developments Developments entitled
“ Six Things
That’ll
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
-
Marshalling native function pointers
class SampleClass
{
PFNCallback _pfn;
In my book I focus on wrapping class libraries that use virtual functions for callbacks
But obviously, a lot of C++ class libraries have their roots in C which
you can implement the following wrapper class:
Now that the book is written and all urgent tasks I had to defer due to the book are
done, I find some time to blog about technical topics.
Marcus' Blog
- Friday, April 6, 2007
|
|
|