|
|
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.
|
14 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 Framework is ".NET Explore core C# features like classes, inheritance, namespaces, and events. abstract class, or property vs. What types are available in the.NET Framework class library? NET 101" for developers moving to.NET. interface vs.
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., abstract class, or property vs. less code!)
DevelopMentor Courses
- Friday, June 12, 2009
Essential.NET for C# Developers
Work with the.NET Common Type System and class libraries Decompose applications into libraries and namespaces Recognize and use common.NET and C# idioms like IDisposable and ?using? class libraries, including Windows Forms, Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF), and ASP.NET. How are the.NET class libraries and the C# language evolving in.NET 3.5? It covers how to program WPF in C#, and details the various class libraries that make up the framework. using? and.NET 3.0 What features are unique?
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
For example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. Basically WF 3 was a good try, but suffered from a couple of major problems that could not be overcome by simply refactoring the library. Base-class Libraries. These are a perfect compliment to things like the ThreadPool class which are indented for parallelism when latency in external systems (databases, web services, file IO, etc) is the bottleneck. 6 CLR and Base-class Libraries.
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
Marshalling native function pointers
int i; double d; }; typedef void (*PFNCallback)(CallbackData* p); class SampleClass. {. In my book I focus on wrapping class libraries that use virtual functions for callbacks instead of function pointers, because virtual functions are the typical C++-like approach for callbacks. But obviously, a lot of C++ class libraries have their roots in C which can force you to care about arguments of function pointer types. To wrap NativeAPI::SampleClass , you can implement the following wrapper class: namespace ManagedWrapper. {. public ref class SampleClass. {.
Marcus' Blog
- Friday, April 6, 2007
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Marshalling native function pointers
int i; double d; }; typedef void (*PFNCallback)(CallbackData* p); class SampleClass. {. In my book I focus on wrapping class libraries that use virtual functions for callbacks instead of function pointers, because virtual functions are the typical C++-like approach for callbacks. But obviously, a lot of C++ class libraries have their roots in C which can force you to care about arguments of function pointer types. To wrap NativeAPI::SampleClass , you can implement the following wrapper class: namespace ManagedWrapper. {. public ref class SampleClass. {.
Marcus' Blog
- Friday, April 6, 2007
-
Six Things That’ll Surprise You About.NET 4.0
For example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. Basically WF 3 was a good try, but suffered from a couple of major problems that could not be overcome by simply refactoring the library. Base-class Libraries. These are a perfect compliment to things like the ThreadPool class which are indented for parallelism when latency in external systems (databases, web services, file IO, etc) is the bottleneck. 6 CLR and Base-class Libraries.
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
|
|
|