|
|
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.
|
17 Articles match "Memory"
|
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
Here we discuss the details of value types: creation, initialization, efficiency, memory usage, assignment, comparison, and conversion to/from Object. 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.,
DevelopMentor Courses
- Friday, June 12, 2009
Fast Track to IIBATM Certification
The Fast Track to IIBA TM Certification course is designed using proven memory enhancing techniques. Fast Track to IIBA TM Certification (ACC756) Day 1 Course Introduction Morning Workout BABOK TM Overview Enterprise Analysis (Overview) Key concepts Memory retention workshop Knowledge Check/Practice Questions Requirements Planning and Management Key concepts Memory retention workshop Knowledge Check/Practice Questions Day 2 Morning Workout Requirements Elicitation Key concepts Memory retention workshop Knowledge Check/Practice Questions Requirements Analysis and Documentation Key
DevelopMentor Courses
- Friday, June 12, 2009
|
36 Articles match "Memory"
|
The Latest from DevelopMentor
|
MORE
|
|
WCF, WIF and Load Balancing (and a bit of Azure)
session cookie) – the actual session is stored in-memory at the server. Pablo wrote a post yesterday
giving giving some background information on how session tokens are protected in WIF – here
some some additional info for WCF:
The The ws* bindings in WCF establish
www.leastprivilege.com
- Thursday, February 18, 2010
MVVM: Introducing the message visualizers
in-memory list might be an example. In this post, I will go over the simple message visualizers available in the MVVM
Helpers Helpers toolkit. Essentially the idea is that it is fairly common to want to
display display a simple message from the ViewModel to the user.
Mark's Blog of Random Thoughts
- Monday, February 1, 2010
MVVM: Service Locator
create an unintentional memory “leak”.
In 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 as of 1.05 anyway).
Mark's Blog of Random Thoughts
- Wednesday, January 27, 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
-
Museums of the future, future memories, retrospectives and change
In his book The Living Company Arie de Geus suggests the role of planning, particularly scenario planning, is to create memories of the future. This is the second time I’ve heard of these museums which display the designs and plans for the cities China is building and extending. Future museums strike me as a great way to create future memories. Of course I don’t now if the Chinese planners are explicitly trying to create By under taking the planning exercise we conceive of how the world may look different, we prepare our brains for a future that is not simply a repeat of tomorrow.
Allan Kelly's Blog
- Tuesday, August 8, 2006
-
Processing Text Files with LINQ
The problem with this method is that it reads every line in the file into memory and then returns the array. It actually forces all directors and all movies to be loaded into memory before allowing us to process a single group in our foreach loop.
It not only runs a quicker (about 33%), but also consumes much less memory.
I was recently writing some code to stream through a large text file, processing the lines it found that matched a regular expression. Pretty boring stuff, so my mind started to wander and I started thinking about the loops I was writing and how
Jason Diamond
- Sunday, September 7, 2008
-
The Mystery of Concurrent GC
memory is being shuffled around and fixups are occurring. UI applications at the expense of slower collections and a higher memory utilization.
Disassembling that method showed me that it checks a flag in memory -- 0:000 > u
mscorwks!WKS::GCHeap::IsConcurrentGCInProgress Looking at that particular memory location, I tried various configurations There's been a discussion going on within DevelopMentor for a couple weeks regarding
concurrent GC and when it really applies.
-
Article: Building a Twitter Application in .NET
Software Transactional Memory is released! (via I recently wrote an article for DevelopMentor 's
Developments Developments newsletter entitled Building a Twitter Application in .NET NET .
You You can read it at the DevelopMentor website:
[link]
-
Debugging the Future (Advanced .NET Debugging) Video Presentation
NET applications right down to their memory footprint, this
talk My esteemed colleague, friend, and fellow instructor at DevelopMentor Jason
Whittington Whittington gave a great presentation on advanced .NET NET debugging recently at the Oklahoma
City
-
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. I did this by having the page hook up an event handler to a global event and then never remove the handler.
This, This, of course, is bad form because the System.Web.UI.Page object is intended to
be
|
|
|