|
|
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.
|
16 Articles match "Memory","Objects"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map it to a database schema Use LINQ to Entities to write strongly typed queries against the Entity Data Model Detect and resolve concurrency conflicts with both LINQ to SQL and LINQ to Entities Execute business
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., Day 2 Class A class is a key object-oriented programming
DevelopMentor Courses
- Friday, June 12, 2009
Intensive C++
Classes, Member Functions, and Protection Inheritance, Single, and Multiple Constructors and Destructors Overloading, Dynamic Binding, and Virtual Functions Polymorphism and Generic Programming Template Functions and Classes Exceptions and Error Handling Operator Overloading Dynamic Memory, Copy/Assignment, and Memory Management Type Conversion and Rtti Namespaces and Project Organization Efficiency Issues, Code Generation, and Inlining Function Objects, Pointers, and Callbacks Standard Library Iostreams, Strings, and Containers Effective Programming Idioms and Techniques Object-Oriented Programming,
DevelopMentor Courses
- Friday, June 12, 2009
|
16 Articles match "Memory","Objects"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: Introducing the message visualizers
Now we can create a collection of the TitledCommand objects and display
them in-memory list might be an example. It returns a disposable object that you invoke Dispose
on In this post, I will go over the simple message visualizers available in the MVVM
Helpers Helpers toolkit. Essentially
Mark's Blog of Random Thoughts
- Monday, February 1, 2010
MVVM: Service Locator
It relates a type key to a specific object implementation.
This cf0 cf5 ///cf6 cf5 cf6 Object that implements servicecf5 par ??cf0 Type (typically an interface)
/// Object that implements service
public void Add( Type type, object value);
///
/// Remove
a base class for 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
MVVM: Views and ViewModels
wraps a simple data object (a DirectoryInfo in this case).
Notice passes a string (the key) and an object (the data). This service basically allows you to loosely couple various objects together – we’ll
see key and an object. In the previous post, I provided a link to the project template you can use to start
a a
Mark's Blog of Random Thoughts
- Friday, January 22, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Marshalling native function pointers
memory on C++ free store");
}
pWrappedObject)
throw gcnew OutOfMemoryException("Could not allocate memory
on heap consists of memory pages that have the attribute PAGE_EXECUTE_READWRITE. p2);
MEMORY_BASIC_INFORMATION mbi;
VirtualQuery(p1.ToPointer(), &mbi, sizeof(mbi));
// thunks are allocated on a heap that consits of pages //
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
-
SOS: finding the method bound to an EventHandler with WinDbg.
I was preparing a sample memory leak application for an Advanced C# class at Microsoft this past week and debugging through it with SOS.DLL ("Son of Strike"). My prepared application was an ASP.NET application that would leak memory by holding references to the page objects after they had completed their work. This, of course, is bad form because the System.Web.UI.Page object is intended to
be I did this by having the page hook up an event handler to a global event and then never remove the handler.
This, be
-
WPF Data Providers
against an object and it's methods
XmlDataProvider: loads an XML data source and makes it available
NET object, then the
We could clearly do all of this from procedural code -- create an XmlReader object,
XmlDataProvider Source = " largeXmlFile.xml " x:Key = " xmlData " XPath = One of the nifty new features of the WPF platform is the pluggable data providers.
It ships with two out of the box:
ObjectDataProvider: allows you to execute binding expressions
Mark's Blog of Random Thoughts
- Wednesday, January 17, 2007
-
Article: Building a Twitter Application in .NET
Software Transactional Memory is released! (via net objects that
we I recently wrote an article for DevelopMentor 's
Developments Developments newsletter entitled Building a Twitter Application in .NET NET .
You You
-
Utilizing TAPI from an ASP.NET application
pulls in COM objects which always makes things much more complex. page-derived classes - that will keep the pages alive and cause memory leaks. void Application_Start( object sender,
EventArgs tapiManager; } } void Application_End( object sender,
EventArgs I've gotten several email requests about using ATAPI from ASP.NET -- people have had
trouble trouble getting it to function properly so I figured I'd post an example of how it
works.
-
Weak Observer
NET code that can often induce a memory leak. The typical case that is often presented is one where a Windows Form subscribes to an event from a different object say some application object. When the form subscribes to the event on the application object, the application object therefore has a strong reference to the form so that it can deliver the events. During a recent teach of Code Smarter for Design Patterns in .NET NET in which we teach the Observer pattern showing both traditional GOF implementation as well as a more appropriate .NET
.NET Mutterings
- Wednesday, July 30, 2008
-
MVVM: Introducing the message visualizers
Now we can create a collection of the TitledCommand objects and display
them in-memory list might be an example. It returns a disposable object that you invoke Dispose
on In this post, I will go over the simple message visualizers available in the MVVM
Helpers Helpers toolkit. Essentially
|
|
|