List Question
20 TechQA 2015-06-13T21:48:12.963000Struct that owns some data and a reference to the data
16.3k views
Asked by Kornel
can memcpy for std::aligned_storage?
992 views
Asked by Cocoa
C++ objects lifetime on stack and heap
2.2k views
Asked by Raffaele Rossi
Is it safe to pass arguments by reference into a std::thread function?
2.7k views
Asked by xmllmx
Reusing a jQuery object is faster, but is it always better?
181 views
Asked by Impirator
How to transfer ownership of some heap memory out of a function?
2.8k views
Asked by Andrew Wagner
Rails object lifecycle - cross-transaction objects creation and destroy
533 views
Asked by Pedro Montoto GarcĂa
Return passed reference to object
178 views
Asked by Veritas
static object references needed to be collected in c#
172 views
Asked by freewave
Preventing the destruction of member variables
275 views
Asked by mycroft.holmes
Xamarin, Autofac, NavigationService and BeginLifetimeScope
1k views
Asked by Steven
Is it safe to wait for asynchronous work by joining in the destructor?
1k views
Asked by Tavian Barnes
boost::bind and reference to temp variable
576 views
Asked by dimba
Reference parameter lifetime
305 views
Asked by Dan Nestor
Singelton lifetime within a dll / bundle
1.1k views
Asked by st-h
What is happening to the value passed into the constructor after it falls out of scope?
231 views
Asked by Matt B.
MEF keeps reference of NonShared IDisposable parts, not allowing them to be collected by GC
7.9k views
Asked by Adi Lester
ASP .NET Application Life Cycle + Singleton Instance Life Time
2.7k views
Asked by user1139666
What is the best approache to share a UnitOfWork between two Repositories using Unity?
251 views
Asked by Amir Karimi
Avoiding repeatedly allocating an Action object without a variable / member
265 views
Asked by George Duckett