All C Answers
- Have I misunderstood the scope of this default argument shared_ptr?
- C++ Error Handling - downside of using std::pair or std::tuple for returning error codes and function returns
- emplace_back and VC++ frustration
- Center contents of UIScrollview when using autolayout
- Navigation and WebBrowser control
- C# await / async in WebApi, what's the point?
- UITableView disappears when UISearchController is active and a new tab is selected
- A boot loader in C++
- WKWebView Evaluate Javascript without reloading page
- How to create Generics Pooling System for components/scripts?
- ZeroMQ doesn't auto-reconnect
- Objective C protocols requiring the implementation of at least one of a set of methods
- How to obtain a registry value from a remote machine if I don't know its type? (C#)
- Assembly version ".001" becomes ".1"
- Can't find embedded resource using GetManifestResourceStream
- The address size length of the accept function in <sys/socket.h>
- C++ from a Java-view: I must have missed a few things
- Fast interleave 2 double arrays into an array of structs with 2 float and 1 int (loop invariant) member, with SIMD double->float conversion?
- Does C round floating-point constants
- How to get C (not C++) syntax highlighting in Visual Studio (2010)?
- ASP.NET CORE 1.0, Impersonation
- Setting the license for modules in the linux kernel
- Free C/C++ based zip/zip64 library?
- Are static c libraries created with one compiler compatible with another?
- Why does Assert.AreEqual on custom struct with implicit conversion operator fail?
- Is there a match_partial in C++11 Regular Expressions?
- Microsoft Fakes generates UnitTestIsolationException
- Set text align to center in an Excel document using OpenXML with C#
- This operation is not supported for a relative URI, error browsing SVC-service
- Modify key of std::map
- When a file created with mkstemp() is deleted?
- binding to a list of tuples
- Adapt class containing a string member as synthesized attribute
- How can you clear a bound property on a Razor Page's model when POSTing?
- Is it safe to memcpy to a dynamic storage struct?
- C++ const cast, unsure if this is secure
- toggle a bit at ith positon
- Cross-platform embedded database/key-value store for C#
- Are all CopyConstructible types MoveConstructible types?
- Removing Invalid Characters from XML Name Tag - RegEx C#
- c++ order of defs in the class, surprise
- How to register HttpContextBase with Autofac in Asp.Net (not MVC)
- QImage from HBITMAP
- Example of when the culture parameter of string.Equals (c#) actually makes a difference?
- ViewModel subscribing to Model's PropertyChanged event for a specific property
- How to Handle SIGKILL,SIGABRT, Signal-0 exceptions through Exception Handling in iPhone programming
- Does C++ have standard queue?
- WebAPI OData $Skip on custom IQueryable double applied
- WPF DataGrid is adding extra "ghost" row
- significant change location delegate methods not being called
- How do I setup configuration when I use command line to build C#/.NET?
- How to run a batch script after installation is finished?
- How to make (1 << 9) pass MISRA?
- What is the best C# collection with two keys and an object?
- -[NSObject isEqual:] and -[NSNumber isEqualToNumber:]: what's the difference?
- c# how to convert IntPtr to struct?
- How to get href attributes of a tags in this string?
- Stubbing a property twice with rhino mocks
- How to correctly set exparation datetime for cookies on ASP.NET Core MVC
- How to set centers of shapes/fixtures/bodies in Box2D
- Arithmetic on end() iterator
- How to purge messages for Service Bus Topic Subscription
- C++ allocators, specifically passing constructor arguments to objects allocated with boost::interprocess::cached_adaptive_pool
- "Installation of the application failed. Run time error has eccured. Fix the capabilities in WMAppManifest.xml file."
- Using an icon on a dialog box window C++ Win32 API
- Microsoft LocalReport (rdl) in ASP.NET Core MVC App
- Return multiple response from WCF
- How to change textblock background?
- How should comments for interface and class methods be different
- How to access controls that is in the panel in c#
- Understanding casts from integer to float
- DataGridColumn SortMemberPath on MultiBinding
- Transitioning away from std::string, std::ostream, etc. in a library's public API
- Converting system.windows.media.brush to Hex color code
- Why can I not return a List<Foo> if asked for a List<IFoo>?
- LINQ to SQL - best way to switch between test & dev db
- Lambdas, local types, and global namespace
- CMake cl.exe is not able to compile a simple test program
- How to simplify a C-style arithmetical expression containing variables during code generation?
- How to play AVSpeechSynthesizer through call receiver speaker?
- Get culture-specific date with 2 digit year in C#
- Issue de-serializing XML to Object - There is an error in XML document (0, 0)
- Does a class that inherits another class inherit that classes inherited classes/interfaces?
- project.assets.json not found with msbuild
- ASP.Net core 1 list files in given directory
- NLog not writing debug messages
- is iphone Simulator capable of showing heading and latitude , longitude?
- Cant hit breakpoint in web api controller
- Who is failing, boost, clang, or gcc? Issue with std::chrono used with boost::asio
- How to stop Automapper from mapping to parent class when child class was requested
- Cannot add System.Configuration.ConfigurationManager to .NET core application
- Asp.Net Core and Scaffold
- Portable Class Library Reflection
- C# Regex Replace and *
- When is a Transient-scope object Deactivated in Ninject?
- Organizing eventlogs into folders
- Equivalent of Python's list sort with key / Schwartzian transform
- Linq Performance: (ElementAt,Count) vs (foreach)
- Algorithm for smoothing edges of an open 3D mesh
- Is it "legal" for C++ runtime to call terminate() when the C++ code is used inside some non-C++ program?
- config.json - Adding database connection strings in ASP.NET vNext
- Initializing a dynamic array of non-default constructible objects
- Debugging a crash when a library is opened via dlopen on OSX
- Time spend running program
- Linq to determine if a value occurs more than x number of times
- Getting property attributes in TagHelpers
- Expose C++ object to Javascript in Qt with QtWebEngine
- Does typeid(T) get evaluated at run time or compile time?
- User Breakpoint from nowhere
- How does C++ implicitly cast arguments to a comparator such as <?
- Do they have the equivalent of C# static classes in Java?
- Ninject 2.1 ActivationException : Error activating string
- Code Coverage on Lambda Expressions
- C# text file - how to write EOF character
- Make C# source run as a script?
- An unhandled exception occurred while processing the request in OpenIddict
- How can I reduce the memory footprint of a minimal Linux process
- C# Cannot be used across assembly boundaries because it has a generic type parameters that is an embedded interop type
- MEF 'The export is not assignable to type' error
- How can I link CMake and SQLite without an external script?
- Transparent PNG in WPF window
- JIT error with LINQ OrderBy using C# on iOS
- Get value of registry key C#
- Is it possible to create System.Int32 in C#?
- Parse login hang since Facebook 4.0.x with [PFFacebookUtils initializeFacebookWithApplicationLaunchOptions:launchOptions] (semaphore_wait_slow trap)
- What is a “weak framework reference”?
- In case of bit fields, which one is better to use, unsigned char or unsigned int and why?
- Is it possible to break code-behind into multiple partial files?
- cppcheck thinks I have "Redundant code: Found a statement that begins with numeric constant"
- Tracking down a error in an windows service
- how to know the memory footprint of my binary executable
- sleep function in C11
- In C#9, how do init-only properties differ from read-only properties?
- stepping into MACRO in VC++
- Is there a easy way to get the "sp_executesql" query .NET generates for a parametrized query?
- Can I cast an array of POD which has floats to float*?
- Do tuples have an implicit lexicographical comparison?
- How do I get a multi line tooltip in MFC
- CodeContracts: Possibly calling a method on a null reference
- Call asp.net core web api from PostMan
- ASP.NET, C#, IIS, MIME TYPES, FILE UPLOAD CONDITIONAL
- UITableView and Cell Reuse
- How do I use IF/ELSE or CASE In DataColumn.Expression?
- Why do the MISRA rules prohibit the use of '#undef'?
- How to get *my* ip from udp endpoint
- how to read files in folder in ascending order?
- C/C++: printf use commas instead of dots as decimal separator
- How to partition a LINQ to Objects query?
- How do I set my MainForm to be hidden when my program starts?
- Ribbon button not firing event set by onAction when clicked
- Do compilers optimize out net zero bit shifts?
- How to declare and define a pure function in gcc?
- Assigning out parameters in Moq for methods that return void
- How do I setup per-assembly resharper settings
- Why is <> required when specifying a template class which has defaults for all its template parameters?
- Renaming symbols at compile time without changing the code in a cross platform way
- Rounding integer to nearest multiple of another integer
- Check if property is null in lambda expression
- Values that I Put in Keychain Can Be Saved After app is updated?
- When is Panel.Size updated after adding controls when Panel.AutoSize = true?
- Brace initialization of numeric types. Are they 0-initialized?
- Accessing a local variable after "delete this"
- How to read a value of an hard coded address in C++?
- .NET multiplication optimization
- How to connect sql server express database to VS 2017
- template private inheritance in vc++10 is not accessible
- EF - Default value for new column with automatic migration
- how to run an mstest dll from command line
- C++: Creating an uninitialized placeholder variable rather than a default object
- Calling a generic method with interface instances
- 64bit name mangling for c++
- HttpClient - Size of downloading file before download
- Fire event from Async component in UI thread
- Is repeatedly seeding a random number generator a reasonable hash function?
- Implement common behaviour in alternative to abstract base classes?
- What is wrong with access()?
- Does "operator true" in c# have exactly two places it can be used?
- How to send generated pdf file as attachment in email from C#?
- Invalid Directory Name - Your app contains a directory name that is already reserved
- Multiple MouseHover events in a Control
- googlemock - mock a method that returns a complex datatyp
- c++ error: invalid types 'int[int]' for array subscript
- Can a PyQt4 QObject be queried to determine if the underlying C++ instance has been destroyed?
- Undefined behavior with std::move
- Did Microsoft change Random default seed?
- Initial directory is not working for CFileDialog
- Regex to match only some filenames
- Delete all debug expressions from Xcode 5.1 Project
- Where is the return statement in async/await
- implicit constexpr?
- Reflection to invoke the constructor with ConstructorInfo
- Does binding temporary to a reference require a copy constructor in C++?
- TreeView TreeNodeCollection Key
- C# dynamic generic list
- Should 'using' be inside the namespace or outside?
- Adding view controller as launch screen
- How can I make a UITextView not selectable?
- How to convert byte array of image pixels data to grayscale using vector SSE operation
- Why C++ template accepting array is not more specialized than one accepting pointer (bis)?
- Disable one unused variable warning
- Passing the value of a variable to macro in C
- Reading Multiple Files in Multiple Threads using C#, Slow !
- Enable HDR Option for UIImagePickerController
- Is there any tools to help me refactor a method call from using position-based to name-based parameters
- Can a static variable be initialized with a static constant?
- Custom model binder not called when type is nullable
- Mapping between T --> IHandler<T>
- Segfault in std::atomic load?
- Invalid Cast of Type Constrained C# Generic
- In C++, why does a derived class that just contains a union with an instance of its base class take more memory than the size of the union?
- How to get only specific field from the list
- live debugging a
- Visit and modify all documents in a solution using Roslyn
- Alternative way to get "C" letter in jsfuck
- Casting a generic element type downwards
- How to invoke System.Linq.Enumerable.Count<> on IEnumerable<T> using Reflection?
- What is the c# equivalent of Java DecimalFormat?
- WPF Window created in Application_Startup method is blank
- How do I properly write trailing return type?
- Valgrind is not showing invalid memory access with incorrectly used c_str()
- What are the actual formats supported by CngKeyBlobFormat?
- Mapping large string with Fluent NHibernate
- What is the meaning of leading underscores in a C++ constructor?
- undefined reference to `boost::log_mt_posix::basic_attribute_set<char>::~basic_attribute_set()'
- Disable firing TextChanged event
- How to change color of Search Bar?
- How to convert a CroppedBitmap to BitmapImage
- Will a system clock adjust affect running the stopwatch in C#?
- Make property readonly in derived class
- Outputting date in ISO 8601 format
- Remove single character from a string?
- Replace " " character in an NSString with "\ " (to create a Unix path)
- Approach of using an std::atomic compared to std::condition_variable wrt pausing & resuming an std::thread in C++
- Partially sorting array so last n elements are sorted?
- For what is the JsonObjectAttribute.Id?
- textbox focus check
- Problems using UpdateProgress
- boost::shared_ptr is it safe to use it in multiple threads?
- prevent reflection (objc/runtime) on iOS
- Can I create a boost::shared_ptr to a local variable?
- Finding Registry Keys in C#
- In .Net/C# is the OnSerializing event fired for XmlSerializer.Serialize
- What is the OracleType of ROWNUM
- Using list arrays - Best practices
- How to combine constexpr and vectorized code?
- c++ default assignment operator
- Understanding pointers with a swap program in C
- Show a ContextMenuStrip without it showing in the taskbar
- WPF/C# - example for programmatically create & use Radio Buttons
- How do I sanitise cin?
- How is Task.Delay awaitable if it's not marked async?
- To which extent is "boost does it" equivalent to "very portable, use it"?
- how to set input of Tensorflow Lite C++
- Chaining implicit operators in generic c# classes
- How to compile with Visual Studio x64?
- A concise way to not execute a loop now that C-Style for loops are going to be removed from Swift 3?
- Referring to Code in IBM.Data.DB2 makes that Assembly Unavailable to the rest of my Solution
- Thread safety on async/await with memory caching
- Start/Stop DispatcherTimer from a different thread
- Create file without opening/locking it?
- Why dataTokens are in Route?
- Closures and Tasks
- ambiguous call to overloaded function
- C++: implementation of a class methods in a separated shared library
- Visual C++ - Set the depth of template instantiation
- How to set design-time property default values?
- How can I assert from Python C code?
- Move integer to the nearest divisible by 4 in C++
- Alternative to sleep inside a thread
- How to display multiple leading zeros for floating point values in C++?
- Creating statecharts in Visio using c#
- Is mutex needed for different offsets into allocated heap memory
- MATLAB MEX interface to a class object with multiple functions
- C# operator overloading with List<T>
- What is the cleanest way to create a timeout for a while loop?
- Scintilla .NET - Can't find libraries
- Is calculating address difference undefined behaviour?
- Nested Class .GetType()
- eclipse C project shows errors (Symbol could not be resolved) but it compiles
- System.IO.Compression.FileSystem.dll in c# program
- when pthread_attr_t is not NULL?
- Execute implicit cast at runtime
- Installing a font on a client machine
- Thread.CurrentPrincipal is authenticated but ClaimsPrincipal.Current is not
- I wonder what really the &a returns?
- Debug.WriteLine locks
- C#: Exception - Parameter is not valid - Form Dispose method
- How can I replace Request.Url.GetLeftPart(UriPartial.Authority) for .NET Core View class?
- How to escape sprintf() % marks so they wont be recognized as variables?
- What's with these g++ "multiple definition" errors?
- Multiple columns in List box control
- Blazor onclick event passing in counter from loop
- Why can't I define a case-insensitve Dictionary in C#?
- Windows Phone 8: Monitoring memory usage in mixed C#/C++
- "is" - operator for Type
- What does 'fidelity' of accessor keywords mean?
- Detecting TLS Version used for HttpClient POST or GET calls
- Refactor XAML in WPF
- Fastest way to remove huge number of elements from an array in C
- Randomly shuffle a List
- Getting a Button handle from another application
- Type.GetInterfaces() for declared interfaces only
- Does "int a = int();" necessarily give me a zero?
- Function argument binding rules for passing an array by reference vs passing pointer
- bind list to dropdownlist, what to do with value?
- Is there a standard way to determine at compile-time if system is 32 or 64 bit?
- UITableView doesn't get touches with single gesture recognizer
- Why don't these threads run in order?
- How to implement a null object?
- Identifying that a property's value is an array
- Why does writing to a file descriptor after the target file has been deleted succeed?
- Converting std::list to C friendly type
- Could not resize the activity indicator in iOS 5.0?
- DataContractSerializer with Multiple Namespaces
- Appveyor nuget analyser
- How to add Column header to a ListView in C#
- Making Generics with many types
- Can I use an X509Certificate2 within ASP.NET without using a certificate store?
- 3 * 1000000000 overflows as an int, but the variable is long long. Why?
- How can I use a very large dictionary in C#?
- How can I bind to a null value inside a template in a Universal Windows App?
- What are the desirable situation (real life example) to create static methods except for creating helper?
- What is a LPTHREAD_START_ROUTINE?
- Why isn't object returned by std::move destroyed immediately
- XPathDocument vs. XmlDocument
- How to know if DirectoryEntry is a user or a group?
- printing an image in landscape orientation?
- Find the address of an index in an array in C
- How can I filter an array of NSDictionarys and NSDictionarys?
- Creating different GUID for same lowercase and upper case strings
- Force linq sum to return null
- #ifdef WIN32 #elif WIN64 #endif
- Why doesn't the Timezone change when I set the CurrentCulture?
- Marshal.PtrToStringUni() vs new String()?
- What is causing this error? Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerWrapper'
- C# List<T>.BinarySearch return value when value not found
- Change the property of entire files in folder in Visual Studio 2008 project
- Use OpenBSD's malloc, realloc and free in my program
- What is the advantage of Path.TryJoin over Path.Combine in .NET Core?
- Set Hangfire succeeded job expiry attribute not working
- Prevent repainting of window in C++
- Get Parameter Names from SQL Query
- How to programmatically run unit tests with Gallio and MBUnit?
- C#: How should ToString() be implemented?
- TeamCity - Re-running a specific build step
- Update with AddToSet not updating null value with MongoDB C#
- Why would VS 2017 suggest replacing a property with a method?
- Deserialize XML String into Class
- Qt on Mac -- how to access "search" in help menu
- Moq with Autofac Func<Owned<IClass>>
- C++11 - emplace_back between 2 vectors doesn't work
- Dapper AddDynamicParams for IN query with IEnumerable parameter in Postgres
- How to add some images to resources & can be used in form?
- NSForegroundColorAttributeName not working for UILabel
- exit fails to set error code
- ConfigurationManager.AppSettings - Returns Null
- Give TextBlock Default Value if result returns null
- Double split in C
- How to make a wpf MediaElement play when its Source is a https uri
- Serialize an object in C# and get byte stream
- -finstrument-functions doesn't work with dynamically loaded g++ shared objects (.so)
- Duplicate Symbols only when building for simlator
- How to enable swagger in ServiceStack?
- EF4.1 multiple nested entity Includes gets NotSupportedException?
- LINQ query on birth date to get age
- HWnd Message Hook in WinForms?
- How can the offset for a JVM jump instruction be 32768?
- Missing mingwm10.dll
- How to load a c++ dll file into Matlab
- Can a temporary stringstream object be used?
- C# extract frames from part of a video file
- Does the C# compiler optimize foreach blocks when its contents have the Conditional attribute?
- How to display a PDF document in a Microsoft Surface application?
- Reading from excel using oledbcommand
- How to set ItemsSource of ListView?
- How do I know current offset of BinaryReader in C#?
- Does myVector.erase(myPtr) delete the object pointed by myPtr?
- How to constraint a generic to be of type enum?
- Converting a list of strings into floats/ints in F#
- Does LINQ cache computed values?
- WPF TextBox setting red border on Validation
- How to hide Navigation Controller in Root View?
- C++ template alias (using) in specific places
- Using the HelpProvider class to show help, UI is always behind help window
- For how long the iterator returned by std::set.find() lives?
- Defining 4-byte UTF-16 character in a string
- How to speed up reading large amounts of data in SQL Server and C#
- Execution Time Slower with each Iteration of the same SPROC
- How to set PasswordHasherCompatibilityMode.IdentityV3 in ASP.NET 5 Identity?
- Quartz.NET Rescheduling job with new trigger set
- UIPageViewController delegate method not called
- How to implement an MVC 4 web App server side mutex
- Why looping over array using array indexing is slower than that of pointer access?
- Painful Generics, Operator '>=' cannot be applied to operands of type 'T' and 'T'
- Can I get valgrind to tell me _which_ value is uninitialized?
- template parameters, #define and code duplication
- Difference between a DateTime object I create and DateTime.Now
- How To change XML namespace of certain element
- How to find out where my error is coming from?
- Calculate nth root?
- Why can I not call ToArray on a generic IEnumerable object?
- Null value error when trying to make viewmodel item equal variable
- Translating Win32 Crypto API calls to C# with System.Security.Cryptography
- convert a flat database resultset into hierarchical object collection in C#
- the position of the *static* keyword in member method declaration
- Converting WriteableBitmap to Bitmap for use in EmguCV
- Total size of a linked list in C
- :: scope resolution operator in front of a template function call in c++
- What's the MainWindow.xib nib file for?
- boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::thread_resource_error> >
- Call Stack limitation in C#
- Async/Await or Task.Run in Console Application/Windows Service
- Avoid Retain Cycles, NSNotificationCenter?
- How to use SortMode in DataGridView
- WMI Linker Error on x64
- Finding N contiguous zero bits in an integer to the left of the MSB position of another integer
- Get drive letter from filename in Windows
- Missing XPath in Windows Metro App
- Why NSData dataWithContentsOfURL sometimes return NULL value?
- How to check if a template type is one of the types of a variant type?
- what is the result (type) of ternary operation?
- segfault on vector<struct>
- How to write Arabic, Hebrew Into CSV file?
- Any equivalent of "extended" for C#?
- Fluent Validation - pass parameter to collection validator
- How to create a dictionary in C?
- What are the benefits of having events conforming to Net guidelines?
- Convert jstring to QString
- Fast way to decode JPEG image
- Way to pad an array to avoid index outside of bounds of array error
- Azure DocumentDB Decimal Truncation
- How to mock everything?
- tbb.dll not found
- HasFlag with a generic enum?
- When does Task.Run(Action, CancellationToken) throw TaskCanceledException?
- How to pass a non-static member function as a unique_ptr deleter
- Why must std::visit have a single return type?
- Qt's best way to display very large rich text?
- C++ win32 loading strings from resource
- Should methods that implement pure virtual methods of an interface class be declared virtual as well?
- Does <algorithm> define a macro X?
- System.Security.Cryptography vs PCLCrypto
- Pointers of several functions
- Why does boost::filesystem::path::string() return by value on Windows and by reference on POSIX?
- c# pad left to string
- Invoke or call more than one method at same time?
- Dealing with C# and VB.net Projects in same solution
- Virtual functions overriding and hiding
- Database is locked when inside a foreach with linq without ToList()
- Can NUnit expect a timeout?
- Inheritance or enum
- What's the deal with the hidden Throw when catching a ThreadAbortException?
- How do I properly use LINQ with MySQL?
- ctypes error AttributeError symbol not found, OS X 10.7.5
- terminate called after throwing an instance of 'std::length_error'
- Sorting vector of custom type by their constant id
- Why can't I find the RadioButtonFor method?
- Is it possible to ASSERT_DOES_NOT_COMPILE with GTest?
- Is there a way to split app/web.config into 2 files?
- C++11 <thread> multithreads rendering with OpenGL prevents main thread reads stdin
- C++: Storing structs in a stack
- Convert Excel Cell Value From Text To Number Using C#
- linux clipboard read/write in C
- C# - Removing right edge row border in WPF DataGrid
- Optional dynamic properties in Swift
- MVC4 Script Bundles Caching issue
- Is cast of pointer to anonymous union valid in C11?
- Lexical or Preprocessor Issue with "#import <map>
- Localization in separate project Asp.net Core MVC
- .Net FtpWebRequest fails sometimes
- Determine if a file is open
- Namespace constraint with generic class declaration
- Find out the size of a polymorphic object
- Finding controls that use a certain interface in ASP.NET
- touchesBegan with delay
- Blocking anonymous access by default in ASP .NET 5
- LinearGradientBrush does not render correctly
- What is the easiest way for a c# programmer to develop for i-Phone?
- Fabric Message is too large
- Updating a databound ComboBox
- Integral solution to equation `a + bx = c + dy`
- Adding doubles and complex numbers in C++
- UIView layer rounded corners and -drawRect:
- Change UIButton type programmatically
- Open / Closed Principle - How to deal with this Switch?
- C# FormattableString concatenation for multiline interpolation
- A provider can be configured by overriding the DbContext.OnConfiguring
- Visual C++ thread safety of free and malloc?
- printf("%d") doesn't display what I input
- Type traits definition. Traits blobs & Metafunctions
- How can I make find_package search with config mode and fallback on module mode?
- .NET check if two IEnumerable<T> have the same elements
- What is the collection equivalent of a multi-dimensional array?
- SlimDX viewports in WPF controls
- Eagerly Disposing a ManualResetEvent
- Find multiple index in array
- Update object in IEnumerable<> not updating?
- How do I iterate rows and columns of a multidimensional array?
- explicit non-single parameter constructor
- How to play video using MPMoviePlayerController?
- C++ alternatives to void* pointers (that isn't templates)
- Why we are checking if (cell == nil) in UITableViewController?
- JSON Parsing error with backslash
- What's the simplest way to compare an enum to a integer value return from a DB
- PLINQ AsParallel() with lower priority?
- C# - Unhandled Exception - Illegal Characters in Path
- Sort list of object by properties c#
- Function returning the return of another function
- The type or namespace name 'Http' does not exist in the namespace 'System.Net'
- compute mean using std::accumulate fails
- How to prevent ctrl+c killing spawned processes in Java
- Access Violation Exception in SqlCeConnection dispose
- SignalR call to specific client from controller ASP.NET Core 2.1
- WCF List<string > serialization/deserialization error
- How to stop on the Sign Up Form when web page performs Postback?
- How can I duplicate tabPage in c#?
- How to check if not available methods are used if deployment target < base sdk?
- C# background worker to update status label
- Disable MessageBeep on Invalid Syskeypress
- Returning a pointer to a vector element
- C# web browser select list item click
- is constexpr algorithm really useful, when iterator (input parameters) are not constexpr generally?
- How does the C == operator decide whether or not two floating point values are equal?
- Is it possible to pass a block of code as a macro argument?
- Is there a printf specifier that requires float not double?
- filling a boost vector or matrix
- Using C++ shared pointer's aliasing constructor with an empty shared pointer
- When an `int` at max value and tested with with postfix ++, is code well-defined?
- I want to allocate an object on the stack with C#
- New In App Purchases products added to second version not being returned by apple
- How to use Zip on three IEnumerables
- Setting up Ninject with the new WCF Web API
- Free object/widget in GTK?
- SerialPort.Open() --IOException -- "The parameter is incorrect."
- Practical use of vector::max_size
- Close a Window from Another In Wpf
- <c:if> not working for comparing characters
- What's the CFString Equiv of NSString's UTF8String?
- Why does the parallel for_each require forward iterators?
- Problems using a map with a bitset as a key
- Same FLT_EVAL_METHOD, different results in GCC/Clang
- Why can't I write IO.Directory.GetFiles?
- Set Drive VolumeLabel
- How to copy string to clipboard
- How to exclude classes from an OpenCover report
- Visual Studio 2012 native C++ DLL x86 compilation
- Casting generics and the generic type
- How much of an increase in size do inline functions cause?
- Moq confusion - Setup() v Setup<>()
- Icon button layout in winform
- JSON.NET Deserialization in C# results in empty object
- WinForm ScrollViewer
- formatting enum in gridview
- How to change/configure desired compiler in Qt creator? i.e. switch between MSVC/Mingw or g++/clang++
- Fast way to change txt file and save it
- What is the difference between Microsoft.Office.Interop.* version 12 and 14?
- FaceBook API: Get the Request Object for a request Id - logged into the account that sent the request. Using the "Requests Dialog" API
- How to properly use tag dispatching to pick a constructor
- Why isn't strlen working for me?
- Can't Wire to Subview in IB
- SetLimitText() in a CEdit in Vista does not work
- How to determine which part of an nsstring fits into a rect?
- How to encode/decode url strings in an UWP App
- I get LNK2028 when trying to wrap native c++ class using managed c++
- "missing type specifier" error on constructor declaration
- Replace Property Getter/Setter with Reflection or similar (no 3rd party libraries) in c#
- How to pause task running on a worker thread and wait for user input?
- C# huge size 2-dim arrays
- System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary
- understanding stack trace of a segmentation fault
- Why can't I access the HttpContext from the Controller initializer?
- follow up on R# warning: Possible 'System.InvalidOperationException'
- Strange gcc error: stray '\NNN' in program
- Populate array directly through object initializer
- Compiler error when exporting class
- Service reference is not creating methods
- Lambda expressions for refactor-safe ArgumentException
- What is a good typesafe alternative to variadic functions in C++?
- Lucene Hightlighter sometimes inexplicably returns blank fragments
- KeyDown recognizes the left and right directional arrow keys, but not up and down
- MongoDb SafeMode compare to WriteConcern
- Strange behavior from .NET regarding file paths
- Copy argv into new array
- How to make sure NaNs propagate when using SSE intrinsics?
- In C# 8, how do I detect impossible null checks?
- Is encapsulation violated, if I use a global variable in a class member function's definition?
- Saving a file in a specified folder inside my project
- "For" loops increment not working correctly. Why?
- How to pass a Swift string to a c function?
- Casting from IEnumerable<Object> to IEnumerable<string>
- How do I access/read from/write to Documents folder in Internal Storage on Android devices?
- Expose abstract type as Q_PROPERTY to QML
- Compare two hashsets?
- Dictionary with tuple key slower than nested dictionary. Why?
- How to emulate 'const auto' with BOOST_AUTO in C++?
- URL host name returns null
- How can I use a BlobTrigger to bind to CloudBlockBlob in an Azure Function?
- Confused at control flow of async/await of c#
- Why is my cookie not set?
- Does garbage collection run immediately after GC.Collect()?
- How to Add a Reference to a C# Script
- What does the colon mean in a constructor?
- Why I cannot derive from long?
- Order of threads in execution
- stopping and removing thread after completing of task in .net
- Take next parameter as field width in String.Format
- Different format of __DATE__ macro
- OData WebApi V4 .net - Custom Serialization
- GroupBy SqlFunction on QueryOver
- Call to MemoryStream.GetBuffer() succeeds even after MemoryStream.Close(); Why?
- How to implement a singleton provider for qmlRegisterSingletonType?
- math.h ceil not working as expected in C
- Interface in .NETStandard 1.1 library does not have implementation in .NET 4.61
- Add a image to MKPointAnnotation
- Member is declared in another module and needs to be imported
- Best box selection method for a Minecraft clone
- Different EntityFramework versions in same solution
- Making a background image scale with button size
- How to create std::string from output stream?
- How to implement a timer in C on windows
- Why does it take so much longer to loop through 10 billion than 1 billion?
- How to check if __PRETTY_FUNCTION__ can be used?
- How to get moment-in-time snapshot of ConcurrentDictionary in C#?
- How to get Swedish sort order for strings
- Should I wrap a task in another task or should I just return the created task?
- DataGridView combobox cell event in c#
- Save WebResponse as txt
- How to use generics to pass argument to a non-generic method?
- How to handle Task.Factory.StartNew exception?
- How to change title of Google Plus Sign in button?
- Will this event-handler code cause a memory leak?
- LINQ many-to-many relationships: Solution?
- Nunit Testing MVC Site
- Any luck debugging lambdas with gdb?
- What does standard say about cmath functions like std::pow, std::log etc?
- Correct initialization sequence for Linux serial port
- How to open Facebook / Twitter app from my iOS app in Xamarin?
- Freeing a pointer from memory in c#
- New WPF window only shows underneath originating window
- Casting pointers to _Atomic pointers and _Atomic sizes
- Compile Errors upgrading ATL project from vs2010 to vs2013
- Why isn't SqlConnection disposed/closed?
- Double datatype, count decimals after decimal-place
- The Windows GUI Main Loop In C#... where is it?
- Minimal-locking thread-safe hashtable?
- How do I assemble GAS assembly and link it with the Open Watcom C library?
- Garbage collector and static class, variable
- Use a variable or parameter to specify restart value for ALTER SEQUENCE
- No Parameters are passed to SelectTemplate() of custom DataTemplateSelector. Why?
- Setting web.config properties during build (not through publishing)
- atoi() with other languages
- Exceptions lose part of stacktrace in try/catch context
- UIKit.h not found error
- C++11 / VS2010 : Returning containers of uncopyable but movable objects
- What is the result of &pointer in C?
- ModalPopupExtender from Server Side Code in c#
- Can you satisfy a generic constraint with an implicit conversion?
- Why F#'s default set collection is sorted while C#'s isn't?
- printf type promotion and sign extension
- Read separate web.config file outside the application folder
- Fedora 22 - compile - __atomic_is_lock_free
- How can I get the filename of a Word document from C#?
- Spotlight extension in ios 9
- Bit-shifting left and discarding bits
- How to use dispatch_async_f?
- Finding a window when only part of the window title is known in Coded UI Tests
- What's the utility of an empty C++ file?
- Why a new signal for socket::readyRead() is executed, even when its earlier slot is still processing?
- What exactly is a "File Number"?
- create buttons dynamically to call method and pass in parameter
- What is the right way to create a constant pool for inline assembly?
- Is it possible to use MassTransit 3 with Azure Service Bus without Manage permission policy?
- Finding rotation between two congruent triangles
- c++ for loop optimization question
- 'long long int' is interpreted as 'long int'. How do I get round this?
- par(mfrow=c(1,2)) not displaying side-by-side densityplots
- Is there a C# analogue of java.util.Properties class
- ZMQ Pub-Sub Program Failure When Losing Network Connectivity
- How do I assign a property on only a subrange of items in a list?
- Incompatible .NET Standard assemblies that should have been compatible?
- SQL SELECT * FROM XXX WHERE columnName in Array
- NSMutableSet contains Duplicates
- Public accessor .net
- Using FileHelpers without a type
- Remote Connection to IIS7 using ServerManager.OpenRemote
- How do I use an XML attribute in a MessageContract type?
- List.Contains fails on object comparison
- Draw a polygon in OpenGL GLUT with mouse
- In C, are file descriptors that the child closes also closed in the parent?
- Embedding python + numpy code into C++ dll callback
- Call C function from Assembly -- the application freezes at "call printf" and I have no idea why
- C# Getting window's title by handle in Hebrew return question marks
- Interface Base class instantiation via generic method
- Change "ToString" for a sealed class
- How to build dependent project first with msbuild
- Why does adding AutoValidateAntiForgeryTokenAttribute by type not work?
- Derived class using the wrong method
- why does colon ":" in Uri passed to Uri.MakeRelativeUri cause an exception?
- Is there a better way to avoid 'Sign comparison' warning when comparing NSIndexPath's row and NSArray count?
- List, array and IEnumerable covariance
- "using" keyword doesn't close an open SQL connection
- Memory layout of vector of POD objects
- C# accuracy when checking float in List<float> with Contains method
- NSTextview: How do I get the glyph rect of the insertion point ? Custom TextView?
- Using simple Boost::Spirit grammars?
- Are static methods in ASP.NET code-behind classes non-thread-safe?
- How to truncate time part from date in linq query?
- Set focus on PasswordBox when application starts
- WPF Custom Control: DependencyProperty of Collection type
- Unsureness about passing EndPoint to Socket.ReceiveFrom()
- How do I clear the browser cache programmatically on the iPhone?
- How can you call an emitter callback from separate c++ thread in an addon?
- Consumer "received" event not firing
- How do I access Delphi Array Properties using RTTI
- Continuous Azure WebJob with Http Triggered Functions
- Extending List<T> and Violating The Open/Closed Principle
- Native Source for java.awt.Robot
- Deserializing JSON with 'space' separated property names
- Regex - negative look-behind anywhere on line
- Can I host (self host) a WCF Service in a Windows Service and expose it via http?
- In c# , how to iterate IEnumerable in multithreading environment
- How do I check if iOS device is set to "do not disturb"?
- Does C# 4.0 and a combination of optional parameters and overloads give you a warning about ambiguity?
- clang-query: Examining name of template parameter of a function argument's type
- WKHTMLTOPDF Not Rendering Base64 Image
- iOS Beginner: UIAlertView Window with 3 Buttons > Check what button was pressed
- Can't call/load .NET Core assembly but .NET Standard works fine using Add-Type in PowerShell
- Buffer size in WCF service
- ASP.NET + NUnit : Good unit testing strategy for HttpModule using .NET 4
- Writing a DLL that loads msvcr80.dll and exposes the free()-function
- Getting Invalid column name 'EmploymentTypeEntityEmploymentTypeID in Entity framework core
- How to track down "libc++abi.dylib: Pure virtual function called!" in Xcode
- C#.NET VS2010 Break-Points Not Working
- Get web page using HtmlAgilityPack.NETCore
- Default constructor defined with default arguments outside the class definition, why does this work? and what happens with templates involved?
- WebBrowser "steals" KeyDown events from my form
- Entity Framework - lazy loading or additional async/await query method?
- C++ call virtual method in child class
- Haskell equivalent of C's __LINE__
- why does ioctl return "bad address"
- How to marshal collection in c# to pass to native (C++) code
- Implicit initialization of static member variables for template classes
- Why can't we find Int32's Default Constructor using GetConstructor?
- Why is my Extension Method not showing up in my test class?
- Changing a synchronous method to async
- Enterprise Library CacheFactory.GetCacheManager Throws Null Ref
- Init + private set accessors on the same property?
- What is the use of "morph into" in qt?
- Understanding Autofac lifetime scopes
- unable to use custom database initializer
- What does a question mark after a reference type mean in C#?
- DispID must be unique across interfaces?
- Prefilling the UICollectionView cell reuse queue
- Catching access violations on Windows
- Is there something like Buffer.LastPositionOf? Find last occurence of character in buffer?
- Decode Class from @encoded type string
- Alchemy-Websockets - WebSocketClient throws a NullReferenceException
- How do I Increment an NSDate object in Objective-C
- Updating UITableViewCell subview's frame has no effect
- Consume C# event from F#
- Why can't I std::move std::unique_ptrs between std::sets?
- How can I turn off ASSERT( x ) in C++?
- Ninject 2.0 - binding to a object that uses the same interface more than once?
- Properly overload operator << in Boost.Log
- How to append a value to the array of command line arguments?
- Native WPF vs. Custom DirectX for displaying large images
- How to convert C# hashed byte array to string for passing to API?
- use NodaTime to calculate an inclusive days period
- Querying CloudKit Users Record gives "Can't query system types"
- Signalling a condition variable (pthreads)
- String comparisons. How can you compare string with std::wstring? WRT strcmp
- how do you recalibrate touch events for a Qt application?
- C# LINQ to Entities query for the intersection of two different properties
- How To Run A Downloaded File From Memory?
- How to create website from XML documentation comments?
- C# Validate before leaving accept_button event
- Website asks for "Authentication Required" on an MVC controller, but not others
- Call AppDelegate Method from Class
- Enable memleak option in gdb for linux
- .net core 3 , MVC , Using 'UseMvcWithDefaultRoute' to configure MVC is not supported while using Endpoint Routing
- Non-strict multiple interface type parameter constraints?
- Quartz.Net cron trigger to schedule a job every 45 minutes
- Webdeploy permission issue
- Visual Studio chooses wrong constructor when a library isn't referenced?
- Is there a case when an integer loses its precision when casted to double?
- Output '{' or '}' with string.format(...)
- How does the g++ implementation handle this situation?
- Serialize c# array of strings to JSON array
- async await returning Task<List<T>> instead of List<T> on calling aync method
- How to enable XSLT scripting in C# ..?
- Link libquadmath with c++ on linux
- Wrong function prototype used by compiler?
- Is it posible to check if a struct was defined before (in a header file) during preprocessor?
- QTableView sorting signal?
- When is a `value_type` of an iterator used?
- How can I debug mvc4 razor views?
- C++/CLI : Why can't I pass Strings by reference?
- Warning: Assignment from Incompatible Pointer Type [enabled by default] while assigning Function Address to Function Pointer
- Java constructor is not so intuitive. Or perhaps it's not Java, it's C# that is not intuitive
- Why does this anonymous type not deserialize properly using JsonConvert.DeserializeAnonymousType?
- Pattern Matching on a string
- WebClient DownloadString not returning anything
- How to Use DotNetZip to extract XML file from zip
- Alternative version of find_if which finds all, not just the first?
- Detect where applied to IQueryable<T>
- GhostscriptLibraryNotInstalledException running under 32-bit process requires native library
- What if an object passed into std::swap throws an exception during swapping?
- Why is the non-const pointer being treated as a const when using typedef?
- Is Resharper correct?
- How does one keep an int and an array in shared memory in C?
- Vector with references to unique_ptr
- How to crop an image to a circle in c# / winforms?
- Best Practices : What to use, .Net Class or short name?
- Which Clang warning is equivalent to Wzero-as-null-pointer-constant from GCC?
- How can i get gridview row count
- Trouble setting a DataTrigger in WPF
- How Do I Add an Embedded Resource to a "Class Library (Package)" Project in VS 2015 RC?
- expression template - decorated name length exceeded
- XOR function for two Hex byte arrays
- Is there any difference between `new object()` and `new {}` in c#?
- What is BearerOption.SaveToken property used for?
- Protected abstract or public abstract method in abstract class
- Get C#-style type reference from CLR-style type full name
- NSPredicate that references multiple fields on a to-many relationship?
- How do I save an array of objects in a C# ASP.Net Sesssion?
- Multiple Consoles at Once
- Call a non-static class with a console application
- What is you favourite approach to check if a HTML COLOR is valid?
- Meaning of ((float) rand() / (float)((1 << 31) - 1))
- 1D Heat Equation using DFT produces incorrect results (FFTW)
- XmlSerializer to deserialize decimal with comma(,) decimal symbol
- Unresolved external symbol
- How to convert screen coordinates to form relative coordinates (winforms)?
- How to use block/closure in swift
- List overwriting data on all positions
- expected ‘const char *’ but argument is of type ‘char **’ in C
- Namespace with same name as a class name
- How can I remove escape characters from my JSON object being displayed in Fiddler
- How to kill a process whose pid keeps changing?
- Deploy external file in c# solution with clickonce
- How to use C++ Classes exported by a dll in Delphi
- What is the name of this code construction: condition ? true_expression: false_expression
- Reading in a string with spaces in C
- static classes and multiple instances on azure
- memory address literal
- C# Interop - Releasing memory allocated in unmanaged code
- What does "this" mean when used as a prefix for method parameters?
- GCC throws init-list-lifetime warning on potentially valid code?
- Minimize code repeatednesses when calling Stored Procedures
- Allocation and deallocation of memory in unmanaged code using platform Invoke (C#)
- Outputting bit data to binary file C++
- Debugging metaprograms
- Office (Excel) COM interop on Mac OSX using .NET Core?
- c++; What does the warning "enabled by default" mean during compile?
- define double constant as hexadecimal?
- Set a process name in C#
- c++ rapidxml node_iterator example?
- Does the function declaration order matter in a header file?
- How to remove escape characters from a JSON String
- In WPF, why MouseLeave triggers instead of MouseDown?
- SqlDataReader hangs on Dispose()
- Designer does not generate code for a property of a subcontrol. Why?
- Is rename required by standard to be atomic?
- Why does GCC 9.1.0 sometimes complain about this use of strncpy()?
- Autofac property injection in base class
- How to check if "set" in c
- Copy constructor not called, but compiler complains that there's no
- Which .NET version for C# 5 async features
- Which compiles to faster code: "n * 3" or "n+(n*2)"?
- length of the string exceeds the value set on the maxJsonLength property
- Is it a bad idea to replace POD C-style array with std::valarray?
- Creating an object without knowing the class name at design time
- Long strings with newlines
- Compiler bug? g++ allows variable-size static arrays, unless function is templated
- C# Outlook get CompanyName property from Recipient
- How do the httppost, httpput etc attributes in ASP.NET MVC 2 work?
- Loading a C++ DLL in C#
- allocating ram shows double the ram usage in task manager
- UITableView not updating
- Technique for using AutoFixture to integration test an application using Castle Windsor
- the OpenMP "master" pragma must not be enclosed by the "parallel for" pragma
- Why do we need to add a reference to an assembly, from which a class library project inherits, into a consumer project?
- How do arbitrary floating point values compare to infinity?
- What is a suitable NHibernate / Iesi.Collections.Generic.ISet<T> replacement?
- Why can't I cast a ref parameter?
- Entity Framework: "The relationship between the two objects cannot be defined because they are attached to different ObjectContext objects."
- how to pass C++ callbacks between unrelated classes?
- C# "is inaccessible due to its protection level" error in constructor
- C# Razor Syntax inside a string
- How should I ensure disposal of possibly disposable objects?
- Sorting IComparable objects some of which are null
- Passing an associative array using json: which type to expect in the controller?
- Behavior of NSData initWithBytesNoCopy:length:freeWhenDone:
- Is It Necessary to Return a Value in Main()?
- How to read huge CSV file with 29 million rows of data using .net
- Lua - initializing
- Integer array or struct array - which is better?
- Stopping the debugger when a NaN floating point number is produced without a code change
- HttpClient doesn't report exception returned from web API
- Why glClear doesn't clear my screen?
- Programmatically hide text/lines in a Crystal Report
- Gcc inline assembly what does "'asm' operand has impossible constraints" mean?
- What does 'y' in the output stand for in C?
- C# - How do I sort a DataTable by date
- How to check whether a given date is DST date or not?
- Can't Silence Embed Interop Warnings
- Elegant way to count alphanumeric chars in a string?
- Is there any efficiency advantage in using minmax_element over min_element and max_element together?
- Some data changes in the database. How can I trigger some C# code doing some work upon these changes?
- Difference in incomplete array pointer conversion rules between C and C++
- Is strict aliasing is c or c++ thing?
- Sending to multiple Email addresses but displaying only one C#
- SQL query for asp.net grid pagination
- How do you remove xmlns from elements when generating XML with LINQ?
- How to Fix the bug Local processing Exception was unhandled when passing parameter to report rdlc winform?
- Why is override optional in C++?
- Why doesn't object with finalizer get collected even if it is unrooted?
- Any difference between clock_gettime( CLOCK_REALTIME .... ) and time()?
- How do I pass variable inside find and bash -c?
- cannot implicitly convert type System.DateTime? to System.DateTime
- Qt: Which is better for transforming a number to QString, QVariant or QString::number
- C# serializable classes to xsd
- UIButton vertical alignment doesn't work
- C strndup implicit declaration
- Unknown meta-character in C/C++ string literal?
- Can't select UITableViewCell when TableView setEditing is set
- Center image on another image
- How do I configure Ninject to inject the NodaTime IClock
- Doing AutoScroll with ScrollViewer.ScrollToEnd() only worked while debugging, event handler too simple
- .net core - How to properly kill started process?
- Drag-and-drop from 32 to 64-bit
- Determine if a Bitcoin wallet address is "valid"
- Sharing images in Google+ using iPhone App
- How to make a class that can be added to the Windows.Foundation.Collections.ValueSet
- Dapper.SimpleCRUD Insert / Update / Get fails with message "Entity must have at least one [Key] property"
- Compare two datetimes - without hour and second
- Default or zero value of unknown template type
- COM Interop (how to pass an array to the com) via classic ASP
- How to Keep Ace from Looking for Themes and Modes in Current Directory?
- WPF ContextMenu still visible after launching an external process
- Swift WKWebView Loading local file not working on a device
- Using WebAPI Route attribute
- Understanding WriteConcern in MongoDB C#
- A column ID occurred more than once in the specification?
- C++ template specialization/overloading
- C++ sqrt returns -1.#IND000000000000
- How to remove wpf grid sort arrow after clearing sort descriptions
- QOpenGLFunctions missing important OpenGL functions
- Error with constexpr(gcc) - error: a brace-enclosed initializer is not allowed here before '{' token
- converting int to/from System.Numerics.BigInteger in C#
- What does the \? (backslash question mark) escape sequence mean?
- Get Page Title In Master Page Code Behind
- How do i check if a file is a regular file?
- HtmlAgilityPack obtain Title and meta
- What are Linker Symbols __TMC_END__ and __TMC_LIST__ for?
- Is ++ the same as += 1 for pointers?
- Storing Dictionary<string, string> in ASP.NET view state?
- Autogenerated move constructors causing illegal behavior
- Is memory address 0x0 usable?
- Cannot load view in area in asp.net mvc 3 using vb.net
- A function like "glReadPixels" in DirectX / SharpDX
- What are ways to compress directory into single file
- Null Reference Exception in a Dynamic LINQ Expression
- Detect if the processor is 64-bit under 32 bit OS
- Cleanly converting an Objective-C Boolean to a Swift Bool?
- Windows phone 7, silverlight - How to catch EndpointNotFoundException when calling async web service?
- what is a vbNullChar equivalent in c#?
- Migrating from Java to C#
- Idiomatic way to check for non-zero
- Is it safe to call CFRunLoopStop from another thread?
- Does virtual inheritance force a base class to be default constructible?
- Parse integer from string containing letters and spaces - C#
- Float and double in c#
- Implementing observer pattern with events
- Can I use the [] operator in C++ to create virtual arrays
- why compiler said: 'enable_if' cannot be used to disable this declaration
- WPF drag and drop files onto TreeView from windows explorer
- Can the "this" keyword be used with value types?
- iOS - Handling Silent Push Notifications When App Is Killed
- move ctor of class with a constant data member or a reference member
- How do I assign an event handler to an event in C++/CLI?
- Can I cancel methods through delegates in C#
- derived class as default argument g++
- Is there any difference in C and C++ between using if, else if, else if, ... and using switch () { case A: ... case B: ... }?
- Nullable DateTime extension throws 'does not contain a definition' exception
- How do I unfocus UITextFields when user presses other controls/blank space?
- Session is closed Object name: 'ISession'. at NHibernate.Impl.AbstractSessionImpl.ErrorIfClosed() - How to stop the session from closing prematurely
- C# NOT (~) bit wise operator returns negative values
- How to jump to the next page in a PrintDocument?
- Testing autolayout with XCTest
- symbol(s) not found for architecture armv7s (linker command failed with exit code 1)
- What is the standard way to get the state of a C++0x random number generator?
- Is it possible to wrap integer and call it like integer?
- How and Where to Create StaticResource Key for a Converter within the Simple XAML Window?
- Need to place a floating modeless form over excel main window (quasi-task pane)
- IOException when dynamically compiling code
- Member function traits
- Is it possible to pass overloaded method to std::thread
- Cmake Cannot specify include directories when use target target_include_directories
- Why am I getting warnings about this code example? What is proper?
- Emulate C# Random() in C++ (Same Numbers)
- iterator pattern - error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'std::string'
- Using getchar() in a while loop, prints a statement twice.. how?
- Hot to change specific column header color only in datagridview?
- How to show a variable value in ASP.NET Web Forms?
- How to change the current working directory?
- No matching call error occuring for boost::ref but not with std::ref
- Which should I use for empty string and why?
- Strings in C++ class file for Arduino not compiling
- C++ destructor: when the memory gets freed?
- Is there any C preprocessor as an independent program?
- How to check if path leads to executable file?
- type-safe variadic functions with parameters of same type
- Loop every x seconds based on process speed
- UICollectionView didSelectRowAtIndexPath doesn't work
- What guarantees does C++ make about the ordering of character literals?
- Overload resolution oddity
- Is there a way to find the last modified date of an embedded resource in .NET?
- Conditional Joins With Linq
- friend and template in C++
- WebBrowser website timeout
- Does a friend see base classes?
- Implicit Cast not happening in Expression Tree
- How to remove the square brackets in child rows of a json from SQL Server 2016?
- Set multibinding for a xaml element in code behind
- Not able to understand the notations : * and ** with pointers
- How to get IP address of network adapter used to access the internet
- call a static JNI method to return a String from C++
- Simple OpenTK Shader not working
- Is closesocket thread safe?
- Is it not possible to make a C++ application "Crash Proof"?
- Visual Studio C++ compiler generates 3x slower code when changing completely unrelated code
- WPF window not closing
- Detect timeout on azure function to reroute message to app service plan
- No such file or directory using cmake
- Converting a octal String to Decimal in Objective-C?
- WPF TabItem HeaderTemplate
- How to generate/calculate vertices of dodecahedron?
- Implementation of C# XMLRPC.NET client and server over HTTPS
- Use different texture for specific triangles in VBO
- Is there any way to test my conversions to avoid using exceptions?
- Declaring an empty destructor prevents the compiler from calling memmove() for copying contiguous objects
- Getting "Unterminated [] set." Error in C#
- How to support multiple authentication scheme in Web API Core 2?
- Accessing files using Build Action: Content
- Composite Attribute
- Check JSON and XML is valid? c#
- Find a string in a list of strings in c#
- MISRA 2012 violation - Type mismatch (Rules 10.1, 10.4)
- How can I prevent System.Version from removing leading zeroes?
- ZedGraph - I am looking for an example of using a DateTime
- dynamic object - runtime reports field not present but can see it in debugger?
- WebAPI 2.0 Post and Delete Routes
- ASP.NET can not find HttpUtility
- Why does C# throw casting errors when attempting math operations on integer types other than int?
- Unity (dependency injection): How to pass in a parameter to the constructor in RegisterType
- Convert from List of string array to List of objects
- Transactions in MySQL - Unable to Roll Back
- HttpPostedFileBase.SaveAs working but no file uploaded and no exceptions
- WPF Design Time View Model
- Autofac, MediatR & multiple DLL projects
- Get query string values when submitting a form...MVC3
- c++ how to assert that all std::shared_ptr in a vector are referring to something
- Give a windows handle (Native), how to close the windows using C#?
- Custom support for __attribute__((format))
- How to lock/unlock a file across process?
- Passing IDisposable objects through constructor chains
- can I have main window procedure as a lambda in WinMain?
- How to remove duplicates from a list in C#
- Can I use a UserControl from the same project without making a DLL?
- Run a .net application without installing .net client profile?
- Why is the caret in this editable ComboBox exceeding the bounds?
- How does decimal work?
- How to make an "old style" async method awaitable
- How to get channel name in Bot Framework
- How to get the previous item on DropDownList before OnSelectedIndexChanged fires the event
- Concurrent writes to different locations in the same cache line
- Trying to retrieve previously paired bluetooth device in IOS app will not respond with failure if device is off
- App.config seems to be ignored
- DbType equivalent to SqlDbType.Bit
- Does inline determine internal linkage?
- MailSystem.Net Delete Message, IndexOnServer Property = 0
- How to make a custom control validatable?
- MVC crazy property lose its value. Does Html.HiddenFor bug?
- Disabling C++11 features on VS2012
- How to identify/check blur image?
- iOS 7 backBarButtonItem hidden
- NSURLSessionTaskPriority seems to be ignored?
- NSCompoundPredicate
- C++ reverse 'for' loop
- How do you set Entity Framework to cascade on delete with optional foreign key?
- pass lambda expression as member function pointer in c++
- Does calling printf without a proper prototype invoke undefined behavior?
- MethodAccessException inside System.Web.WebPages migrating mvc 3 to mvc 5
- How to use XmlSerializer to deserialize into an existing instance?
- Why can't I write an implicit operator from a Base class to a Derived class in C#?
- std::string::find not working as expected in c++
- Prevent an object from being paged out (VirtualLock equivalent)
- char* - why is there no address in the pointer?
- Execute parallel tasks with async/await
- Unordered (hash) map from bitset to bitset on boost
- Why in vulkan.h non dispatchable objects are always typedefed to 64bit?
- Passing on the HTTP referrer (Site A, B, C - A to C)?
- Is this hazard pointer example flawed because of ABA issue?
- C# collection indexed by property?
- Markup extension 'StaticResourceExtension' requires 'IXamlSchemaContextProvider' be implemented in the IServiceProvider for ProvideValue
- C++11 calling constructor from constructor of same class type
- fork() in for() loop
- Is the complexity of unordered_set::find predictable?
- Object reference not set to an instance of object when using a List<T> in C#
- In C++, how can I reuse a standard thread that has finished execution?
- X86 64-bits Assembly Linux 'Hello World' linking issue
- Is there a way to get battery info (status, plugged in, etc) without reading a proc/sys file on linux?
- Can a char * or char ** masquerade as a FILE *?
- What's with the copy-constructor if the class contains a user-declared destructor?
- Use ASL to log to console.app
- Understanding Qt's QTransform rotate function
- Validating my money
- unordered_map to have three elements
- Running WCF Test Client and receiving MaxReceivedMessageSize error after increasing in app.config
- Entity Framework Code First not lazy loading after save
- How can I use Windows authentication in MVC but use the newer identity database tables for role storage?
- Cannot implicitly convert type 'System.Drawing.Image' to 'System.Drawing.Bitmap'`
- How to take snapshot of a viewcontroller without loading in screen in ios?
- Xamarin.Forms Navigation.PushAsync Not Working
- what is the difference between friend function and friend class?
- How to serialize arrays?
- Very, very large C# floating-point numbers
- Retrieve output parameter of SQL statement
- Initializing a variable and specifying the storage address the same time: is it possible?
- ASP.NET Charting Control Transparency
- Calling base class virtual method by derived class virtual method
- Why is implicit conversion not applied to templated function parameter?
- How can I get a human-readable description from a signal number?
- How to call a c function from name , which is stored in a char* pointer?
- Initializer list vs Constructor assignment vs variable defining
- Why is it dangerous to get rid of volatile?
- Cannot find interface declaration in myproject-swift.h
- WinForms C# DataGridView force refresh
- Disabling bounces in uitableview also disables scrolling on iOS 5 but not iOS4
- implementing a C++ postfix increment operator
- Add TypeConverter attribute to enum in runtime
- Reference type in struct in C#
- Knowing when in design mode
- How can I scroll to a specified line number of a RichTextBox control using C#?
- Sort a std::vector by type
- How to mock An Abstract Base Class
- Read xml string into textbox with newline
- Does a tlb file have an association with architecture?
- Using a custom value for HttpMethod
- Equivalent for System.Diagnostics.Trace in PCL library
- Reusable member function in C++
- C++ IDE for Linux with smart reference searching
- How to reduce the implementation code of lots of wrapper classes?
- Xamarin - An error occurred trying to install required android components on Project
- How often will DownloadProgressChangedEventHandler be called
- True C static local variable replacement?
- std::unordered_map::emplace object creation
- Order by descending based on condition
- How to deselect textbox if user clicks elsewhere on the form?
- Integer with 24 digits
- How to handle multiple endpoints in ASP.Net Core 3 Web API properly
- Invoke function instead of macro in C
- Inheritance hierarchy: Constructor & Destructor execution sequence
- Having separate projects in one ASP.NET MVC 5 solution
- Word boundaries not matching when the word starts or ends with special character like square brackets
- How to create instance of class in XAML?
- Why does UIAlertController create a retain cycle with self?
- IEnumerable Select
- 0x80000000 == 2147483648 in C# but not in VB.NET
- Does class members occupy memory?
- Is there any difference between 'base' and 'this' when referring to the parent object field, property or method?
- Implementing delegation between views embedded in two separate container controllers
- Dictionary<int, List<string>>
- Extracting SSE shuffled 32 bit value with only SSE2
- write a C or C++ library with "template"
- Linq - Except one list with items in another
- Will the compiler exclude unused template code?
- Force the use of interface instead of concrete implementation in declaration (.NET)
- Messagebox button text
- How can i change the text format of a Excel Cell using C#?
- NSURL is null while NSString is correct in Objective-C
- If a part of the program exhibits undefined behavior, would it affect the remainder of the program?
- Are curly braces really required around initialization?
- Is it possible to take memory from std::string(like string move ctor does)?
- How to best name fields and properties
- confusion between std::[tr1::]ref and boost::ref
- Crypto++ giving a compiler error in algparam.h
- What is the right way to include Qt headers?
- how to define an array of textboxes in c#?
- template class wrapping a arbitrary type/non-type template class
- Is there any way to combine these almost identical classes into one?
- Mapper not initialized , error with my unit test Core.Net 2.0
- How do I remove an element that matches a given criteria from a LinkedList in C#?
- Referencing Error to the AudioToolbox in Objective C
- Should copy assignment operator leverage std::swap as a general rule?
- System.out.println function syntax in C++
- Why is circular dependency allowed with namespaces in c#?
- What is the difference between CreateProcess and CreateProcessA?
- MissingMethodException when referencing Microsoft.Build and System.IO.Compression
- IPC between Python and C#
- Asp.net 5 web api return status code and body
- Oracle DB to EF not working correctly for NUMBER(2,0)
- Clearing out xdt element if it has no children
- Is there a more direct method to convert float to int with rounding than adding 0.5f and converting with truncation?
- Pass int array in where clause of LINQ Query
- NetworkCredential error in ASP.NET
- UWP change ComboBox position when opening
- Error: has initializer but incomplete type
- Why does this program call operator () instead of the constructor?
- How to find the height of a QDockWidget title bar?
- Finding available sound cards on Linux programmatically
- Castle Windsor: Will my transient component be garbage collected?
- Console.WriteLine speeds up my code?
- Returning wrong MD5 hash in C
- How to pass primitive data to asp.net core middleware
- How to send keys Control + A + B? (keep Control modifier "pressed")
- Objective-C KVO doesn't work with C unions
- Cannot resolve dependency to assembly 'PostSharp' because it has not been preloaded
- Can an ANSI C compiler remove a delay loop?
- When will the safe string functions of C11 be part of glibc?
- Can a read instruction after an unrelated lock statement be moved before the lock?
- captured variable hides passed variable in lambda. how to unhide?
- Comparing two enum *types* for equivalence?
- Starting a thread for each inner loop in OpenMP
- Would you use regions within long switch/enum declarations?
- Find if an item already exists in STL queue
- Resolving "only static const integral data members can be initialized within a class" compilation error
- What's the best way of parsing strings?
- Generic functions and ref returns in C# 7.0
- SQLite Connection not working in C#
- Updating UI from background thread using native code entirely (no JNI)?
- Domain Modeling Question using C# with Entity Framework CTP 4
- Is this safe to unsubscribe DoWork after calling RunWorkerAsync but before the function exits?
- Pass KeyUp as parameter WPF Command Binding Text Box
- Does a typedef to self have any effect?
- C# Serilog: how to log with String interpolation and keep argument names in message templates?
- C# 4.0: Dynamic, Inheriting from DynamicObject
- How to forward to another object when using .NET Moq?
- Using GCC on Mac OS to Compile C Program for MS-DOS (DOSBox)
- Does this Resharper fix for disposed closure warning make any sense?
- Auto implemented interfaces in Arrays
- Can I foreach over an array of structs without copying the elements in C# 8?
- How to copy Eigen matrix
- Reducing stack usage during recursion with GCC + ARM
- strtol reusing param
- Can I get the access mode of a `FILE*`?
- why my app is crashing? UITable and controllers
- Debugging in monogame
- Nested macro iteration with C preprocessor
- How do I clone a Collection<T>?
- Clang fails to compile template function in a template class specialization, which has *distinct return type* from the template declaration
- MD5 file hash for the same unchanged file is different each time C#
- Boolean shortcircuit evaluation in Linq lambda expression
- Linq Sort Direction From String
- Qt Signal/Slots sending a complete structure
- Find index of an element in a vector given a pointer to that element
- c# MultipartFormDataContent Add methods (how to properly add a file)
- Add() method adding duplicate rows for linked models in Code-First Entity Framework
- How do i stop visual studio 2017 from building on save
- .net core installation on Windows 10 iot (Raspberry PI3 - ARM)
- JSON parsing in c# item is not an array
- Libraries to generate docx files (Open XML)
- LINQ to SQL and immutability
- Can CreateFile ever return NULL?
- string or binary data would be truncated error message
- Linux USB programming
- How do I override a property in a ControlTemplate?
- Why is it not possible to override operator<< for template classes involving third-party code?
- VS Extension: TextPoint.GreaterThan / LessThan very slow for large files
- When should I use implicit casting?
- 'ValueTuple<T1, T2>' exists in both 'System.ValueTuple ...' and 'mscorlib ...'
- 'Protected member in sealed class' warning (a singleton class)
- Access SQL query missing more required parameters
- What is the latest version of Objective-C?
- Interpreting gprof output with <spontaneous>
- Returning temporaries of type with deleted move/copy ctor
- Finding my ConnectionString in .NET Core integration tests
- binding a date in angularjs using webapi and the bootstrap date picker
- Property set isn't being triggered with a UITypeEditor implemented
- what is difference btw /MD and /MDD in VisualStudio C++?
- std::async in clang 3.0 + libc++ doesn't work?
- Error: class template partial specialization contains a template parameter that cannot be deduced
- Explain the instance properties of System.Net.IPAddress
- why does c# JavaScriptSerializer.Serialize return empty square brackets
- Create NSDate with a specific time
- How to pass TimeSpan value in JSON format?
- Is it OK to have a virtual Dispose() method as long as all classes in the hierarchy only use managed resources?
- NSDateFormatter Puzzle! Is this is new Mountain Lion Bug?
- Storing persistent information about items in view
- How can I add new root element to a C# XmlDocument?
- How do I make main a friend of my class?
- How to hide PivotItem Header?
- The Command...Exited With Code -532462766
- How to check if a file is currently open or being written to in .NET?
- Why a keyword "strong" is used on a property in non-ARC environment?
- C++ compiler error involving private inheritance
- A case when ConfigureAwait(false) causes an error instead of deadlock
- Square root metafunction?
- Passing an argument on libpcap pcap_loop() callback
- Simple html vs extension methods in Razor (preference)
- Why does C# compiler emit additional OpCodes in IL?
- Why doesn't a conversion function work with std::string?
- Compiling C++ code using __float128
- AcceptSocket does not respect a Thread.Abort request
- Passing a view model with Server.TransferRequest()
- Body from Func<T>
- Extra method in template specialization
- Can I add a deduction guide to `std` namespace?
- Persist c# objects across postbacks
- Conversion operator in direct-initialization
- DataColumn set a default value
- How To pass Optional Arguments
- Adding a TabBarController programmatically
- Convert Storyboard to XIB
- dynamic allocation of array of pointers
- Unable to post on tumblr from iOS OAuth1.0, OAConsumer client
- Can an inline function in a header file use a constant which has internal linkage?
- Ajax POST call to ASP.NET MVC controller giving net::ERR_CONNECTION_RESET
- Is this possible in JSON?
- How to use QStackedWidget in GUI?
- OutputCache with VaryByCustom not working
- Web API method return JSON data
- Is there anyway to make one image out of 3 image URLs using asp.net mvc?
- error C2296: '%' : illegal, left operand has type 'double' in C++
- Subview's sublayers overlapping higher subviews
- Avoiding Shotgun Surgery with Database.SetInitializer
- How to release the unused capacity of a string
- Trim not working on null characters
- LINQ execution flow (homework)
- linq join query get single record from second table
- Variable leading zeroes in C99 printf
- NullReferenceException when Selecting from Left Join
- Size of a struct with flexible array member
- Pass Variables to Project Parameters in SSIS
- Show a Form behind everything else, and without stealing focus?
- Seeding rand() for a C++ class
- Invalid template arguments on map std::map< std::string, Stock*> &stocks
- How to mockup Entity Framework 6 With Moq & Autofixture
- C# - Read Nested Event Log From Custom Application
- How are chained macros resolved in C?
- dynamic memory allocation in c , free some part of memory that is allocated before using malloc()
- SFINAE for detecting existence of non-member template function
- Accessing a class template parameter type inside a member function with a lambda fails
- C# ThreadStatic + volatile members not working as expected
- C#, WPF, Automatically call Dispatcher.Invoke when needed?
- Object initializer syntax (c#) in python?
- ConfigurationManager connection string is null in UserControl
- QGraphicsItem move object only through X axis
- How can I create an instance of a derived class from an instance of a base class and include private fields?
- create multiple copies of staticresource
- Can the Async CTP be used with a portable library
- Mixing pass-by-reference and pass-by-value to variadic template function valid?
- Optional parameter in method not compile-time constant error with Rectangle
- How to make Visual Studio 2010 warn about unused variables?
- "integer constant overflow" warning in constexpr
- Is BackgroundWorker the only way to keep a WCF/WPF application responsive?
- CKModifyRecordsOperation modifyRecordsCompletionBlock not being called
- What is the most concise yet accurate way to describe what a virtual function is in C++?
- WPF - AvalonDock - Closing Document
- Checking for and dropping an existing table via C# and SMO
- How to draw on top of the right-click menu in .NET/C#?
- Convert unmanaged C++ pointer to an object to a managed C# object
- Python - SystemError: NULL result without error in PyObject call
- Long type 64bit linux
- send plain/text email and getting =0D=0A in email response from server
- VS.NET defaults to private class
- "Could not load file or assembly" Error. Works on my computer but not others
- C# PrintDocument and Printer Status
- What is an RPC Callback Thread?
- Unable to call Assembly.GetName() from my Silverlight application
- DateTime.TryParse cannot parse DateTime.MinValue
- std::vector::resize(size_type) requires CopyInsertable?
- OutOfMemoryException when creating multiple byte arrays
- Why so many parentheses in SUCCEEDED macro?
- Is a C# list like a C++ list?
- System.Uri drops Unicode RLM (Right-to-Left Mark; U+200F) character in .NET 4.5+
- Insert UTF8 data into a SQL Server 2008
- C++ destruction order: Calling a field destructor before the class destructor
- Entity Framework 4.1 - How to "Force" EF To Go To DB Instead of Using Graph?
- C# Returning List - Inconsistent Accessibility
- Windows: How big is a BOOL?
- Reactive Extensions SelectMany and Concat
- IQueryable for entities .Where( property is in local array)
- Is there a way I can access a static resource in my C# code?
- Why may thread_local not be applied to non-static data members and how to implement thread-local non-static data members?
- How do I compile and link C++ code with compiled C code?
- WinRT Projected types documentation
- C Strings: Simple Question
- Does ThreadPool.RegisterWaitForSingleObject block the current thread or a thread-pool thread?
- Do values with same hash go in same bucket of std::unordered_map?
- Are lambda expressions multi-threaded?
- Including headers inside class declaration / definition
- Why is HRESULT 0 for success?
- Should I declare variables as close as possible to the scope where they will be used?
- Objective-C category is not loaded - How to debug this
- asp.net json serializer adding backslash "\" to my properties
- SQL Server Object Explorer not showing a database
- Openfiledialog Multiselect
- how to set win32 api c++ button background color and text color?
- When to use THIS keyword when working with controls on form in C#
- How to sort an ASP.NET MVC dropdownlist?
- std::ifstream::read or std::ofstream::write with a zero parameter?
- Defining an Inner class member function template with a (non type) enum argument
- Which STL container has a thread-safe insertion process?
- Service Causes SCM Error "reported an invalid current state 0"
- Building a C library (GMP) for arm64 iOS
- RDLC report doesn't detect NULL values correctly
- C++ Get class type inside static function
- How to decrypt data with Openssl tool encrypted with AES128 in iOS
- Fluent nHibernate Join is doing insert into joined table
- Why does position of explicit template instantiation matter
- Transparent WPF ListBox with selectable items
- "Unrecognized selector sent to instance" when using custom table cell
- ASMX Web Service - "This web service is using http://tempuri.org/ as its default namespace." message - but it shouldn't be
- Using dependencies on multiple threads with Parallel.ForEach
- Where is ImmutableArray?
- Get sender ip from multicast packet
- Breaking NSString into lines (to fit desired width)
- printf("%f",x) ok, printf("%F",x) error too many arguments for format
- Will GetMessage() return -1 in main message loop?
- child and parent process id
- MongoDB: How to load collection with nested array in C#?
- Alternative to Directory.CreateDirectory(path) supporting long paths
- Bind to 127.0.0.2
- Difference between runtime dynamic binding and class inheritance
- Does a throw in catch(...) throw by value or by reference
- TextInputEditText: ArgumentNullException: missing source event info in MvxWeakEventSubscription
- looking for a C# mocking framework that allows mocking static methods
- UIDocumentInteractionController Opening file in a specific app without options
- Vector of doubles/ints template function
- Transaction scope similar functionality
- ASP C# Send File to Client
- MingW static library linking - SFML 2.1
- What is a better way to check if a string is an integer on iPhone?
- Why SGI STL don't use the copy-and-swap idiom?
- DataGridView automatically adds new row - why?
- C++ and FULLY dynamic functions
- Is there any advantage on separating iPhone and iPad classes on a Universal app?
- C# Mouse Movement Outside Form
- Close a thread when done with it
- C : warning: assignment makes pointer from integer without a cast [enabled by default]
- Does Windows supports running a program from memory?
- C++ - Use default template as base for specialization
- Serialize List<Func<T>>
- Get original filename from File
- C++11 lvalue, rvalue and std::move()
- how to install libjpeg for windows?
- extern template & incomplete types
- memory management for lambda in C++11
- How to set a generic constraint that the type is a List?
- C++: Can't propagate polymorphic_allocator with scoped_allocator_adaptor
- Can't fire MouseWheel event in C# Windows Forms
- DisclosureIndicator does not detect touches
- Dynamically allocate properly-aligned memory: is the new-expression on char arrays suitable?
- How do you perform macro expansion within #ifdef?
- Converting .NET Enum to GraphQL EnumerationGraphType
- C++ operator overloading for complex number operations
- How do I see the hex values of a string in a VS2008 watch window?
- extending c# syntax with roslyn
- QAbstractProxyModel not updating on dataChanged() signal
- conversion from ‘void’ to non-scalar type ‘std::pair<std::basic_string<char, std::char_traits<char>
- Valid code fail to be compiled by visual studio 2015 (std function bug?)
- Select a row in listview
- Initializing class without default constructor
- Iterating over class properties using LINQ
- AJAX Post Multiple Data to ASP.Net MVC
- Random numbers in C++11: is there a simple way to seed the generator in one place of the code, then use it in different functions?
- GDB: Watch a variable in a given scope
- Blazor Navigationmanager cancel navigation on locationchanged
- Wait for animation, render to complete - XAML and C#
- Why is ToUpperInvariant() faster than ToLowerInvariant()?
- Foreach every Subitem in a MenuStrip
- HTML to XML conversion with C++
- when c# program crash how to know why?
- How do I find the port number assigned to a UDP client (in .net/C#)?
- Is it possible to show a shell only once all the modules have been loaded?
- C++ Virtual Const Function
- Convert HTML to PDF using itextsharp
- Entity framework save changes
- What is the logic behind Volatile.Read and Volatile.Write?
- How can I know if C++ compiler make thread-safe static object code?
- Can't code sign helper app properly
- Why One Definition Rule, not One Declaration Rule?
- Error getting response stream (ReadDone2): Receive Failure
- Casting (int?)null vs. new int?() - Which is better?
- Does Linq OrderBy Not Sort Original Collection?
- How to find list of events using Debugger (VS Professional 2012)?
- C++ casting a floating point value to an enum - but not with VS 2010
- ASP.NET MVC Binding with Remote Validation
- Autofac Dependency Injection works in Debug but crashes in Release
- How to scan a directory with wildcard with a specific subdirectory
- namespace or class could not be found (ASP.NET WebSite "project")
- Will a IDisposable be disposed if the using block returns?
- Hotchocolate validation with C#
- Immutable types as configuration properties
- gcc 4.2.1 Linking issue: Undefined Symbols for Architecture x86_64
- Resize borderless window wpf
- Get source code of my published ASP.NET website from server
- How does RFC2898DeriveBytes generate an AES key?
- What is the difference between a modifiable rvalue and a const rvalue?
- Action<> Vs event Action
- How do I run an SSIS package in SqlServer 2012 using vs2010?
- Decrementing an iterator
- Summing values across nested lists at each index
- ListItem.Value overwrites Text if not set
- Modifying constant object
- Parameters vs String interpolation
- Throw exception from AppDomain.AssemblyLoad event
- File Descriptors, open() returns zero
- How GDB deals with big (>1 Gb) debug files?
- C++ Templates polymorphism obstacle
- Why is “cast from ‘X*’ to ‘Y’ loses precision” a hard error and what is suitable fix for legacy code
- Bit manipulation in C# using a mask
- Canceling Task Delay in .Net 4.0
- Sort a list of pointers
- Basic C pointer and pass by reference confusion
- Get text from asp:textbox
- If Html File Has No Ending "/tr" Tag OR "/td" Tag Then HTML Agility Pack Does Not Read That Information Perfectly
- Linking libavcodec and libavformat: Undefined references
- Generating additional code through a custom attribute
- "The parameter is incorrect" when setting Unicode as console encoding
- How to include logging scope into the log file using NLog
- Using JSONPath to filter properties in JSON documents
- Could an optimizing compiler remove all runtime costs from std::unique_ptr?
- Separate specific #ifdef branches
- Legality of `typedef struct foo {int bar};`
- c++ fstream - creating own formatting flags
- How to dynamically create and read structs in C?
- Creating a dynamic query using IQueryable
- Xcode error compiling c++ Expected member name or ';' after declaration specifiers
- what is the equivalent of My.Computer in c#
- Can a class containing a function pointer be used as a non-type template parameter?
- See if left mouse button is held down in the OnMouseMove event
- Will this lead to a memory leak in C++?
- Unity solution not compatible with visual studio
- NSOutlineView indentation issue
- Fibonacci Search
- How to serialize a GMP rational number?
- Is there a way to set 'DeclaringType' in an expression tree?
- Errors translating regex from .NET to javascript
- How to read multiple values in C# app.config file?
- Comparing two decimals
- In what platform memmove and memcpy can have significant performance difference?
- LibTomCrypt and LibTomMath—development status?
- Why is my variable still "uninitialized"?
- How to block the back key in android when using Qt
- C# Google.ProtocolBuffers Deserialization Method (proto3)
- Templated delegating copy constructor in constant expressions
- C# DLL run-time error - builds, runs, but throws unhandled exception upon trying to use DLL functions
- Can a file be read and written right back with small changes without knowing its encoding in C#?
- What is the right way to enumerate using LINQ?
- GCHandle, AppDomains managed code and 3rd party dll
- How to set background image Xamarin Android
- Using Microsoft Graph client sdk how would you use search Odata query
- Set the number of digits after the point in double
- Coloring Text in RichtextBox, C#
- How do I program a "flash" effect when updating text boxes in a windows form with C#?
- How to get real count of a CollectionView, when Filter is in use?
- Null propagation operator in C++
- Check if url leads to a file or a page
- Exit code of a process terminated with Process.Kill() , in C#
- Visual Studio 2017 command line prompt
- No endpoint listening at net.pipe
- Is there a FxCop rule for local used IDisposable's?
- Can rand() really be this bad?
- Signalling to a parent process that a child process is fully initialised
- How can I .Include down more than one level in LINQ?
- How to catch the Control-C exception in a Visual C++ console app?
- Should this function call be ambiguous?
- C++ Arguments Heap vs Stack
- Socket.Shutdown throws SocketException
- Create new vector from others, using only duplicates
- Disable the retake, play and use video screen UIImagePickerController
- Pass delegates to external C functions in D
- Run multiple RegEx patterns on single string
- Array of structs in C#
- QWebView doesn't load any external resources if it loads a html-file from qresources
- How to interpret the accelerometer readings from iPhone
- Show icons in the dock contextual menus in OS X?
- Memory Leak when using PrincipalSearcher.FindAll()
- Errors when using constexpr-if: expected '(' before 'constexpr'
- Stack Empty Exception
- Content-Disposition Filename not working on IE
- Is \n multi-character in C?
- In my code, why is lack of a function declaration a non-issue for one function, but throws a warning for another?
- MS Chart: How can you change the color of each label on the Axis of a Bar Chart?
- adding ellipsis to NSString
- UnauthorizedAccessException while scanning directory 'User\Documents\My Music'
- Ignore SSL connection errors via IHttpClientFactory
- Is scanf("%4s%4s", b, b); well-defined?
- Resizing an image in cm C#
- C# WPF How to close a new window correctly?
- How to generate a stub object of an arbitrary Type not known at compile time using AutoFixture
- "The type or namespace name could not be found" in ASP.NET Core 1.0 RC2
- Difference between IActionFilter and IAuthorizationFilter
- Can func get the lineno who call itself? (C/C++)
- Event subscription on async method
- Inserting endline into a stringstream
- Alternative to Process.Start()
- Default argument and parameter promotions in C
- Databound Windows Forms control does not recognize change until losing focus
- Question about setting up FIle Writer in C#
- Get image width and height before loading it completely in iPhone
- How to validate if a "date and time" string only has a time?
- What's so bad about system()?
- Stripe webhook signature failed - Stripe.net
- VB.NET generics to C# syntax
- Initialize a container with iterator range of container with different type
- Are Pointers stable?
- How can i override a base class's == operator, so the override gets called
- How to handle exception in a background thread in a unit test?
- Extend Page class
- Template build error: Undefined symbols for architecture x86_64:
- How to let a variable be dependent on other variables inside a class?
- Qt Designer doesn't load my custom widget plugin
- std::string::replace standard implementation?
- Forcing the compiler to generate code for all member functions of a template class?
- How does Azure's EventData.PartitionKey decide which partition to write to?
- How to pass a macro as an argument in a C function?
- how to get c++ man pages on os x?
- Android Studio vs Visual Studio ( Cross Platform Native Mobile App Development )
- Deallocate resources on process termination
- C++ Application crashes once it memory usage reaches 1.5 GB
- gcc - what is attribute nothrow used for?
- Interface Builder XIB compiler error on Xcode 8
- Sending email with C# without SMTP Server?
- Changing one byte in a file in C
- HTML Agility Pack settings
- Implicit conversion of shared_ptr
- How do I write [DefaultValue(null)] in VB.NET? <DefaultValue(Nothing)> does not compile
- Implications of int values not “fitting” – bool or BOOL for Objective-C?
- JIT optimizer for C/C++
- Why ExecuteCodeWithGuaranteedCleanup doesn't work?
- Linking Frameworks into QuickLook plugins
- No applicable method for 'time<-' applied to an object of class "c('xts', 'zoo')"
- How to represent sqrt(-1) in programming?
- Is x >= 0 more efficient than x > -1?
- undefined reference to `vtable for MainWindow'
- Why I can't consolidate projects sdk versions in Visual Studio?
- dotnet restore on .NET Framework project not working
- Remove environmental variable programmatically
- How do I replace select() with kevent() for higher performance?
- What does Tokens do and why they need to be created in C++ programming?
- CustomValidation attribute doesn't seem to work
- Listview Multiple Selection
- GCC -Wunused-function not working (but other warnings are working)
- How to parallelize reading lines from an input file when lines get independently processed?
- Convert List<boolean> to String
- Is it possible to disable authentication Filter on one action in an MVC 5 controller?
- Avoid closure on fast path by storing state into scoped locals
- How to build visual studio installer project (.vdproj) from jenkins to generate .exe and .msi files?
- Why would you use a class method constructor versus alloc/init?
- CreateEx Causes Unhandled exception The activation context being deactivated is not the most recently activated one
- Are enums as bitfields implementation-defined types?
- Show Acr User Dialogs loader until end of method xamarin forms (android)
- Very simple regex not working
- C# Uncaught exception in unit test
- Twitter API libraries for desktop apps?
- Recv() call hangs after remote host terminates
- Can a Base64 String contain tabs?
- Using member variables inherited from a templated base class (C++)
- How do I serialize properties of type JToken or JObject in Elasticsearch NEST?
- Why was no intrinsic access to the CPU's status register in the design of both C and C++?
- Will "min to max" uniform real distribution produce Inf,-Inf, or NaN?
- Get the Index of Upper Case letter from a String
- How to make a Card Style ListView In Xamarin Forms
- MVC3 - Ajax actionlink - OnBegin, onComplete
- Struggling with implementation of a type list
- Dynamic cast using Type of object C#
- How Do Zero-Initialization, Static-Initialization, and Value-Initialization Differ?
- Reactive Extensions Timeout that doesn't stop sequence?
- What about hosting WCF in Azure and scalability?
- Constructor instantiation in a world of guaranteed copy elision
- Hide UITableView when searchResultsTableView displayed
- How to get keypress event in console
- How to specify a parameter of an OperationContract as required
- Dividing prices by 3
- Memory Sanitizer
- Overhead of creating new SqlConnection in c#
- Float subtraction returns incorrect value
- C++ -- why should we define the pure virtual destructor outside the class definition?
- How can I parse JSON with comments using System.Text.Json?
- Linkedin with OAuth2 ios
- Use case for non-type template parameter that's not of integral/enumeration type?
- fork() behavior in linux
- Implementation of type "long double" with GCC and C++11
- double as true / false
- How do I parse an unusual date string
- Interpolating a string stored in a database
- How do I capture command-line text that is not sent to stdout?
- SendMessage Always returns ZERO?
- usage of `else` in macros
- Contains / in array in Azure Search (Preview)
- std::is_signed does not work for strongly typed enums : int
- Restricting Access to C++ Constructor and Destructor
- Find if Object Exists in Dbset
- Could not load file or assembly 'CefSharp.Wpf for both x64 and x86; only one works
- Can Klocwork (or other tools) be aware of types, typedefs and #define directives?
- Memory Protection without MMU
- Undefined reference to MySQL libraries using g++
- How to pass an std::vector with custom allocator to a function that expects one with std::allocator?
- Core Data Entity Relationship Does Not Save Between Launches
- CRTP refer to typedef in derived class from base class
- MVC Submit Form With Partial View
- Comparison operators' priority in Python vs C/C++
- specflow disabled, SpecflowPackagePackage didnt load correctly
- Endianness in programming languages
- Should I use EventArgs or a simple data type?
- getc() as macro and C standard library function definition, coherent?
- Parsing unregistered options for config files in Boost program_options?
- C++ catch enum value as exception
- Gtk-ERROR **: GTK+ 2.x symbols detected
- Is XmlReader.ReadString deprecated or obsoleted?
- Setting a C# Form to a Negative Location
- Does ldstr internally implement newobj?
- Decimal Hour into Time?
- How can I redirect a std::ofstream to std::cout?
- Why doesn't std::istream assume ownership over its streambuf?
- Does delete[] deallocate memory in one shot after invoking destructors?
- Realtime processing and callbacks with Python and C++
- lambda expression (MSVC++ vs g++)
- Crash when instantiating ViewController from Storyboard
- How does one unit test code that interacts with the Core Bluetooth APIs?
- Call any Java method from C#
- The state of an object between a call to ~Derived() and ~Base()
- random numbers and multiple srand calls
- C++ returning an object copy
- Freeze a linq IQueryable (as a ToList().AsQueryable() would do)
- programmatically change the windows color border of windows 7
- Animating a UIView frame, subview UIScrollView doesn't always animate
- Blazor on server-side: using MongoDB for Identity management
- Is the result of List<T>.FindAll guaranteed to be in the same order as the original list?
- Native C++ and C# interop
- What is the numerical stability of std::pow() compared to iterated multiplication?
- Resizing an "std::vector"; which elements are affected?
- How to convert a datetime in CurrentCulture format to Gregorian DateTime?
- errors using lapack C header in C++ with visual studio 2010
- Invalid Pointer Address error attempting to connect to TCP Socket
- Is Intel® Transactional Synchronization Extensions New Instruction (TSX-NI) difference from Intel TSX?
- Using useless object.self.self.. or Class.self.self.. is ever need?
- Rotate 2D rectangular array in-place
- Looping through repeater items
- Restrict the scope of class instances accessible by multiple template parameter friend function
- String to const char* in Arduino?
- Is there any way to delete an HttpOnly cookie from C# Selenium tests?
- Property grid item and DoubleClick
- qmake with INCLUDEPATH ignores dependencies
- FileSystemWatcher fails with 1000 files creations
- didSelectRowAtIndexPath for Custom label Cell
- C# boxing enum error with generics
- Generate self signed RSA-2048-SHA-256 certificate PFX file using openSSL
- QGraphicsView fitInView margins
- XLib: Get cursor image
- Page command bar overlaps Splitview Pane
- MFMailComposeViewController : cancel doesn't exit to my app?
- Converting STL container<T *> to container<T const *>
- Parameterized Factory & product classes that cannot be instantiated without the Factory
- How to get the ID of an object saved to Core Data's managed object context?
- SignalR continuous messaging
- Some projects' dependencies contain unexplained code analyzers
- How to marshall a LPCWSTR to String in C#?
- Compilers and negative numbers representations
- Shutdown Hook c++
- c# Fastest string search in all files
- Advantages of using standard .Net Async patterns?
- Why Application.Exit event works even if handler is async void in WPF application lifecycle?
- Enable, disable and start services programmatically in macOS
- Is there any guaranteed dependency of C++ system headers?
- Prevent instantiation of an object outside its factory method
- How does Task.Delay work exactly?
- Is it possible to assign a shortcut to "Step Into Specific" in Visual Studio 2012 C++?
- Libssh - SSH MESSAGE Unimplemented
- finding convexity defects in opencv? [crashes depending on the given input image..]
- Sorting a 2 dimensional array in c
- Why does the compiler init this variable to the wrong value? Is this an alignment issue?
- ThreadPool.QueueUserWorkItem use case
- C#: volatile reads and writes of HashSet
- Compile error with WPF .net Core 3.0 when adding .resx files
- HttpContext .NET core saving instance in Middleware
- C++ is it possible to delay initialization of constant static member?
- How to use MessagePack in C#?
- Custom MKOverlayView/unmodified MKPolygonView is clipped at certain zoom levels
- How to add items to Combobox from Entity Framework?
- Why can an initializer-list not be used as an argument?
- Two-phase function template compilation: not *only* ADL is employed in the 2nd phase?
- How does one distribute Data Protection keys with a .NET Core web app?
- Boost.Asio documentation is non-existent. What do these errors mean?
- How do you stop a TextWriterTraceListener from appending using app.config?
- How do I specify the "scheme" element using NSwag and C#?
- How to get a C# azure service that uses ChromeDriver to work in an Azure Cloud Service
- About the size of unsigned char type in C++
- function forward-declaration inside another function
- objective c how to get placemarks of given coordinates
- c equavilent to matlab's sind and cosd function
- OpenCV image size limit
- C++ OpenCV imread not working in Android
- Count the consecutive zero bits (trailing) on the right in parallel: an explanation?
- Entity Framework Exception "The underlying provider failed on Open"
- C++ explicit template specialization of templated constructor of templated class
- DataContractSerializer not Serializing member of class that inherits ISerializable
- How to Pass objects between classes
- Why can't I read a C constant from Golang properly?
- Can Interlocked.CompareExchange throw NullReferenceException?
- Can not configure compiler and build kit for Qt 5.5
- getschema("Columns") + return DataType;
- Serialize enum as string in JSON returned from Azure Function
- Constraint on std::optional's forwarding reference constructor
- The requested operation is not supported in CngKey.Create
- How can I get the size of an object in the HttpRuntime.Cache?
- string to float conversion - decimal separator
- assignment operator on empty inizializer_list
- JsonConvert: How to ignore Integer types where the value is a specific number
- how to embed C code in python program?
- How to supress a "Class may not respond to '-method' warning with variable method name?
- Alternative to HttpContext.Current.Items in ASP.NET Web Api
- Process name change at runtime (C++)
- Avoid repetition in C error handling
- task IsCanceled is false, while I canceled
- The member [class] has no supported translation to SQL
- designer resx file remains empty
- Core Data sum in relationship
- DLL export and inheritance in C++
- Where are the statement of or the foundations for the "as if" rule in the C++ Standard?
- Displaying alert from app delegate before displaying alert from viewDidload
- send dynamic table or div content as an email body content
- Unit Testing the App_Code of an ASP.Net Web Application
- C++ Linker Error SDL Image - could not read symbols
- Microsoft Graph API Update another user's photo?
- How to I get crosstool-ng C++ compiler working
- Issue as The element 'ImageParameters' cannot contain child element 'ImageParameter'
- Detect user proximity from the screen
- Random 256bit key using SecRandomCopyBytes( ) in iOS
- C# Random Number Generator getting stuck in a cycle
- How to reference system.drawing in Visual Studio 2010 Express?
- calling derived methods on a baseclass collection
- Implicit constructor versus "empty" constructor
- How to Get Json Array in C# ?
- gdb python module read memory content
- How can I override deserialization in C#
- How to pass Bitmap into DLL function in C++ and Delphi?
- nHibernate enumerating the same collection on multiple threads
- Compare Logging Application Block in Enterprise Library versus Log4net?
- Using stack defined in C++ stl
- Getting Geometry length
- How to "dereference a type" in C++03?
- Adding custom metadata to jpeg files
- GNU-getline: strange behaviour about EOF
- Instances of CultureInfo (from same culture) changing based on OS
- Can I have multiple independent random number generators in R like I can in C++?
- Making ItemsControl childs resizeable with a splitter
- Which kind of cast is from Type* to void*?
- MSVC const enum type
- Response.Write outdated?
- Order of Class Definitions in C++
- Azure Mobile Service error: more than one static class with name was found as bootstrapper in assemblies
- BackgroundService tasks not running on separate threads in .NET Core Generic Host
- For C++ Vector3 utility class implementations, is array faster than struct and class?
- SQL CLR function based on .net ComputeHash is not working with Cyrrilic
- Dynamically Changing UITableView's Contents
- get object type and assign values accordingly
- What makes the overload fail between these two function templates?
- Declare Lambda Expression as a class constant field
- C# code that run constantly - service or separate thread?
- Check the iOS status bar hidden with a modal view controller
- Alternative to using namespace as template parameter
- How to deal with massive numbers in C
- Can I have static data members in an abstract class?
- Get compilation Date & Time from .exe
- Converting a UTF-8 text to wchar_t
- Reading the response from HttpClient.GetStringAsync
- A vertically-scrollable GroupBox
- IIS 6.0 programmatically - Problem creating virtual directories AND not setting it as a Application
- Initialization order of static readonly field
- Efficient calculation of polynomial coefficients from its roots
- Where in the C++ Standard is `a = b + {1, 2}` disallowed in the snippet below?
- Logging to Console with DI in C#
- Set Xamarin.Forms binding CommandParameter in code behind
- Wpf - Receiving property value change notification for properties of a framework element
- How to check if Google Test is running in my code
- C# Regex Pattern Conundrum
- read a .db file in C#
- Pointers, Arrays, Strings and Malloc in C
- Is this a portable way to make a stack buffer eight-byte aligned?
- Explicit C# interface implementation of interfaces that inherit from other interfaces
- Access a specific row in DataReader
- Comparison and assignment between pointer and integer C
- Windows DPI setting affects Graphics.DrawString
- How to get equivalent of printf_l on Linux?
- C#: Inheriting separate static members for derived classes
- Displaying a bitmap on a "BUTTON" class window in WIN32
- IOS 7.1: UIButton's selected title not working
- Filter Datagridview rows using TextBox
- macro if statement returns error: operator '&&' has no right operand
- How to change the key in an unordered_map?
- How to remove an object from a list collection?
- Dxsnap not displaying the video properly after first time open
- Programmatically allow write access for a Registry key
- Which memory area is a const object in in C++?
- Entity Framework 5.0. What is wrong with my Query?
- UdpClient -- limited buffersize?
- Should I be using IEquatable to ease testing of factories?
- What happens if I use extern "C++" with a C toolchain?
- How to get height and width of dynamically designed user control while added in wpf canvas control?
- Inferred return type when passing function by template
- Object the follow the cursor of the mouse
- Register EventHandler in CQRS
- How do I use the winhttp api with "transfer-encoding: chunked"
- Cannot get deleteRowsAtIndexPaths to work
- Can you check performance of a program running with Qemu Simulator?
- How to deserialize a dictionary using DataContractJsonSerializer?
- How configure packages.config to download the highest version
- How to make for loop iterate in the same order as NSLog(@"%@", arrData)
- WPF could not get touch position from MouseDown event
- Xcode & iOS - Create Plugins?
- LNK4099 linker warning with clean install of Qt SDK and Visual C++ 2008
- Offline Map for Private Property with Navigation in iOS
- Changing the forecolor and backcolor of text in a textbox
- Custom flush implementation
- Strange error, set<int>::begin() always returning const iterator
- OpenCV help me with Sepia kernel
- Compile for windows on linux using MonoDevelop
- Class specific new/delete
- Parsing JSON POST request C#
- What defines the size of a type?
- how can I pause and then resume a call to `sleep`
- Using 'base' keyword in delegate causes System.BadImageFormatException
- IEnumerable<> is defined in an assembly that is not referenced - new NuGet Class Library project
- how does random access of an element in deque gives constant time complexity?
- Catching exceptions thrown in the constructor of the target object of a Using block
- How to resolve REG_EIP undeclared (First use in this function ) error on Linux 32 bit machine?
- TDBGrid status bar for column aggregate
- Proper way to add delay in my code execution
- Why am I getting a namespace identifier error?
- What is a "Microsoft C++ exception"?
- Variadic functions and arguments assignment in C/C++
- how to call @selector method from another class
- what is UPX's best compression method
- Getting 'Stream does not support writing.' Exception in the following code
- Swift 2.0 replicate OBJC_ASSOCIATION_RETAIN
- Calculating larger values of the ackermann function
- CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 3.9)
- System.BadImageFormatException: Could not load file or assembly 'x_Accessor,...' This assembly is built by a runtime newer
- Unexpected end of MIME multipart stream. MIME multipart message is not complete. Web API and superagent
- How do I get an IObservable to push the newest value upon subscription
- C# "using" blocks
- What purpose does `gsl::string_span` aim at?
- Is there any way for a compound literal to have variable length in c99?
- WPF drawing performance with large numbers of elements
- ignore renderbody in razor _layout.cshtml
- Proper organization for a mixture of templated and non-templated functions not accessible to the end-user
- Is it safe to use *virtual* multiple inheritance if QObject is being derived from DIRECTLY?
- rvalue reference or forwarding reference?
- void* will have the same representation and memory alignment as a pointer to char
- How to change the background color of an NSPopupButton?
- finally not called after try
- What is the idea behind using a stack for local variables?
- c++ call specific template constructor of template class
- Blazor: set initial value to a select using onchange and not bind
- How to test if a file exists before creating it
- Restart page numbering in header with OpenXML SDK 2.0
- How do I generate an html string from group by
- boost-spirit parser lex->qi : Getting the "undocumented" on_success mechanism to work
- Swagger unexpected API PATCH action documentation of JsonPatchDocument in example request body
- Do while loop with a cout statement
- C#: In a KeyDown event, what should I use to check what key is down?
- System.Xml.XPath in Universal Windows Platform
- Objective-C Properties and Memory Management
- Returning recursive ternary freaks out
- Json.NET different json structure, based on enum value
- Simple and elegant way to zero-pad a value in C#
- Why _mm256_load_pd compiled to MOVUPD instead of MOVAPD?
- When to use WCF Fault Exception
- Emulate pthread_kill with C++ threads
- Visual Studio 2010 C++: Get size of memory block allocated by malloc
- How does extern "C" work in C++?
- Event Handler located in different class than MainWindow
- How to make WCF RESTful service work async?
- Is C#'s null-conditional delegate invocation thread safe?
- How to set endpoint in runtime
- Can C++ compiler assume a const bool & value will not change?
- Close instance of a XDOCUMENT
- log4net - Custom property logging
- How to initialize char array in struct
- Xamarin Forms +Entity Framework Core + SQLite - Calling migration on production breaks application
- How to find Black Pixel locations
- C# Catch Exception
- Elegant averaging of arrays from different instances of an object in C#
- How to deserialize string to JObject without scientific notation in C#
- How to create a Custom text formatter for Cloudwatch?
- C# type or namespace expected confusion
- What does CCriticalSection do?
- Deserialize ISO 8601 date time string to C# DateTime
- .Net Release build working slower than Debug
- MvvmCross vnext: merge plugins with monodroid
- Armadillo C++ linear algebra library : How to create vector of boolean
- how to force a c program to run on a particular core
- Mocking expectations in Kiwi (iOS) for a delegate
- Converting enum to int
- Saving and restarting a paused gdb session
- How to manually build Expression which will return always true?
- What should I use for password fields in a table; MD5 or SHA1?
- Null as value in HttpRuntime.Cache.Add
- MobileServiceInvalidOperationException When Trying To Retrieve Data From Azure
- Objective-C sqlite adding query parameter inside of LIKE clause
- Dropdown list bound to object data source - how to update on a button click
- Previewing .doc, .docx in C# Windows Forms
- Macro to recognize WinRT?
- allowDiskUse in Aggregation Framework with MongoDB C# Driver
- "no match for call" error using boost::bind
- Why StackPanel does not stretch its children vertically?
- SortDescription and automatic sorted order refresh
- how to do fuzzy search in Lucene.net in asp.net?
- Convert C++/CLI String Array into a vector of strings
- Disabling OData V4 meta data and controllers at runtime
- Could not load file or assembly > 'System.Windows, Version=2.0.5.0
- Delegate doesn't accept subclass?
- How to make the msi overwrite program if a previous version exist?
- What factors can lead to Win32 error 665 (file system limitation)?
- HDF5 Library error
- how do I determine where the user came from in asp.net?
- Error with for_each, map and lambda when passing by non-auto non-const lvalue reference
- Add close button to UIModalPresentationPageSheet corner
- Why is this struct not standard-layout?
- large matrix computation
- Create xml rootNode via c#
- When to use "^" operator
- ElasticSearch NEST: Create an index through ElasticClient by specifying json
- C++ constexpr at compile time
- Objective-c formatting style causes an error in a switch-case
- Recognize CheckedListBox item has been selected
- How to store connection string in WinForms application?
- How to properly use namespaces to avoid name collision?
- C++ STL - iterate through everything in a sequence
- How do I detect what .NET version the application is running on?
- export friend from template to global namespace
- find multiple edges given 2 vertices in BOOST graph
- Non-type template argument is not a constant expression
- Do 'Intermediate IObservables' without final subscribers get kept in memory for the lifetime of the root IObservable
- How do you specify what a default state of a derived struct should be in C#?
- Performance of doing bitwise operations on bitsets
- how can I convert non atomic operation to atomic
- Weird posix message queue linking issue - sometimes it doesn't link correctly
- Using __thread in c99
- Fast way to read nth line from file
- Is this a bug in Visual Studio 2010 compiler?
- How to get the email address of twitter user with twitter api
- Must declare the scalar variable "@UserName"
- In Inheritance: Can I override base class data members?
- Detect Junk Characters in string
- Undefined reference to `shm_open' even while compiling with -pthread -lrt
- Start a process not as a child
- IIS 7.0 vs 7.5 Site Microsoft.Web.Administration.Site BindingCollection
- display single column in list view with two groups
- Correct Way To Run Test Set Up with Nunit TestCaseSource
- Convert an Expression<Func<T,bool>> to an Expression<Func<T1,bool>> so that T is a member of T1
- Azure AD Multi Tenant ,.Net Core Web API with JWT Token
- Remove forward entry on Navigation service?
- How to use KCachegrind and Callgrind to measure only parts of my code?
- LINQ to SQL Peculiarities
- How to use basic_istream when you have a std::string
- Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException
- LINQ - filter collection inside collection
- Why does C++ allow to throw anything?
- External linkage for name inside unnamed namespace
- volatile as a synchronization mechanism
- Win32.DestroyIcon vs. Icon.Dispose
- Execute stored procedure from WPF
- Generics and "One of the parameters of a binary operator must be the containing type" Error
- Incorrect syntax near the keyword 'Table' C# SQL
- How to get a DataGridView with vertical Columns
- Is the following "flag" variable access safe between interrupt and user code?
- Converting 3 bytes into signed integer in C#
- stl compliant container
- If value in range(x,y) function c#
- ViewComponent and InvokeAsync method
- how to unschedule NSTimer in objective-c
- Multiline C# Regex to match after a blank line
- Unable to deserialize an object with a byte array property using Json.NET 8.0.1
- When Using Server.Transfer is the entire Asp.Net life-cycle executed again?
- How to get the Id from Gridview of Chechbox.checked?
- Should I pointer-cast from a private derived class to its base class?
- WPF C# Drag and Drop
- Sortable BindingList bound to DataGridView with programmatic sort
- Matching C-style array passed as void* with GMock
- qml c++ property bindings with multiple threads
- KeyNotFoundException info
- Creating a numpy array of custom-class objects with C API
- Pretty-print a std::vector in C++
- C++ template argument without a name
- How to change slide layout programmatically in PowerPoint?
- C - going from ncurses ui to external program and back
- iPhone Task Completion
- Unobserved task exceptions in .NET4
- what exactly is a token, in relation to parsing
- How to find an object property value from a nested objected group using a string as the property name?
- MIPS to C Translation
- Task.ConfigureAwait(false) in Xamarin - safe to use / recommended to use?
- How to compare type symbols (ITypeSymbol) from different projects in Roslyn?
- Why can you still use a disposed object?
- Modify command line arguments before Application.Restart()
- Why is there not any warning on a declaration without initialization in a for loop?
- Unable to run C program through cmd
- std::initializer_list as template argument for constructor
- Open a .txt file into a richTextBox in C#
- WPF - How do I save a PNG without any alpha channel?
- How to cast a generic type without knowing the type
- Receiving Json deserialized object as string in Web API controller
- Iterate over C# Iterator (IEnumerable) in Matlab
- Qt/Qt Creator - The program has unexpectedly finished. <program's path> crashed
- key capture using global hotkey in C#
- Best Sort function for short arrays
- Changing source file type to Objective-C++ causes linker error when using GameKit
- Disabling "print" button in .net print preview dialog
- c#: Actions incomparable?
- Linq multiple join conditions using extra variables
- Ioremapped address in kernel
- Make close button hide instead of closing
- C# perform a TNSPing programmatically
- order of evaluation of || and && in c
- Clickable Image Map c#
- C# - Is it Possible to Iterate GC Heap?
- Can stdio be used while coding for a Kernel...?
- Using Swift closure with Objective-C framework
- How to print %s in C?
- Methods of managing source code
- Testcase failed after converting codes from Objective-C to Swift
- Is there no TFS Snapin for PowerShell on x64?
- Get length of Streamreader
- How to validate only number in winform?
- EF Core 2.1 HasData() creating deletes and re-inserts for unchanged entities on subsequent migrations
- How to use ftruncate in c99 without warning
- .FindControl always returns null
- Lync - inconsistent behavior with ContactEndpoints
- Setting height for table in iTextSharp
- c# Error inserting to Excel when string data is more than 255 chars
- Memory leaks and other resources after a process dies
- How to get the stream for a Multipart file in webapi upload?
- Avoiding dynamic_cast for downcasting to the original type
- Parse - saving related objects
- Extension methods for both ICollection and IReadOnlyCollection
- Should I use an individual UINavigationController per Tab Bar
- How do you deal with new features of C# so that they don't lead to poorly written code?
- Timer is not working in cross threads
- How can I XML Serialize a Sealed Class with No Parameterless Constructor?
- Read/Write SImple BMP Image C++
- How can I unset a variable in C to allow usage of the same name with different datatype later on?
- OnCheckedChanged event not firing in GridView at all
- Explicitly invoking `int` destructor - why is a type alias required?
- Which scope does an in-class-defined friend function belong to?
- How to encrypt data in sql server and decrypt it in .net apps
- Passing a reference of a vector element to a threaded function
- HTML tags in database bad practice or good practice?
- How to compute the average of doubles, so that the total error is minimal?
- C++ while loop optimization not working properly
- AutoMapper to join records from 2 tables into single IEnumerable viewmodel
- How can I start explorer.exe via C++?
- Why do variables declared with the same name in different scopes get assigned the same memory addresses?
- Return value optimization: ho can I avoid copy construction of huge STL containers.
- Is there any benefits to using List.AddRange over a LINQ.ToList()?
- Why did the BeforeFieldInit behavior change in .NET 4?
- How to assemble a float from two bytes?
- C - Using bit-shift operators for base conversion
- How to add a Click event to an Ellipse in code behind?
- ASP.NET Membership ChangePassword control - Need to check for previous password
- ASP.NET Site - Firing some code at a specific time
- The required column 'CustomerId' was not present in the results of a 'FromSql' operation
- Converting from VB to C#
- Adding Constraints for Nullable Enum
- Method overloading in C# and Java
- Multithreading and autorelease pool
- invoke Action with unknown type parameter (Action<any>)
- Why is DataContractSerializer to StringWriter truncated?
- Read text file (Unicode) in 'C' using native Win32
- A constant value is expected when initialize an array
- C++ - Convert array of floats to std::string
- Why memcpy/memmove reverse data when copying int to bytes buffer?
- How to pass a type to a method?
- {"The specified cast from a materialized 'System.Guid' type to the 'System.Int32' type is not valid."
- navigationController.viewControllers Works differently in iOS 8.2
- Getting a system-clock-change-tick in C#
- Dependency Injection: How to configure interface bindings for wrapping
- c# Detect when ClientWebSocket is disconnected (closed)
- State property of Site throwing "NotImplementedException" in IIS Express
- Too many elements in an array!
- How to calculate SCREEN to WORLD position in 2D game
- Programmatically assigning Margin and/or Padding to a Label
- How to make a field read only outside class
- Why I cannot pass a functor defined in a function to another function?
- Why is my call to get Twitter user timeline returning "401 Unauthorized."?
- Add a long and ulong in C#
- Will structs and value types (like C#'s) be included in Java 7?
- Use C++ catch framework to verify assert statement
- UIPopoverController dismiss on 'tap off' - how do I detect this event?
- C# - How to call a method from static void main
- Excel VSTO Addin showing/hiding taskpane
- Windows form, objects appear infront of other items?
- Button tint changes color when using popViewControllerAnimated
- Adding days to a DateTime in C#
- Event must be of delegate type?
- Make Visual Studio break on User (std::exception) Exceptions?
- MVC Model child object null on HTTP post
- Regex to match full lines of text excluding crlf
- Add Imap Folder Mailkit
- Metadata file 'Domain.dll' could not be found when using CSharpCodeProvider referencing project
- Support of std::cbegin() in C++14
- multiple buttons in appbar
- Cannot find definition though intellisense lists it?
- Invalid binding for Oracle UDT in procedure parameter
- Azure Devops - Get release definitions by agent pool ID
- undefined reference with boost when I try to compile
- TypeInitializationException thrown by aleagpu
- File Upload with RegularExpressionValidator not working with Firefox only IE
- How to check if argv[count] is an integer
- Creating WCF service without .svc file
- Sharing service interfaces and model in Silverlight, using WCF
- Are STL Map or HashMaps thread safe?
- How to use CultureInfo to format deprecated currencies?
- 'object' does not contain a definition for 'Name'
- Validate for a valid SQL string
- C# / WPF Unmask password inside the passwordBox
- c++ checking if braces match
- Friending classes defined in the std namespace: any guarantees?
- Question: Using Windows 7, Unauthorized Access Exception when running my application
- C# Multiple GUIs With One Window in Window Form
- Is there a faster way to loop through thousands of items?
- How to initialize a struct using the c style while using the g++ compiler?
- In Silverlight, how do you find out whether the code is running in the UI thread or not?
- Virtual Inheritance Confusion
- dataGridView ComboBox Event Handler Problem
- What's the memory footprint of the DLR?
- Is a static boost::wregex instance thread-safe?
- .NET - Border around resized imaged
- null values in List<string> when adding and removing in multiple threads
- How can you re-use or reconnect to a socket on the same port after disconnect?
- Autofac - resolve before build
- with -lpthread, g++ compiler error, "undefined reference to " semaphore calls such as `sem_open'
- Preventing automatic casts with integers
- How C# Using Statement Translates to Try-Finally
- How to make LoadLibrary to show error dialog when there are missing dependencies
- Getting ID of record just inserted?
- Cannot open source file: 'WIN32': No such file or directory
- Accessing derived class members with a base class pointer
- iOS JSON Parsing, array with multiple array
- MongoDB C++ Segmentation Fault
- How to access one ViewModel's object in another ViewModel in WPF application using MVVM
- Prevent header from being included in some files, in compilation time?
- Use scientific notation only if needed
- Using conditional lambda statements with a foreach Action on a list
- Allocating elements in C++ vector after declaration
- Default value DataSource in ComboBox C#
- Is there a general I2C command to see if a device is still present on the bus?
- How to create a RectangleF using two PointF?
- Get macOS Output Device Audio Buffers in Realtime
- HttpContext.SignInAsync() fails to set cookie and return User.Identity.IsAuthenticated as true
- what is the meaning of `Class of ` type declaration?
- Animated Gif in form using C#
- How to uniquely identify an internet explorer window running in session 0?
- Why is main necessary in a program
- Using weak with readonly property?
- Insert multiple values into vector
- How to write INT64 to CString
- std::string allocate memory 2 times for 1 string
- Can not connect to an abstract unix socket in python
- Are UtcNow and Now the same datetime? Do they know they're different?
- Opening a SQLiteConnection on a binary stream instead of a file?
- Multiple definitions of a non-template class vs. a template class
- C++ unresolved external symbol (public static int)
- Call virtual method immediately after construction
- Ordering Distinct values with LINQ
- How to pass a predicate as parameter c#
- UIApplication's openURL Crashes My App
- WCF service library project can't find reference to other project
- Why are x86-64 C/C++ compilers not generating more efficient assembly for this code?
- Is there any benefit to passing all source files at once to a compiler?
- How to use functions in Value.Eval_expr, Value.Eval_op etc modules of Frama-c Value plugin
- What is the lifetime of shared memory on Linux
- Asynchronous Reading/Writing to same stream?
- C# LINQ: remove null values from an array and return as not nullable
- Comparing algorithms' execution time: why does the order of execution matter?
- Blazor Adding HttpClientHandler to add Jwt to HTTP Header on requests
- How to pop to root dialog with bot framework?
- How to mock HttpContext.Current.GetOwinContext() with Nunit and RhinoMocks?
- MouseHover not firing when mouse is down
- Why can't I change Type.Delimiter using Reflection?
- Is va_start (etc.) reentrant?
- c# Draw Image (Scaled) to Graphics, does not interpolate correctly. Fixes?
- Does passing a struct into an interface field allocate?
- Picture Box out of Memory
- How can I create empty array node using boost property_tree of json parser
- Should I check to see if an object is null first or second?
- Read JSON output from AppInsights in C#
- Does OpenMP copy private objects?
- iOS : Customizing TableViewCell - Initializing Custom Cell
- How to prevent assignment to backing fields?
- Why are static members of template classes not unique
- White font with black border in XAML
- Get total number of allocations in C#
- Why is the C# compiler claiming 'use of an unassigned variable' prior to 'yield return' and dynamic?
- Force use of locks inside std::atomic during debugging with libstdc++
- How to convert C# code that uses Shell COM to F#?
- What is IExpando and where is it used?
- thrd_busy and mtx_lock()/mtx_timedlock()
- How to NOT save documents using microsoft.office.interop.word
- how to set dropdownlist height and how to show dropdownlist's list always downward display
- libpcap: pcap_breakloop() causing memory leak
- Can we subtract NULL pointers?
- What is EF Default Id Naming Convention Code First?
- how to get client IP using socket programming c#
- Create comma separated list from list of objects
- How to get class of type
- C#: Real-time combobox updating
- Additionally password protect an ASP.NET Core MVC website hosted as Azure WebApp with existing authentication
- Multiple Serilog Loggers
- How to match c-style block comments in Notepad++ with a regex?
- Trying to figure out what this MEF Composition error means
- What is new way of setting DateTimeSerializationOptions.Defaults in mongodb c# driver?
- Check if browser accepts cookies
- How do I check if int[] contains only certain numbers?
- Array of char *
- Emacs hide/show support for C++ triple-slash Doxygen markup?
- Swift: How to call a category or class method from Objective-C
- Expected a type & Failed to import bridging header
- All Annotation is not visible to user in MKMapView
- Can i create a new CultureInfo from a two-character language code?
- Updating a maximum value from multiple threads
- Difference between setting control Parent property and using Controls.Add()?
- Implementing static version of std::all_of using template metaprogramming?
- Number Formatting in excel Vb.Net
- Adding huge number of items to a Listview
- Visual Studio IDE0059 C# Unnecessary assignment of a value bug?
- Objective-c++ symbol not found strangeness
- How to get all installations when using Azure Notification Hubs installation model?
- How to save a changed assembly using Mono.Cecil?
- How to avoid memory leak with CTFontCreateWithGraphicsFont?
- Memory comparison, which is faster?
- C++ CMake FLANN failing when building pcl in vs2012
- C# multi-coloured text in a single cell of a datagridview
- Change color of SysLink control
- EventHandler: What is going on in this code?
- Using extension methods inside extended class itself
- Calling member function without creating object in C++
- mt19937 and uniform_real_distribution
- Linux C++ How to Programatically Get MAC address for all adapters on a LAN
- How to provide a explicit specialization to only one method in a C++ template class?
- How to get {x:DataType} for a DataTemplate in C# for custom DataTemplateSelector
- WP7 Mango - How to get an IP address for a given hostname
- Thread-Safe C/C++ queue optimized for push
- Issue connecting to Server from WCF Client - HTTPS endpoint - Works on Local Dev but not Server
- Select top N rows AFTER sorting from Dataview in c#
- Size of pointers and if that size is dependent of the architecture
- How to clear WebBrowser cache in WPF application?
- Why do I get a RuntimeBinderException using json.net with dynamic when calling a method
- Error when attempting to write to event log - Cannot open log for source 'SourceName'. You may not have write access
- How to make a ToolStripComboBox to fill all the space available on a ToolStrip?
- Concatenate two arrays using void pointer (C)
- c# wait for an echo on serial port, check it, and have a timout on the wait
- File is downloading through visual studio but not through .exe
- .NET : Double-click event in TabControl
- Runtime how to determine Debug or release mode in visual studio c++
- C# XML Data Deserialization - Apply object relationship based on reference ID
- Protobuf-net serialization on sockets. No parameterless constructor found ProtoException
- Mapping C data structures and typedefs to .Net
- Fluent Validation and libraries
- Difference between decltype (..., void()) and void_t
- Converting glm quaternion to rotation matrix and using it with opengl
- How can I fill an S-record with two byte values starting on even address boundaries?
- Sharing objects between a BackgroundWorker and main thread
- Error: copy assignment operator not allowed in union
- add data annotations programmatically
- Under which circumstances will a C Linker eliminate unused volatile symbols?
- C# Array contains partial
- How to find out the name of currently logged in user in ASP.NET?
- Find the kth digit after the decimal point of a fraction a/b with a,b,k being very large integers (less than 10e18)
- std::chrono add days to current date
- Continuation of "I just can not understand DR 712"
- Convert a jagged array to a 2D array directly without iterating each item?
- why Qt signals' arguments can't be defined with typedef types?
- ISNULL equivalent in Linq
- Same calculation on Linux and Windows --> different results
- how to find the maximum limit of Memory Allocation in c
- get WPF WebBrowser HTML
- char arrays length in C
- What happens after the parent of zombie process terminates?
- Allow leading zeros on a worksheet with EP Plus
- How to prevent drawing XNA component when it is off-screen?
- Does HttpWebRequest automatically take care of certificate validation?
- Determine who fired an event
- return pointer from a C function is good/bad design?
- Find PID of a Process by Name without Using popen() or system()
- How to get floating point number from the NSExpression's expressionValueWithObject:context method?
- Difference between Interop.Excel and Tools.Excel?
- Help in padding numerical strings
- Process exists with ExitCode 255
- How do you prevent the base class constructor from being called with Moq?
- How does operator<< overloading work?
- XML WriteAttributeString error
- Take photo using webcam is giving black output[Unity3D]
- where to write the connection string ? in app.config or in web.config?
- How do I set the owner of a message queue?
- UIImagepickercontroller: converting to low quality video error
- Remove the border from a combobox
- When should a ManualResetEvent be disposed?
- Service Fabric: Authenticating with Azure KeyVault via cert: "KeySet does not exist"
- Variadic list parameter
- Use of unassigned local variable. But always falls into assignment
- Does Android support log2
- Play multiple .wav files simultaniously with Naudio or Win API
- How do I add my own header file directory to Mac Terminal gcc?
- Linq to SQL datacontext not updating for foreign key relationships
- Linq: Sort by Date when its stored as text
- Already contains a definition for
- Dynamic Dispatch to Template Function C++
- Get specific content from website via C#
- How to change order of columns of listview
- Default types for 'complex' in C
- Creating a Custom Implementation using Guid and Custom Table names with Asp.net Identity 1.1 Alpha
- DropdownList in ASP.NET MVC - value not posted
- How do you get the timezone (offset) for a location on a particular date?
- Is it possible to implement ping on windows phone 7?
- Why can't I use my extension method in a delegate in the Razor WebGrid
- Migrate entity with updated DatabaseGeneratedOption in Entity-Framework
- Why do unrelated (autopostback) methods get called when an Asp.Net ListBox autopostback method is invoked?
- output to stream float numbers with precision
- Mapping derived ViewModels to base class View in Caliburn.Micro
- Very weird - code (with Random) works different when I use breakpoint
- Unix timestamp to FAT timestamp
- Replace Property Setter method at runtime
- Find max value of two (or more) properties in list
- How CLR can bypass throwing error when assigning a null value to the struct?
- NSMutableArray addObject, unrecognized selector
- How to use Moq framework to unit test azure service fabrics?
- MPI matrix-vector-multiplication returns sometimes correct sometimes weird values
- ASP.NET Core won't run in IIS after upgrade to v1.1
- Out Of Memory exception on System.Drawing.Image.FromStream()
- Parsing issue warning with JSON
- Undefined symbols for architecture armv7? What does this error mean?
- Cannot resolve Assembly or Windows Metadata file 'System.Data.dll'
- MD5 Hashing Given a Key in C#
- Entity Framework 6 creates Id column even though other primary key is defined
- C - how would compiler optimization affect a for loop with no body?
- Convert youtube url to iframe embed code
- Data clustering in C++ using openGL
- Local variables construction and destruction with optimizer involved
- How do I group in memory lists?
- Get the current iteration path from TFS
- C# and C++ class inheritance intermingling
- Print string with newlines with lldb
- TPL Dataflow - very fast producer, not so fast consumers OutOfMemory exception
- Does "#pragma once" have the potential to cause errors?
- How to open WPF window from Console Application
- Saving xlib XImage to PNG
- Is there any disadvantages if I'm using Array instead of Vector?
- Difference between extern int a; extern int a=42;
- Boost in Netbeans 7.1.1
- Why does vectorization fail?
- 2D array vs 1D array
- C Basic Head Command
- How do I get the last item in a MongoDB collection?
- Background task of writing to the database by timer
- Error Creating JWT Token using RSA Security Key with key size less than 2048
- LinqToSql Precompiling queries benefit?
- Should names representing template types be a single character?
- In C#, why is a variable not definitely assigned at the beginning of a finally block?
- Debugging x86 .NET application on Windows x64 in VS2008
- What is the proper way to construct a BigInteger from an implied unsigned hexadecimal string?
- How do I take the address of one past the end of an array if the last address is 0xFFFFFFFF?
- Custom properties defined in base form lose their state in inherited form upon rebuild
- 802.11 FCS (CRC32)
- To identify the background process & bring to foreground in C++ WIN32
- DataRow[] Aggregate Functions C#
- manually printing a N-byte integer
- How to calculate the sum of an int array whose result exceeds Int32.Max value
- Read XML Response From Page
- Select constructor through SFINAE in template arguments
- Linq query on Xdocument returns "System.linq.Enumerable+WhereSelectEnumerableIterator'2[system.XML.Linq.Xelement,System.String]
- Queues And Wait Handles in C#
- Use LINQ to group a sequence by date with no gaps
- XmlDocument class is removing formatting, c#, .NET
- Server-side graphics in ASP.NET Core
- How to Get a Color Value from App.xaml in a Page
- Is This Actually Ambiguous?
- How to protect my site from session fixation?
- How much GCHandle pinned memory/objects would make Garbage Collector slows down?
- How can i solve the warning about TcpListener: Please use TcpListener(IPAddress localaddr, int port) instead?
- C# Marshal.SizeOf
- C++0x lambda for makecontext argument #2
- Pades LTV verification in iTextSharp throws Public key presented not for certificate signature for root CA certificate
- Can I use Categories to add class methods?
- Text areas and hyperlinks?
- How can I create my own SelectList with values of "00" and "" in C# for MVC?
- How do I return a byte array from C++ to C#
- When to raise an exception or return null?
- QJSEngine deletes my QObject, how to change ownership after QJSEngine::newQObject?
- Using sentinal values in C# enum (size of enum at compile time)?
- Are two dimensional arrays in C required to make all elements contiguous?
- EF Codefirst How to create separate table for derived class?
- How to send XML file to client in ASP.NET MVC
- Why is <random> library producing the same results every time when using std::uniform_int_distribution
- Handle to window handle
- Place a CheckBox in a ListViewSubItem
- How to use Include and Anonymous Type in same query in Entity Framework?
- Why are you expected to override GetHashCode and Equals when overloading the equality operator?
- WebClient().DownloadString() returning old data
- jquery ajax 'post' call
- C++ iterator over certain elements in vector
- Method to handle objects with properties in common, but different object types
- accessing and downloading on demand resources iOS9
- How to perform multiple Linq to Entities orderings dynamically
- Detect when the finger lifts after a UISwipeGesture[Recognizer]
- error LNK2019: unresolved external symbol referenced in function main
- How to change issuer Name while creating X509Certificate2 in C#
- C++ Build Failed on Xcode OSX with multiple errors File IO ... is unavailable: introduced in macOS 10.15
- Problem when maximizing window in C++
- Concatenating mismatched string WORKS in VC2015 - How?
- Floating point division by zero not constexpr
- Mixed-mode C++/CLI crashing: heap corruption in atexit (static destructor registration)
- Convert signature from P1363 to ASN.1/DER format using Crypto++?
- Using std::error_code with non-integer values
- Why do I get an "illegal token" compile-time error with this piece of C++ code?
- Writing a lot of txt files (90), 5MB per file, takes up to 1400s
- Automatic Smooth Resize Transitions - A Problem with Storyboards
- Entity Framework 6 - The type has already been configured as an entity type. It cannot be reconfigured as a complex type
- How to change font size and color in second line of text on a Winforms button?
- How to read byte array from serial port in C#
- Can I use an stl map if I plan to use arbitrary class objects as the key?
- Cast parent class to child class
- C++ Struct Size unequal C++ Struct Size in C++/CLI?
- .NET Core Web Project - Using Command Line Arguments
- asp:repeater collapsing table rows - Updated
- TFS Build 2.0 C#, howto add variables to the build/Pass Msbuild args
- How do you link a C++ static library to a C program?
- 8bit to 16bit conversion
- where t : class generic constraint and const value declaration
- WPF PropertyGrid supports multiple selection
- Get a screenshot of the web browser control?
- Stack Trace : at System.Web.HttpServerUtility.ExecuteInternal() || Error executing child request for handler in MVC 2.0
- malloc and gcc optimization 2
- WPF. Is it possible to do ellipse "rectangle bounds" hittest?
- In C, sort array of strings by string length
- Caliburn.Micro DisplayRootViewFor throws NullReferenceException
- C - Opening a file inside a function using fopen
- What is wrong with usage of atof function?
- Value of Py_None
- Special characters in property name
- Entity Framework automatic foreign key population
- Logic in property getters
- function pointers and return type conversions
- meta-programming: inherit from every class in a boost mpl::vector
- How to check if any row is selected from GridView?
- typename, type members and non-type members: is it valid code?
- Convert current date and time into timestamp object (13 digits)
- How can I connect to a database in ASP.NET Core without Entity Framework?
- Multiple Language Programming on Ti-Calculator
- C++ SDL on macosx without Xcode
- Why does UserPrincipal.FindByIdentity return an error about GUID being 32 bits?
- What does this Xcode warning mean? "application executable is missing required architecture. ..."
- "untrusted server certificate" on iPhone
- Using colon (':') to access elements in an array in C++ (in Rcpp)
- How to compare two distinctly different objects with similar properties
- How to intercept Http traffic
- Remove Duplicates and Original from C# List
- Coordinates of a specific character in a multi-lined WPF FormattedText
- Lexical or preprocessor Issue: 'MyViewController.h' file not Found
- conversion from 'KanjiCard*' to non-scalar type 'KanjiCard' requested (custom enum)
- Can I have a function/method passing an argument by reference and an overload passing it by value in C++?
- Why would you use an immutable value in a dictionary?
- Difference between boost::split vs boost::iter_split
- Dependency Injection across assemblies & namespaces
- 32bit binaries on sharepoint 64bit, An attempt was made to load a program with an incorrect format
- How to ignore 'where' and 'order by' condition if the column is null in LINQ
- How can I mark the methods in a WCF client proxy generated class as virtual
- Force derived class to implement interface
- Variance in Expression<Func<T,bool>>
- C++ OpenGL shading version error - GLSL x is not supported [Ubuntu 16.04]
- 64-bit GCC mixing 32-bit and 64-bit pointers
- How to read latest email using pop3 c#
- Understanding the extension ElementAt(index)
- Multiple calls of Application.Run in WPF
- DryIOC Container configuration for property injection
- LLU bad suffix on number
- Why don't WinForms/WPF controls use Invoke internally?
- Android C# TextView.setGravity
- Exception:The total length of a DataValidation list cannot exceed 255 characters
- Embedded Resource Name Loses Extension When File is Nested
- Dynamic array of pointers to structs
- Count lines between two code locations in C preprocessor
- QtCreator build system is broken after OSX upgrade
- why can't GCC resolve this using declaration to the correct type
- How to change the size of MessageBox in c#?
- How do you compile just a .h file in a makefile?
- Removing duplicate string from List (.NET 2.0!)
- AFNetworking include headers
- Can C++ streambuf methods throw exceptions?
- Why does the conditional (ternary) operator seem significantly faster?
- Segue Push Animation with Clear Background is Flashing on iOS 7
- Unable to determine the provider name for provider factory of type 'Npgsql.NpgsqlFactory'
- Core data insert multiple objects
- Better way of checking null in dependency injection
- C# WPF child window (about window)
- gdb error message: DW_OP_reg, DW_OP_piece, and DW_OP_bit_piece
- How to use qsort for string in C++
- Should bundle identifiers be lowercase or camelcase?
- how to use a makefile for mingw on win32
- C# HtmlAgilityPack inner html dont change after appending node
- Web API Conditional Serialization of properties at runtime
- 4x4 Matrix Pre-multiplication vs Post-multiplication
- Can a C++11 lambda capture a file scope variable?
- difference of upgradeable read lock vs a write lock in C# ReaderWriteLock
- Change rectangle background on mouse hover
- Tips on wrapping a C library in Objective-C
- using setw with user-defined ostream operators
- Generating Truly Random Numbers
- Why do conforming implementations behave differently w.r.t. incomplete array types with internal linkage?
- How are templated static member functions parsed?
- Narrowing conversion of list initialization is an error or just a warning?
- Understanding declaration in C++
- How can I prevent wrapping in a WPF FlowDocument in C# code?
- Specifying C++11 Grammar Action Functions in Shift/Reduce Parser Generator?
- Accessing content file in c# web application
- Is there an equivalent in C# to this Java code?
- Deploying ASP.NET Website on Linux Server
- Task does not contain a definition for Content
- Getting The Memory Address Of A DLL Function
- Is parsing the only way to obtain the Member type?
- Impersonation on remote service says Login failed for user 'NT Authority\Anonymous Logon'
- Best way to create a text index on a MongoDB collection via C# driver
- What happens when a char array gets initialized from a string literal?
- change the height of statusStrip
- Implicit cast of class derived from template base class
- C# - Why implement two version of Current when realizing IEnumerable Interface?
- How to insert 4 million records from Oracle to Elasticsearch table faster using C#?
- Service Fabric spawn actor on startup
- Convert.FromBase64String() throws "invalid Base-64 string" error
- C++ exceptions and signal handlers
- How to dynamically set the value of a property of object instance using reflection?
- How can I get the line number and file name from an exception in net Core?
- Show System Alert "No Mail Accounts"
- Disable a HyperLink from code behind
- How do I ignore simple events firing when changing control states in C# Windows Forms?
- Decompiling .net assembly with dotPeek gives invalid syntax
- Copy HTTP request / response headers from a call to a HttpWebRequest?
- SFINAE with std::enable_if and std::is_default_constructible for incomplete type in libc++
- Access the ToolStripMenuItem child in WinForms
- Why do c and c++ treat redefinitions of uninitialised variables differently?
- Center placeholder text in TextBox
- Avoiding a double macro subsitution in the C pre-processor
- Usage of C++ in Objective C++?
- Sort List<String[]>
- How to set the alignment for the .data section?
- how to detect a change in any excel cell in C#?
- repeat string with LINQ/extensions methods
- Explicit overrides and final c++0x
- How to Properly Use Realtime Priority
- Where do I obtain IssuerName and IssuerKey in Azure
- C++ Saving file with unicode name problem - How to save UTF-8 filenames correctly in a crossplatform manner?
- iOS get serial number of device (iPad) on iOS7
- Adding and Subtracting Bigints Using Linked Lists
- Failed to call designated initializer on NSManagedObject class 'ClassName'
- Return the include and runtime lib directories from within Python
- Web service refuses to receive parameters and reply in JSON
- "Isolated Storage" alternative for Windows Phone 8.1 (not silverlight)
- Do WPF application require the use of XAML?
- How to integrate CUDA .cu code with C++ app
- Should BaseType of System.Object be the same as interfaces?
- How does this code calculate pi with high precision?
- Why would an integer property sometimes return a 0?
- Is WPF Hardware-accelerated when Window AllowsTransparency = true?
- C, C++ Interface with Python
- LightInject IoC container throws when resolving type
- How to build a solution to target 64 bit environment?
- Resharper 9 File Layout: defining sort order when sorting by access modifier not possible?
- Customization for creating implementations of a base type
- EPPLUS AutoFit cells
- AutoMapper throws Missing Map when Map exists
- switch may fall through (no it may not)
- How do I (re-)enable real-time CSS editing in Visual Studio?
- Create two random lists from one list
- Get ISO country code from country name
- Internal compiler error - Templated conversion operator in switch expression
- How to check if an object is nil
- Algorithm to print to screen path(s) through a text maze
- Why uncalled template class members aren't instantiated?
- C++ function template overload on template parameter
- Is comparing two pointers with < undefined behavior if they are both cast to an integer type?
- How do I add watermark text to a bitmap in WinRT?
- Unknown publisher error while executing exe
- Shall a C++ class function end with a }; or only a }?
- crc32 decrypt short string
- Best lookup data structure to store only the keys (Dictionary without value)
- Changing the Currency via code in c#
- C# Excel Percentages Converted to Decimals
- NHibernate Expression.Like Criteria on Two Fields
- Check if facetime is enabled on the device
- How to stop MainWindow from closing whole application
- What is happening when a TCP sequence number arrives that is not what is expected?
- Global variables in Apache Server
- Mantle convert 0 and 1 to BOOL automatically?
- how to skip the strong name verification for delay signed assembilies on Mono and Visual studio 2010(C#4.0)?
- Cannot implicitly convert type 'System.Web.Mvc.RedirectToRouteResult' to 'System.Web.Mvc.JsonResult'
- get value from textbox within repeater asp.net c#
- Probability of already existing file System.IO.Path.GetRandomFileName()
- Adding C++ code to an iOS project
- GDB: warning: Multiple breakpoints were set on overloaded methods
- C#: passing parameters to callbacks
- Build cannot find entity framework
- Trim json string in JSON.NET
- DataTable expression Cannot interpret token '!'
- How to avoid service locator in .net extension methods
- How to determine whether the template type is a basic type or a class
- Dispose of Image in WPF in Listbox (memory leak)
- Can you generate an x86 hash value when running in x64 mode?
- Handling signals with gdb
- interface covariance issue
- Undefined entity   XML parsing exception
- "No overload for method 'TryParse' takes one argument" error when using double.TryParse
- .Net C# String.Join how to output "null" instead of empty string if element value is null?
- The entity (null) is not key value coding-compliant for the key "title"
- Passing a struct to a function in C
- warning: implicit declaration of function 'getline'
- Does ConfigurationManager work with ASP.NET core's appsettings.json?
- CLR: Multi Param Aggregate, Argument not in Final Output?
- Programmatically drop Linux cache as non-root user
- DRY With Different Try Statements and Identical Catch Statements
- Strange behaviour (or bug?) with ComboBox in WPF when changing DataContext and having bound ItemsSource and SelectedItem
- Is there a way of getting the process id of my C++ application?
- Is this treatment of int64_t a GCC AND Clang bug?
- Realtime video processing for the complete Windows desktop
- boost graph library: deterministic order of iteration of in_edges?
- Cast a value using decltype, is it possible?
- Partially deserialize with JSON.NET, keeping some fields raw
- What's the fastest way to interpret a bool string into a number in C?
- Initialize in WCF Service Application Project?
- NUnit: SetUp and TearDown for each test in a test fixture across multiple Fixtures
- C# File.ReadAllLines not breaking on line feeds
- Deterministic GC in the CLR?
- How to make the text length of the title of a WPF Window greater 255 characters?
- is there any circumstance under which valid C code will not compile properly using g++
- Create a subtitle in navigationbar
- advantage of passing pointer to a struct as argument?
- Again double-checked locking and C#
- convert c enum bitfield to python
- What's faster? Struct array or DataTable
- Setting build parameters from external file in TeamCity
- how to popup default iphone keyboard on a button click
- How to Allocate memory from a new virtual page in C?
- Solve extremely simple equation in prolog: A = B + C?
- Why is DataReader giving "Enumeration Yielded No Results"?
- Get file name/path from a file descriptor from a Linux kernel module?
- Using istringstream gives error | Why
- Bitwise enum (flags) query using MongoDB's official C# driver
- C# - Random number with seed
- Considerations for a setuid wrapper
- EntitySetController $expand and $select not working
- k&R,how getchar read EOF
- What can be instantiated?
- How much work should constructor of my class perform?
- Extend HiddenFor Templates in ASP.NET MVC
- Window Flicker on loss of focus?
- UISearchDisplayController and custom cell
- Disconnected node during Graph traversal
- Performance Monitor .NET CLR Networking 4.0.0.0 Instance naming
- Can the value of the Identity Label be accessed in code?
- correct use of functor for C++ STL thread
- Wpf - Contextmenu in TabItem Header
- Storing datatable in ViewState
- PayPal API, HttpWebRequest throws SSL WebException
- Why does initial hash value in GetHashCode() implementation generated for anonymous class depend on property names?
- Is there a lightweight way to obtain the current number of Processes in Linux?
- Local functions and SOLID principles C#
- why is boost lockfree freelist size is limited to a maximum of 65535 objects?
- How to stop the Button Command execution from its Click event WPF
- What is difference between file descriptor and file pointer?
- How to give multi-dimensional inputs to tflite via C++ API
- Is it possible for me to get rid of the end of line character after an input?
- How do I use % character in NSString stringWithFormat
- ConcurrentQueue holds object's reference or value? "out of memory" exception
- LINQ Grouping Data Twice
- C# Dictionary equivalent to Python's get() method
- How to perform asynchronous off-screen queries?
- Accepting Form Elements As Method Arguments?
- How do I replace a string variable with a var in Roslyn?
- Scrolling Label in C#
- How can a macro definition be passed as an argument to make?
- Objective C "autorelease" in C++ -- standard way to control object lifetime?
- Set max rows in a wrap panel
- Region of Interest in Video File
- In python c = pickle.load(open(fileName, 'r')) does this close the file?
- shared_ptr with incomplete types from library
- XDocument to string: How to omit encoding in declaration?
- Multiple inheritance without multiple inheritance and without code duplication
- How to use AutoMapper to map objects by order defined in the class?
- C# Predicate builder with using AND with OR
- std::thread class in VC++ 11 causes random crashes. Any workarounds?
- App.Config Custom configuration section problem
- What is the function of [FromBody] Attribute in C#?
- Change the Google pie Chart percentage text Colour
- Ninject throws Activation Exception in a WebApi project with multiple assemblies
- Set a pre debug event on Visual Studio 2008
- Attaching auto generated pdf to email in asp.net app
- C#: Same Object have to Same HashCode?
- Create an expression tree in c#
- Eigen: Return a reference to a block of a matrix with compile-time dimension checks
- How can I deserialise an XML element into an array of elements with both attributes and text in C#?
- Can a C++ class contain a static const std::array initialized inline in a header file?
- C# How can I make an extension accept IEnumerable instead of array for params
- C++11: pointers to member function using std::function::target()
- Negative index in array
- EPPLUS To Clear Contents of A Range Of Cells
- Call base method instead of override
- Invoking a method using reflection on a singleton object
- PRISM + MEF -- Import & ImportMany
- Any point to List<T>.ForEach() with Async?
- How to show/display message box in C# asp.net forms?
- Process.GetProcesses returns processes of all logged on users?
- Cube root of a number, C++
- Get real image coordinates from mouse location in PictureBox
- How to get the index of element in the List<T> in c#
- ASP.NET Relative Paths in Referenced Libraries
- Will temporary object be deleted if there is no const reference to it?
- Incorrect value when saving enum
- Boost in Visual Studio 2010, IntelliSense error
- Are there languages compatible with .NET that don't support unsigned types?
- Loading ASCX control created dynamically (via code)
- Why does System.Web.Hosting.ApplicationHost.CreateApplicationHost throw System.IO.FileNotFoundException?
- Is it possible to change language on Qt at runtime
- How to create an array while potentially using placement new
- May I modify the value of an exception inside a std::exception_ptr?
- How do I check that stream extraction has consumed all input?
- How to programmatically compile a c code from a c# code using mingw32-gcc compiler
- C# Tracing truncate long messages
- Replicate Entire Row In Entity Framework Core
- Fewer Colors Than Vertices
- EF6: Full-text Search with Database First Approach
- How can I remove numbers/digits from strings in a List<string>?
- Carousel in adaptive card
- Timeout at AcceptSocket?
- C - why I cannot mmap a small (256UL or smaller) size of memory?
- How to make Keyboard Button message text different from its caption in Telegram bot API using C#
- imbue/facet ignored when used from shared libraries depending on dynamic load order under Android
- QApplication::setWindowIcon works on Windows XP, but does not work on Windows 7
- Dividing QImage to smaller pieces
- Implicit declaration of function 'sum' is invalid in C99
- Mingw g++ does not recognize off_t when compiling with c++11
- floating point conversions and performance
- Customizing tint color of UIBarButtonSystemItem with UIAppearance API
- Two same class types in entity framework class issue
- Can't send Content-Type header with c# HttpClient
- dereferencing pointer to incomplete type error when using typedef struct in C
- LINQ to Entities DateTime Compare
- The operation failed: The relationship could not be changed because one or more of the foreign-key properties is non-nullable
- Passing DataTable to IronPython
- recursive BNF rule using boost spirit
- Unrecognizable template declaration/definition
- Adding QMAKE_CXXFLAGS += -std=c++11 to .pro file in qt not working(on linux 12.04)
- How to detect EOF on DataReader in C# without executing Read()
- macro dependent macro
- Using @section inside Razor Helper
- How to get the file/resource path for a QIcon
- .NET test framework with parameterized unit testing, that shows red/green for each combination?
- Add namespaces with and without names to an XElement
- C# WebAPI: Set default JSON serializer to NewtonSoft JSON
- Reversing Array in C?
- How to do Azure search for text containing quotes(escape single quote)?
- StringBuilder performance in C#?
- C# DynamicLinq where clause with Any()
- Creating a ModelBinder for MongoDB ObjectId on Asp.Net Core
- Where does async and await end? Confusion
- Swedish SSN Regular expression reject users under a specific age
- How to create a C++ 11 non-default-constructible allocator?
- saving data from a query as a csv file
- What is the best practice to log request body on failed requests in Application Insights?
- Why is my JavaScriptSerializer returning empty json objects?
- Update field in array mongodb c# driver
- MailKit: How to download all attachments locally from a MimeMessage
- "Input string was not in a correct format" when using LINQ
- RegisterHotKey not working with invisible forms (c#)
- How to copy native libraries to the unit test staging directory in Visual Studio 2010
- SQL Server 2008 FileStream vs Normal Files
- MVC Routing get rid of /Index in URL
- Reduce the number of executions by 3 times, but the execution efficiency is almost unchanged. In C
- How to use C++ getopt_long() if I have more than 26 options?
- OpenGL: Vertex attribute arrays per primitive?
- Conversion to `const Y` not applicable for `R&&` on clang
- What happens if I cast a double to an int, but the value of the double is out of range?
- Why isn't the static constructor of the parent class called when invoking a method on a nested class?
- GetPrivateProfileInt- reading only the default values
- protobuf-net : how to represent DateTime in C#?
- Unity play game service authenticate fail
- Win32 - Midi looping with MCISendString
- Double pointer conversions, passing into function with `const void **ptr` parameter
- boost rational_cast with rounding?
- How to delegate to default format provider?
- Visual Studio 2008 class view missing classes
- Adding a date in an Excel cell using OpenXML
- C# - Run WPF application from Windows Service
- What to pass for pinned string in P/Invoke?
- fopen fails invisibly when creating files in system drive (C:\)
- Is a StartCoroutine needed for a call from inside one co-routine to another co-routine?
- OpenCV estimate distance & normal vector from homography
- filter a linq query based on the results of another query's results
- Dropbox api "USER TOKEN", "USER SECRET"
- MVC5 Where to put authentication forms in web.config?
- How to Prevent the conversion of & to & using XmlTextWriter?
- What is causing "warning: pointer/integer type mismatch in conditional expression"?
- C# Access OleDb Data type mismatch in criteria expression
- Why does clang complain about using variable-length arrays with '-std=c99' flag?
- MS chart radar axis frequency
- What requirements are necessary and sufficient for an ActiveX control to be used directly on an Excel worksheet?
- UITextView beginningOfDocument returns nil
- Extended asm with goto, including an example from the gcc docs, fails to compile
- What is the correct encoding for SNMP type Unsigned32?
- C# Assert.AreNotEqual versus Equals
- Is There a Syntax Shortcut for Multiple Initialization in C#?
- Floating point exceptions - gcc bug?
- auto keyword strange behavior in C++11
- Bind Method With Delegate
- Changing bits in an int in C?
- Unable to run compiled files - bash: ./a.out: Permission denied. (I've tried chmod)
- Navigation bar Hidden not working IOS
- Implementing TypeConverter for Windows Forms
- OLE CALL to Excel with WHERE clause
- Why does this dependent type not count as specialization using the template argument?
- list of standard concepts?
- Get PDF page size with iTextSharp
- C# Locking an object that is reassigned in lock block
- Java's volatile in C?
- How can netcoreapp3.1 be built by .NET 5?
- Only an absolute URI can be used as a base address
- C++ operator override - why is it friend preferred?
- .NET DB2 OLEDB pre-requisites
- XmlSerializer.Deserialize() isn't deserializing a List<T> correctly
- ajax post on MVC .NET does not pass array correctly
- NPOI formats all cells the same way
- Releasing underlying Stream returned by Application.GetResourceStream on WP7
- c++ casting a union to one of its member types
- Closing event triggered on both UserClosing and this.close
- C# - Why does a class, new() constraint use Activator.CreateInstance<T>()?
- How do I compile libnoise on Mac OS X Mountain Lio
- Adding Transaction Scope to Parallel.Foreach
- What is the use of a statement with no effect in C++?
- Simple HttpWebRequest over SSL (https) gives 404 Not Found under C#
- Getting new lines from a file with FileSystemWatcher
- C++ function dispatch with template parameters
- Run as Administrator vs. Administrator group
- Xcode trying to compile Objective-C libraries as Swift
- Split a List into parts - VB conversion fails
- getting NS record type using C# (dns)
- C# Entitity framework SaveChanges() not working
- String literals that contain '\0' - why aren't they the same?
- Get private properties with TypeDescriptor
- Memory semantics of a computed array property?
- How to set an attached property programmatically eg. Viewport2DVisual3D.IsVisualHostMaterialProperty
- NSString Address issue
- std::back_inserter needs const_reference on older GCC. Why?
- Multiple types were found that match the controller named 'Account'. MVC 4 & using RouteConfig.CS
- C Macro for minimum of two numbers
- fatal error RC1015
- Why does collection initializer work with getter-only property?
- column operations on jagged arrays (sum, average, other functions) with Linq
- Meaning of the `from` parameter of `lua_resume`
- ambigious functions in c++
- Will const and constexpr eventually be the same thing?
- Why can't Point and Rectangle be used as optional parameters?
- Subtracting Arrays
- Task continuations always run even when specifying TaskContinuationOptions
- Can I say that the relation between events and delegates adopts composite pattern?
- Intel Pin with C++14
- document.readyState == "complete" is always false. The state is always "interactive"
- Valgrind missing error
- C# HttpClient: Why MediaTypeWithQualityHeaderValue?
- Is it possible to map IQueryable<CatDTO> to IQueryable<CatEf>?
- In SceneKit, does an SCNLight of type SCNLightTypeAmbient ignore the categoryBitMask parameter?
- User defined types with dynamic size in C
- Disadvantages of using large variables/arrays on the stack?
- I receive error message when run JNI android app A/libc﹕ Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 17729
- How to hide or show a div
- LINQ to XML Selecting Child Elements
- how to restart an application in qt?
- Reference to instance variables inside a block
- WPF Navigation using MVVM
- Get reserved file names in Windows
- Comparison of text color in UILabel with UIColor fails
- Looking for ideas on storage of data on local disk
- DateTime is not equal
- CI for Qt app: build with different Qt versions
- Is there a linux equivalent of _aligned_realloc
- C# Linq Order a list with a reference list
- How to store Colors in string?
- Thrift - different Handler instance for each Socket
- How to set Sql DateTime to null from LINQ
- Sending Commands to a Windowless Command Line process (started from the C# Application)
- Programmatically Set Proxy Address, Port, User, Password throught Windows Registry
- XCTestCase: ld: symbol(s) not found for architecture x86_64
- Error: The conversion of a nvarchar data type to a smalldatetime data type resulted in an out-of-range value
- Why does my protobuf-net stream not work?
- How to apply gitignore afterwards?
- To iterate or to use a counter, that is the question
- How can I build a library as a .dll and not a .lib
- Getting the back/fwd history of the WebBrowser Control
- Extracing specific tags from arbitrary plain text
- comparison between signed and unsigned integer expressions and 0x80000000
- Differences between YES/TRUE?
- Are there any other arguments that main() can accept?
- Redirecting in multiple projects in one solution
- C++ template class error with operator ==
- Html agility pack not loading url
- Automatic conversion from derived class to base class' member variable's type
- Open source html parsing class not properly parsing spaces between paragraphs
- Access key after grouping by with dynamic linq
- C++ Multiple parameters with GTest TYPED_TEST
- WPF Windows 8 Compatibility Issue
- Relation between MSVC Compiler & linker option for COMDAT folding
- Out of memory exception on 64bit
- How to synchronously and consistently delete a folder on NTFS with C#
- How can I generate a compile-time array of interrupt handlers in C++?
- is there a Python Equivalent to Memcpy
- Possible to use Mathematica from other programming languages (python/C#)?
- Why can't compilers expand arguments of a variadic template via comma operator?
- Visual Studio or GCC?
- Blur background behind MAAttachedWindow?
- Example C code that demonstrates volatile in disassembly?
- Read current Serilog's configuration
- JSON.NET \ how to concat two JSONs in JSon.net
- Getting undefined reference error but nm shows symbol present
- Extract a block from a sparse matrix as another sparse matric
- C++ Defining the << operator of an inner class
- Creating a base case for Variadic Template recursion with no template arguments
- How to enable move semantics when adding custom objects to a vector?
- How and when to dispose/garbage collect a singleton instance
- Displaying IEEE-754 quadruple-precision (binary128) floating point values in scientific notation in C#
- How to use QVector at or operator[] to get a pointer to the element
- LINQ Except() Method Does Not Work
- How to setup a linux C++ project in Eclipse?
- any difference between foo(int* arr) and foo(int arr[])?
- Set line spacing when using XMLWorker to parse HTML to PDF - ITextSharp C#
- Macro alternative for C++ code generation
- Generating DataContracts with exact namespace as in XSD
- Customized error responses for ApiVersioning errors in webapi dotnet core
- Custom keyboard appears with ~5seconds delay
- How to access control in DataGridTemplateColumn to get value?
- Overloading a method with parameter Func<T>
- Converting unix timestamp to YYYY-MM-DD HH:MM:SS
- Determining return type of std::function
- UserControl vs CustomControl in C#
- Make a copy of an unknown concrete type in c++
- Linking curl in a project using CMake
- Navigation bar not showing
- Do I need to overload methods accepting const lvalue reference for rvalue references explicitly?
- Clang compile error related to static_assert and boost::hana
- Is there a place to put a category import statement so all classes see it?
- C# Convert string to double/decimal and back to string, keeping trailing zeroes, adding comas for thousands
- Mismatch between constructor definition and declaration
- Why is the buffer size in inet_ntoa 18?
- C++ compilation error: "cast from 'WCHAR*' to 'WORD' loses precision"
- Closing all Windows in a C# WPF application
- Encoding.ASCII vs. new ASCIIEncoding()
- Clang generates worse code for 7 comparisons than for 8 comparisons
- Restrict access to a WPF view based on AD group membership
- Map stored procedure with multiple resultset returned in EF Core
- Is it possible to get the optional parameter values from a constructor using reflection?
- On OSX Valgrind reports this memory leak, Where is it coming from?
- How to stop a timer after it is done running?
- Explicit type conversion (functional notation) with simple-type-specifier
- Check for substring of NSString crashing
- Use OLEDB to read AccessFile from Stream to DataSet
- Algorithm to compute the remaining polygon after subtraction
- Pure high-bit multiplication in assembly?
- EventTrigger bind to event from DataContext
- Python ctypes: Passing an array of strings
- How do I prevent foreign language resource generation by overriding MSBuild targets?
- Passing R functions to C routines using rcpp
- Writing video with openCV - no key frame set for track 0
- Ok to provide constructor for behaviorless aggregates (bundle-o-data) in C++?
- Objective-C: how to prevent abstraction leaks
- Inheritance: Internal Class vs. Internal Interface
- Print a wide unicode character with ncurses
- Why is the dtor being called (using annoymous/lambda func)
- Why std::optional::value() &&; return &&?
- How do I get a previous version of a file with libgit2sharp
- Use concepts or SFINAE to check if class has a templated member function with a std::array parameter
- Implications of throwing exception in delegate of unmanaged callback
- Are enum values resolved in preprocess time or in compile time?
- variadic template pack within decltype
- std::string memory leak
- How do you access a Metro app's local storage in a desktop application in Windows 8?
- copy elision of return values and noexcept
- How to get an element that has : in its name?
- Here is the C# Monad, where is the problem?
- C# Excel interop - how to test if interop object is still working and performing a task?
- How to stop inner and outer loop using break statement
- Strongly typed actionlink with asp.net mvc beta?
- onesignal/onesignal.h file not found
- Can I have 2 different EntityFramework contexts share a single SqlServer Compact database?
- Memory allocation stack
- Delegate System.Action does not take 1 arguments
- Is it valid to pass non-arithmetic types as arguments to cmath functions?
- C++: Return type of std::tie with std::ignore
- How to call WCF service OperationContract from browser?
- why this loop is running infinite times in c?
- Strange behaviour of DateTime.Parse
- Visual Studio null reference warning - why no error?
- Executing an Oracle stored procedure within EntityFramework
- Setting access rights for a directory - receiving exception "No flags can be set"
- How to populate a dataGridView with an array of user generated integers
- get distinct rows from datatable using Linq (distinct with mulitiple columns)
- Delphi communication with C++ dll (parameters)
- Random numbers between 1 and 15
- Convert milliseconds to seconds in C
- Allow page extraction in a password security pdf with itextsharp
- Mutex for simple data types
- "The element is missing.." trying to generate class with <element ref = />
- MVVM WPF Master Detail Comboboxes
- Redundant cast of uint8 doesn't work with GCC 4.8.1
- Why can't I assign a scalar value to a class using shorthand, but instead declare it first, then set its value?
- CreateGraphics() Method and Paint Event Args
- Why is a pointer cast as (void*)p when used in printf?
- IUserStore<TUser>.CreateAsync : how to indicate failure in custom implementation?
- Why is the class holding a reference copyable?
- about the array in C
- Device Orientation in Windows Phone 8
- Specified part does not exist in the package
- Unity Visual Studio C# version synchronization
- C++ Understanding Functors Polymorphism
- Using the mongodb cxx driver in a cmake c++ project
- Invalid operands of type 'double' and 'int' to binary 'operator%'
- EF Linq to Entities calling ToList() on entity set generates SQL command containing multiple left outer join
- How should LoggerSource be used in DNN 7+?
- Translate HRESULT to a readable message
- DiagnosticMonitor in Azure Web Site
- How to stop log4net from logging and release the last file
- Bash, CTRL+C in eval not interrupting the main script
- Is there a way of splitting a C# generic dictionary into multiple dictionaries?
- Exclude Fields From Model Validation
- Xamarin.Android - layout designer blank
- Can a standards-conforming string be longer than SIZE_MAX characters?
- Return rows affected from a Stored Procedure on each INSERT to display in ASP.NET page
- How do I expose a private class method of an Objective-C object using protocols in Swift?
- UTF8 Beginning of File characters are breaking serializer & readers
- Qt custom look and feel?
- How to have alternating line colors for a Winforms RichTextBox?
- ASP.NET Core 1.1 Localization Generic Service
- visual studio compiler how to specify the include path to build cpp
- How do I prevent "_t" field from appearing when Upserting into MongoDB?
- Overload Resolution with implicit conversions
- Are comments always processed before the preprocessor?
- how to subtract one path from another?
- Is there a boost lexical_cast equivalent of C# TryParse?
- Combine 2 numbers in a byte
- Is it possible to put lambda expressions into a map or list in C++?
- Azure Functions not working with Queue Trigger
- Why do i need to wrap this code in a cast to short?
- Extract 14-bit values from an array of bytes in C
- Normal Setups in Visual Studio
- How many files can i have opened at once?
- C# - How can I have an type that references any object which implements a set of Interfaces?
- Restricting `using` directives to the current file
- Bare metal without global operator new
- Create 2D array from existing 1D arrays in C?
- Consistency when removing items from boost multi-index using an iterator
- Cookie Authentication Early Expiration
- How to convert int to char[] without generating garbage in C#
- SiriKit INPayBillIntentHandling - Siri says, "I wish I could, but <App> hasn't set that up with me yet."
- Why is main called twice?
- C# Custom Attributes from Properties
- what does \ do on non escape characters?
- Function parameter type using decltype
- how to exit from application on click of (red X ) button right top on winform
- ADO.NET: Faster way to check if the database server is accessible?
- Passing Moqs It.IsAny<string> as method argument
- Microsoft.Office.Interop.Excel Reference in Build Server
- can't read from stream until child exits?
- template specialized on a namespace
- how to find out if a variable is signed or unsingned
- Run Multiple Tasks (Variable Number) in parallel and continue when all have finished
- Submitting an app to the App Store that uses BWToolkit
- Get a std::tuple element as std::variant
- Defining ConnectionString in asp SqlDataSource
- BotFramework V4: how to send an event from the bot and catch it in react WebChat?
- Pointer to function in ROM
- valgrind --trace-children=yes reports leak despite atexit cleanup
- XAML editor complains "Object does not match target type" for SharedResourceDictionary.Source
- C++: namespace conflict between extern "C" and class member
- How do I accomplish random reads of a UTF8 file
- How to fetch entity model connection string?
- setContentOffset on UIScrollView the right way
- Func<Owned<T>> vs Func<T> dependency
- How to reference System.Data in Visual Studio 2015 targeting .NET Core?
- Push animation without shadows and blackouts
- Why Array.BinarySearch() giving negative numbers?
- Why and how to overload operator<< for printing
- Parse date of ISO 8601 value 24:00:00 fails
- C++ Windows remove maximize box
- How to use async and await in LINQ?
- Authorization failure in USPS Address verification API
- How do I implement my own TaS-Lock in C#?
- variadic template arguments: can I pick reference vs value depending on type?
- How to COPY library files between stages of a multi-stage Docker build while preserving symlinks?
- Inverse of Cumulative Normal Distribution Function with parameters
- Two C++ apps sharing a read-only region of memory on Linux
- Inconsistent accessibility with protected internal member
- How to solve Microsoft SQL Server. Error 233. Provider: SSL Provider
- How to get text boxes for Gridview Row values?
- Excel to PDF without office
- Confused over function call in pre-ANSI C syntax
- stream.copyto with progress bar reporting
- Where in code should one keep data that doesn't change?
- When overriding a method should my custom code come before or after super(base)
- Why pcre regex is much faster than c++11 regex
- Get Y value across .NET chart series from X value
- regex pattern for a range and above 127
- How can I let the compiler deduce the return type of a template?
- OpenCV 3.0.0 make error with FFMPEG
- How to move a msmq message to a subqueue
- Show how many rows were deleted
- how to Moq Fluent interface / chain methods
- How to construct HttpPostedFileBase?
- Where is the memory allocated when I create this array? (C)
- Pan and Tap gesture recognizer for same view, which need to fail for the other?
- C++: Access embedded resource from dll
- Evaluate macro parameter once only
- How does LINQ-To-SQL prevent SQL-Injections?
- Only one evaluation guaranteed for std::min/std::max
- How can I get a custom error page for trace.axd in MVC3?
- How to interpret "error C2018: unknown character '0x40'?
- how to get claims of another user using ASP.NET Core
- Returning a reference to the derived class from a base class method
- simulate jg instruction(datalab's isGreater)
- Explanation of this new() statement
- Type is not serializable because it's not public?
- Clear whitespace from end of string in WPF/XAML
- Enable UITableView edit only in a specified section
- Convert String to Type, where Type is a variable
- Whats the difference between IQueryable and DbQuery?
- Copy UI element with adorner
- Getting a property reference using reflection
- Extend Windows explorer with BHO
- Entity Framework getting confused about navigation property
- How to refresh the current state with VisualStateManager
- Program doesn't stop after new Window
- WCF Reliable Sessions Fault when Server under heavy CPU load or Thread Pool Busy
- Execute shell command using qmake
- Remove an item in a list while it's in a foreach loop c#
- How do I make a genuinely transparent Control?
- std::basic_ifstream throws std::bad_cast
- unsigned overflow with modulus operator in C
- Xml - '=' is an unexpected token, the expected token is ';'
- Subclass NSArray in Objective-C
- Getting Akka.NET to connect to a remote addresses
- Converting SQL CASE WHEN statement into C#
- c# chart control remove spaces between bars in bar chart
- How can I use the MongoDB Driver with C# ASP.NET Core API framework?
- How does the function printf works in C?
- "Property value is not valid." Why is visual studio not letting me assign a picture to an image?
- Accessing array elements of a List<object[]> in foreach loop
- Is there a jQuery extend in c#?
- Convert BitmapImage to grayscale, and keep alpha channel
- Binary XML file line #1: Error inflating class android.support.design.widget.AppBarLayout
- Is it safe to use an exception outside the catch statement if it is held in a std::exception_ptr?
- I'm having trouble finding example code for libftdi's mpsse (SPI) mode
- Performance implications of a large number of mutexes
- How to loop select() to poll for data ad infinitum
- Set checked items in checkedlistbox from list or dataset
- Returning a single element from an iterator block - Iterator cannot contain return statement
- Expose only required functions in C
- C++ MultiThreading with visual studio express 2010 Forms Application
- Icons don't work after publish
- Converting an integer to char by adding '0' - what is happening?
- How can I tell Visual Studio to not populate a field in the designer code?
- g++ doesn't inline functions
- PowerPoint Notes in C#
- The meaning of the term - Resource Acquisition Is Initialization
- Are non-static class members destroyed even without a destructor?
- WindowsForm PictureBox.Image is null even though there's an image shown in the form
- How to implement stdarg in C
- Are const references to members safe
- Visual Studio custom build event always executing
- changing background color of togglebutton when checked
- Moving toolstrip just a little too far left will create a new row if another toolstrip is on the same toolstrip panel
- Parallel write to array
- Tiny numbers in place of zero?
- C OpenMP parallel bubble sort
- WPF How to set a maximum amount of results from CollectionViewSource
- Sorting Range-v3-zipped containers - can I unzip?
- Is there a different method to bind iOS ICommands in MvvmCross 3.0.14?
- How to deny anonymous users in asp.net core razor pages?
- linking a shared library with statics using CMake
- "Heap corruption detected" when using free()
- System.NullReference Exception occurred in App_Web_XXX.dll - Error in Partial View
- Program stuck, pipe file descriptor open when shouldn't?
- WCF service + SvcUtil generating unexpected object structure
- Loop over 256 values using 8-bit unsigned integer variable as counter
- why is clang optimization breaking my inline assembly code?
- numberOfSections being called? iOS
- Linq with optional WHERE options
- Start hidden Internet Explorer
- how to Change Caption of popup kendo grid by html helper in add window
- Expression of HelperResult to format item from a list
- Ruby Equivalent of C# 'using' Statement
- Why doesn't this C program compile? What is wrong with this?
- A method can't access a member variable of the same class (C++)
- Is there any reason Google uses the cc extension instead of cpp in their open source projects?
- iPhone how to access the notification center programmatically
- Error : Redeclaration with no linkage
- How to merge group by list in LINQ
- List of Authorisation errors with Firebase login
- Xamarin Async method usage OnStart()
- Instantiating a COM Component fails with "Class not registered" when "Run As Administrator"
- application:openURL: method not being called
- AVG Access Denied warning when running the simplest C++ program
- Eigen Library assigning Matrix's elements?
- Why can not reference a type through an expression?
- Swagger with Service Stack not working
- Can't query SystemIndex on my own machine when I specify the machine name
- Is there an easy way of clearing a pipe in C
- C++ - Should data passed to a thread be volatile?
- C# Runtime Error: "DataGridViewComboBoxCell value is not valid"
- Reading XML and performing an action depending on the attribute
- Forcing MediaElement to Release Stream after playback
- Visual Studio: Create a Hello World app in C?
- Is variable defined by const int determined at compilation time?
- How to find column id by cell value?
- Eigen class to take mean of each row of matrix (compute Centroid of the column vectors)
- How to get a IDictionary<string, object> of the parameters previous method called in C#?
- Programmatically set printer to bypass the windows spooler
- How to get the value of the checked radiobutton in wpf
- how remove binary image noise in opencv?
- C# method that is executed after assembly is loaded
- Lua project compiling with errors (luabind)
- Dynamic memory allocation in 'c' Issues
- Unnecessary comma in enum declaration
- How to properly unit test calling UI method on another thread?
- C++ Lambda: Access static method in lambda leads to error 'this was not captured for this lambda function'
- How to create wrappers to library functions with original name?
- Why won't Response.Write() export a CSV file to the browser?
- why SIGHUP signal not received when becoming an Orphaned Process Group
- How to implement generic polymorphism in c#?
- Perfectly emulate nullptr
- how to validate both lowercase and uppercase letters
- How to simply serialize complex structures and send them over a network in Qt
- UITextField Clear Button Does Not Show
- NSArray and NSString
- Circular dependency in constructor initialization list
- Why does std::aligned_union need a minimum size as a template parameter?
- Easiest way to serialize and store objects in c#?
- C++ Creating an atomic function
- Linq query - List within another list
- Semi-inheritance in C: How does this snippet work?
- Interrupt cin while loop without the user entering input
- Declare stack variable without specifying the name and get the pointer
- Compiler macro to detect BMI2 instruction set
- Handled RoutedEvent continues to bubble up tree
- Error in OpenCV 2.4.2 "OpenCV Error: Bad flag"
- Overload Resolution in a Namespace
- Is an object constructed if an initializer throws?
- Returning a type depending on the parameter
- Get Data Type of an Excel Cell in C#
- How can I get unicode characters from robocopy process standard ouput in c#
- Require credentials for some methods only in WCF web service
- Detecting Chrome using .net 3.5 and C#
- Is multiple assignment a hack in Obj-C?
- TagLib sharp not editing artist
- Use of fseek with stdout
- How do I use random numbers in C#?
- Does "Anonymous Recursion" work in .NET? It does in Mono
- How to have macros expanded by doxygen, but not documented as a define?
- Selenium Firefox Unable to add extension
- Big-O of .GetProperties()
- Visual Leak Detector not finding leaks VS2013
- how can i use the file that is generated by xsd.exe in windows 10 universal app
- Windows vs Linux - C++ Thread Pool Memory Usage
- Cancel libcurl easy handle
- How to access unnamed "enum class" encapsulated inside a class?
- Why is my Stream not Readable?
- Render inside of OpenGL scene from an external application using an injected DLL
- Join two tables using parse
- How can I ask Windows to print a document?
- Can unsigned integer incrementation lead to undefined defined behavior?
- Service Broker Or SqlDependency in SqlLocalDb?
- A continued saga of C# interoprability with unmanaged C++
- Build and test with TeamCity and Fakes Framework
- Using static function variable vs class variable to store some state
- Check if a View has loaded since midnight
- How are the values of uninitialized variables determined?
- Memory-layout compatibility between C and C++
- C# Xml Serializer deserializes list to count of 0 instead of null
- using fork() to make 3 children out of 1 parent in C (not C++)
- Browser Link not refreshing page in Chrome
- Windows.h - Notification when focus enters a text input
- Compiler Version vs. NET Framework Version - Scenario with ASP.NET applications
- How to use auto-postback with checkboxes and dropdowns?
- Using Boost.Spirit.Lex and stream iterators
- Method x has no supported translation to SQL
- OpenMP Parallel for-loop showing little performance increase
- need to remove xml nodes in a string and leave the text
- MVC Routing Constraint on Controller Names
- Referencing System.Windows.Forms from a Class Library
- How to test private fields that are modified via public methods
- Dynamically Create controls and save the controls values across postback - ASP.Net C#
- What does the first arrow operator in this Func<T, TReturn> mean?
- Entity Framework Where is my AddOrUpdate function?
- How to troubleshoot: undefined reference to `non-virtual thunk to ...`
- CoreData: warning: Unable to load class named 'WEEReadings' for entity 'Readings'. Class not found, using default NSManagedObject instead
- Error in using unique_ptr with member function pointer
- Using AutomationID with ListView
- Preferred way to serialize an object with C++
- How to implement User.Identity.Name in Global.asax on a new web application
- Template function is_same in template classes
- When do I need to manage managed resources?
- Why does openssl/ssl.h contain nothing but a relative path?
- What's the equivalent of ExitThread(ExitCode) and GetExitCodeThread in C# & .net?
- What does the ^ character mean when used in C++ declarations?
- Is pointer just an integer?
- Create a variadic template from a constexpr array
- Entity Framework Database first How to alter entities to make them derive from a base class
- How to capitalize a word in a C++ string?
- Indicate required properties of complex input parameter object in Swagger UI
- A way of writing large numeral literals in C#
- Does the draw order affects objects position in depth? (images included)
- How to use Resources of from another project in WPF?
- In a textbox, protect the first words, but allow adding/editing to text past those words
- typeof() works, GetType() doesn't works when retrieving property
- How to move exisiting elements between packages with an EA Addin in c#?
- Static variable order
- function doesn't throw bad_alloc exception
- Unity Static Property Injection
- Why can enum arrays be cast to two different IEnumerable<T> types?
- Retrieving the amount of scaling from the Canvas Scaler (Unity)
- How to test method with 'out' parameter(s)?
- How to use C++ class in Windows 10 C# universal app?
- go: cannot find GOROOT directory: c:\go
- C# code only gives expected results on step through?
- boost spirit skipper - compile-time error
- Show Currency Symbol after values
- How to compare same PropertyInfo with different ReflectedType values?
- Scanf not working in while loop when nonmatching string is entered
- C# ASP.NET MVC Project and Google Maps: How to fill JavaScript array with values from C# List<>
- C++ Decorate basic_iostream classes
- How to multiply values of two textboxes in Asp.net MVC
- Hierarchical object and AutoFixture
- StackOverflowException in XML to C# class
- Can I use ASP.NET Session[] variable in an external DLL
- System.IO.FileLoadException - Could not load file or Assembly Microsoft.WindowsAzure.Storage
- Replace for-switch loop with a Linq query
- Disable an asp.net dynamic button click event during postback and enable it afterwards
- Deserializing PHP Data from Web service
- Reading Scientific Notation in C
- Operator && cannot be applied
- Moving constants to a separate assembly
- A Symbol Table in C
- Cast char to char array or char array to char?
- Is Array.Resize(..) threadsafe?
- Splitting a filename
- Does a MediaElement only play when it is embedded in XAML code?
- Call nonconst member version from const
- How bad is to use integer pointers as unique ids? C++11
- Android NDK - arm-linux-androideabi-g++: not found
- Behavior of C++ Object Reference
- swprintf() with narrow strings
- wxHTTP & Threads
- Task Parallel Library - Know when all tasks are finished
- How can I fix g++ Undefined symbols for architecture x86_64 error?
- How to find a word before matching string
- std::experimental::ostream_joiner and std::pair
- Finding a Control in a page from a page base class
- SQLBulkCopy with Identity Insert in destination table
- boost condition variable issue
- C# RSA Encrypting text using a given PKCS#1 public key
- What exactly is invalidation of reference/pointer?
- Join close enough contours in openCV
- Can´t edit sourcecode in VS Texteditor when resharper is running
- Cross thread exception when using RX Throttle
- How to fix "CA1810: Initialize reference type static fields inline" with an abstract base...?
- how to close a window from a different process
- How to merge two lists on a given property
- How do you rotate a sprite around its center by calculating a new x and y position?
- iOS Google Plus integration and sharing
- C# thread safe static member
- search by substring in documentDB
- Debugging TargetInvocationException
- Handling network disconnect
- MessageBox in c#
- Heap corruption while freeing memory
- Detect when user returns from using EmailComposeTask?
- does all the functions inside a constexpr function in constexpr context must be constexpr function?
- Automapper Nuget Package failed
- Write stack trace when an exception is thrown from another thread
- Using boost::bind() across C code, will it work?
- How to connect a button to a method on Mac OS X
- C#.NET: "Multi Threaded Apartment" and "Multithreading"
- What's the lifetime of memory pointed to typeinfo::name()?
- Subclassing UIWindow
- macOS `sigaction()` handler with `SA_SIGINFO` does not include `si_pid`
- how can I map an int to a corresponding string in C/C++
- std::istringstream >> to double weird behaviour
- C# Checking if Object is Null
- Moq framework Func<T,T>
- C++ instantiate templates in loop
- How can my C program check if it has execution permission on a given file?
- .Net code to set an Active Directory attribute to "not set"
- IndexOutOfRangeException in indexed getter
- WinForms: How to check for minimum amount of characters in textbox in C#?
- How to programmatically open Run c++?
- Serialize List<> of classes declared with internal modifier?
- UIActivityIndicatorView not displaying right on UIAlertView
- Why is this exception not being caught across DLLs?
- Using dynamic in C# to access field of anonymous type - possible?
- Please explain !SyncBlk the windbg command
- Compile-time checking if right shift is arithmetic on signed types
- CommandEventArgs and Event question
- Unicode special character not displaying in label
- Can someone explain how recursion works when finding all subsets?
- initializer-string for array of chars is too long C
- Downloading a file from a link
- New pointer (by malloc) is same as one of the freed/old pointers
- Is there anyway to get all files names without exceptions in C#?
- how to change "this.ShowInTaskBar" for a "form.ShowDialog()" while keeping it open?
- Generate Random Numbers with Fixed Digits Length?
- How to create a bindable property in WPF?
- No read permission on MSysObject error
- How to define a default value for a field of a FileHelpers element class
- Boost.MultiIndex: How to make an effective set intersection?
- Alternative to FileStream in C# .NET
- Why can I use a typedef of a type that doesn't exist?
- How to print UTF-8 characters on console using C
- lseek/write suddenly returns -1 with errno = 9 (Bad file descriptor)
- Check GCC version in runtime
- I didn't close previous DataReader, but where?
- Serialization Code Causes Unhandled Exception
- "this" pointer changes in GDB backtrace
- How do I change the compiler in Xcode
- Change text in TextBox outside of UpdatePanel
- .NET Core Entity Framework InvalidOperationException
- When chaining a base constructor, how can I reuse initialization code in an overload
- Thread-safe events - is this a "clean" way?
- Retrieving test duration from NUnit TestContext
- Long running Entity Framework transaction
- KVC setNilValueForKey: recommends calling method and not using property accessor
- Converting a set of booleans to a number
- GetActiveObject() vs. GetObject() -- MK_E_UNAVAILABLE Error
- Getting all the drivers installed on the computer
- What is an App Bundle on Mac?
- Can a C++ Compiler Eliminate a Volatile Local Var that is not Read
- How to print image with Bluebamboo device using objective C?
- The tag 'ViewModelLocator' does not exist in XML namespace clr-namespace:XXX
- C++: bizarre occurrence of "Request for member X of Y which is of non-class type Z"
- Detect PDF changes using signatures
- Why deleted copy constructor doesn't let to use other constructor with polymorphic type?
- Quickest Array Initialization?
- Cannot find Entity Framework 4 annotations
- DDD Database first . How to handle aggregates
- How to implement a C++ method that creates a new object, and returns a reference to it
- Generic XML Deserialization into Undefined Objects
- C# Implicit Conversion Operator and is/as operator
- string concatenation with macro
- Why are the debugger memory windows not available in VS 2015?
- C++ output formatting using setw and setfill
- Linux kernel module - IOCTL usage returns ENOTTY
- How to make a part of Stringbuilder content bold?
- C++ CLI DLL not being loaded by IIS7 but only if built with anything newer than VS2008
- Mono xbuild error CS1548 - key file has incorrect format
- Multithreading in Sqlite
- CodeContracts issue
- Visual C++ application as a frontend to MS Access database - multiuser data access and canvas-like GUI questions
- Combining wide string literal with string macro
- std::vector insert without knowing the type of the elements
- what's the correct way destroy different kinds of objects in objective c?
- How to clear the buffer of a streamstring?
- C# DataGridView virtual mode: Enable sorting
- using boost::assign with a std::set nested inside a std::map
- Removing observers in post-ARC Cocoa
- How to detect and highlight rectangle on mouse hover
- ?? operator didn't trigger System.DBNull type in DataTable DataRow
- How to build static libraries and linkthem to a c++ project in linux platform?
- DRM for videos bundled with a desktop app?
- Prevent QDockWidget autosizing behaviour
- Understanding what QHash does when key not found
- C error:format '%s' expects argument of type 'char *'but argument 2 has type 'char (*)[100]'
- TableLayoutPanel's Control Columns properties
- Populating objects with NHibernate across multiple databases
- Using libcurl multi interface for consecutive requests for same "easy" handle
- How to make this initialization legal in C++?
- Why isn't there boost::intrusive::map?
- How to append data into a excel sheet column?
- Raise the time-out for a single webservice
- Changes via SetEnvironmentVariable do not take effect in library that uses getenv
- Detect shift key on application startup in C#/Windows Forms
- AddressSanitizer blacklist in c++ not working
- Printing value of entry box in a dialog in gtk c
- gcc target for AVX2 disabling SSE instruction set
- Why is there a rule that temporary objects must have distinct addresses?
- Appending 'hd' parameter to redirectUrl ASP.NET Core 1 with Identity 3
- AutoMapper set destination to null on condition of source property
- Timeout on an accept socket function
- Convert WebClient to HttpClient
- Is it possible to hijack standard out
- Can I use C# Serialization to read a binary file in custom format?
- NHibernate FlushMode on Save
- Is it possible to fetch a link table without fetching all links?
- Import RSA key from bouncycastle sometimes throws "Bad Data"
- Can't instantiate COM component in C# - error 80070002
- Is there a use for uninitialized pointers in C or C++?
- insert list to end of vector
- Objective-C/cocoa's equivalent to Python's os.path.split() to get directory name and file name
- C# Getting packet data
- Casting problems when trying to be generic / 'type free' | ASP MVC
- How do I tell vb6 not to create new versions of interfaces/com objects everytime I make dll?
- Binary Search versus LINQ select statement
- UIImage from GRKPhoto using ALAsset
- How can I create an empty commit using libgit2?
- Import text file into raw string literal at compile time
- Changing a CORBA interface without recompiling
- Set include-path for header only library installed with conda
- How to use ICSharpCode.ZipLib with stream?
- how to make Checkbox ReadOnly in Web application
- Problem opening JPEG from Isolated Storage on Windows Phone 7
- How do I access the InnerExceptions property of an InnerException?
- Is it necessary to learn about Code Access Security (CAS)?
- copy initialization : why move or copy constructor was not called even if copy-elision is turned off?
- Raw SQL in .NET Core
- How to Get Full Object with Code First Entity Framework 4.1
- How to generate product receipt in winform application?
- _Noreturn in a struct in c: error: expected specifier-qualifier-list before '_Noreturn'
- Converting flattened hierarchical data into a tree structured JSON
- How can I abort a running EF Core Query using GetAsyncEnumerator?
- How to sort XML files by a node attribute in C#
- Converting String Type To Windows.UI.Color In Windows Universal App
- Inherited constructor, compiles in clang++3.9, fails in g++ 7
- Passing strings/arrays within structures between C++/C#
- C++11 atomics: does it make sense, or is it even possible, to use them with memory mapped I/O?
- iOS Mapkit - Cache maps?
- Get Last Write Time is returning a strange value
- Extract IP from connection that listen and accept in socket programming in Linux in c
- How do I assign a child class to a generic field in a non-generic class
- Why UICollectionView offset changes when keyboard appears
- Do Static Variables Impede Data Caching?
- std::cout usage in constructors of objects with static storage duration
- C++: How do null characters work in std::string?
- Lambdas in unevaluated context (requires expressions)
- Entity Attribute Value (EAV) frameworks?
- Overriding DrawItem for ListBox - unselected items are not redrawn
- Is there a good way to search by both key and value?
- Can Linq to SQL/Linq to Entities generate a MERGE statement?
- SAVE attribute needed for Fortran variables when only the C_LOC address is returned to a C program?
- How does strcasestr in C work. Keep getting Error external symbol
- Xcode STL C++ Debug compile error
- Splash Screen with Animated GIF is not animating in WPF C#
- uint64_t t3 = MAXDWORD + 1 == 0?
- Error executing SQL script; The process cannot access the file because it is being used by another process:'C:\\Users\\......\....cnf'
- ASP.NET API failing to publish on azure
- What is strlen elision?
- iAd interstitial delegate methods doesn't get called
- How to access Property of generic member in generic class
- Handling MouseEvents in Qt c++
- Why no memory leak?
- How is IEnumerable<T> Contra-variant?
- How to end a conversation?
- Is there a function to do circular bitshift for a byte array in C#?
- C# WebBrowser control save web page as image, redirect issue
- Portable function in C (with no assembly) that returns the size of its stack frame
- Strange problems with new/delete in an app that uses my DLL
- Maximize browser window for Firefox with Selenium WebDriver C#
- What is return value from std::vector erase operator, according to the standard?
- Getting name and type of a struct field from its object
- How does the compiler determine between a function using SFINAE and a standard function if both are viable?
- Bilinear Interpolation, something wrong with my implementation
- How do i give parameters to SonarQube.Scanner.MSBuild.exe?
- Skip expression bodied property in debugger
- Local variable and Global variable with same name and how it works?
- The LINQ expression contains references to queries that are associated with different contexts
- Specifically what does a compiler do to aggressively optimize generated bytecode?
- culture specific string resource dll not working in .net compact framework when application is installed using cab file
- Entity framework many-to-many relation table created "backwards"
- C++11: is std::locale::empty() even a thing?
- Why is the following code not allowing me to get user input with fgets yet works with scanf?
- Why can't I link a mixed C/C++ static library that has a C interface using gcc?
- How to check the buffer type of an output stream?
- simplifying templates
- Programmatically open file in visual studio
- Implement a cross-thread call check
- What's the C# method/syntax for converting an array to a simple string?
- Translate url to a valid file name and back to url
- Benefits of 64 bit over 32 bit when writing software
- C/C++ Thread-safety of tmpnam?
- How to define (non-method) functions in header libraries
- C#: Loop to find minima of function
- Generating random numbers of exponential distribution
- XNA - How to Exit Game from class other than main?
- Does Xcode 4.5.2 automatically prefix synthesized BOOL getters with is
- Using std::chrono / date::gps_clock for converting a double gps timestamp to utc/tai
- uiwebview not loading request even with delegate = self
- Access model data in AddValidation method asp.net core custom validation
- Strange NSManagedObject behaviour
- How to detect tab key pressing in C#?
- Destructor of a joinable std::thread
- EF Code First - IsConcurrencyToken()
- What is the purpose of Regex.Escape?
- Can't see past the NULL Terminator
- Editable DataGridView bound to a List
- Trouble with C# Random class
- best way for clickable image map in wpf
- Reachability with Address - Server AND Port - iOS 5
- Using Silverlight MVVM with Prism/Unity, and need to detect when view is closed
- Parsing "DateTime.Now"?
- What does it mean to declare a variable with a storage class specifier but no type specifier?
- How to update UI change when property changed in MVVM
- Hiding Opened Excel File
- UIDatePicker not displaying properly in iOS 9
- touchesBegan not working on UITableView
- Is there a smart pointer that is automatically nulled when its target is destroyed in C++
- Stop CTRL-Click from affecting parent datagrid
- ObservableCollection<T> CollectionChanged event
- Is the signedness of char an interface issue?
- Befriending a template class: Compile error
- What is the effect of having an empty while loop?
- How do you make inherited instance variables clear?
- Subscribe to category stream, event never appears in subscription client
- Why does Uri behave differently for different schemes?
- Monitoring tool splitting gui and backend code in c#
- How to get the webpage source in ASP.NET C#?
- JAVA JNI C Debugger
- Why is this block not global?
- Automatically cast from double to decimal safely: Is the following safe?
- Json.Net not serializing decimals the same way twice
- Is it guaranteed that std::char_traits<char>::to_int_type(c) == static_cast<int>(c)?
- C#- using a variable in an 'enclosing' local scope?
- LINQ to Datatable Group by and return all columns
- What does this mean in C# or LINQ? - ( () => )
- How does foreach casts objects to specified types?
- write a MIDI file in C++
- IPFIX data over UDP to C# - can I decode the data?
- How to write bits to a file?
- Find item from generic list
- Segmentation fault when calling C function with Python C API twice
- Installing pyinterval in ubuntu
- Specify implement interface on derived class when base class implements it abtract
- Passing by reference [C++], [Qt]
- Discrepencies between std::lower_bound and std::set::lower_bound
- Parameterize insert of multiple rows
- How to provide custom comparator for `std::multiset` without overloading `operator()`, `std::less`, `std::greater`?
- passing member functions as parameters / c++
- EF4 two models one database, possible?
- How to fake an action<> with FakeItEasy
- Is destroying form of operator delete required to actually destroy the object?
- Assuming I don't use ANY overloaded functions, is there a way I can stop ALL name mangling?
- Using NSDate in While loop
- Do I need to implement a dispose or finalize in my objects?
- How can I execute an .rdl report with a Report Viewer control without an SSRS server?
- Use and utility of std::shuffle?
- Why does XmlDocument.GetElementById always return null?
- std::map - Element access without exception and without insertion
- Get SSE version without __asm on x64
- Qt object management with Qt Plugins
- Initiating Short circuit rule in Bison for && and || operations
- Different types in an array, how to know what to cast them to when taking them out of array?
- How does Windows know i'm not using the memory?
- Loading a JSON file containing JSON within brackets
- UI freezes on heavy calculation
- C# Asp.net Membership.GetAllUsers order by email
- Converting an int into a base 2 cstring/string
- Resharper moving top brace next to if statement. How to have on new line?
- Catching general exceptions
- How to mock a class with no interface and no virtual methods in C#?
- Unity/C# Find object and get component
- .NET: Decimal to rounded string
- Building Lua for C++
- DetailsView bug when binding an empty datatable?
- Are private static and instance variables inherited in C# and why?
- Dependency Injected UserManager is disposing on async call (ASP.NET CORE)
- Returning a CLR type from IronRuby
- Json to C# object handling dynamic properties
- No `while (!my_ifstream.eof()) { getline(my_ifstream, line) }` in C++?
- Compiler which can compile c++17 lambda inheritance with parameter pack
- How do I set my application version for Windows in Qt?
- NSScrollView in a NSWindow
- How to get the number of days between two dates using boost::date_time
- call to constructor can be considered as function declaration?
- How do I download a package from the command line with .NET Core from nuget?
- When should I separately implement IEnumerator<T>?
- Lambda expression to return bool in if statement
- Tell Nancy to serialize enums into strings
- EF 5: How to cancel a longrunning query in a async Task
- login to joomla from a c# application
- MVC5 EF6 Seed Method: Cannot insert NULL into column 'Id' table AspNetUsers
- How to portably compare std::system_error exceptions to std::errc values?
- Output DataTable XML in UTF8 rather than UTF16
- How to await for one task on two different threads?
- Why does binding setup behave differently in .NET 4 vs .NET 3.5
- Does std::list guarantee that items will never be moved to a different memory location?
- what is the difference between new Object{} and new Object(){}
- Calling a function every 1 second (precisely)
- Problem creating correct path concatenating left to right with right to left sections
- Editing a node in a Linked list
- How to get the uncompressed size of an LZMA2 file (.xz / liblzma)
- How to get doubles from text c++
- C# Accessing a subclass property
- is it possible to run 64 bit code in a machine with 32 bit processor?
- How to bring added images using iTextSharp in C# to the forefront
- iPhone getting black screen on app launch
- C++ How can I prevent my team developers from using integer version of abs by mistake?
- View Controller calls awakeFromNib twice
- How to interleave 2 booleans using bitwise operators?
- What are my options to hunt Monotouch exceptions like "System.Exception: Selector invoked from objective-c on a managed object that has been GC'ed"?
- Apple ZoomingPDFViewer won't allow dragging until after first zoom
- FindWindow() doesn't find my window [C++]
- Model validation in Web API - Exception is thrown with out a throw statement?
- How to read smtlib2 strings using Z3 C++ api?
- What happens when a integer overflow occurs in a C expression?
- Writing enumerable to csv file
- System.Drawing - Parameter is not valid
- EF: Should I explicitly close database connection when calling OpenConnection manually
- How to check if a device is AD joined or Azure AD joined/registered?
- Debugging through an extension method
- Should empty "if" statement in C# lead to an error or warning?
- A way to emulate named arguments in C
- possible buffer overflow vulnerability for va_list in C?
- Remove style from HTML Tags using Regex C#
- Why is cin.ignore() necessary when using "getline" after "cin", but is not required when using "cin" multiple times?
- C/C++ private array initialization in the header file
- Call C++ dll with struct containing char array from Node.js
- Why is in-class partial specialization well-formed?
- unique_ptr usage - map of class
- convert 8 bit color bmp image to 8 bit grayscale bmp
- JSON : what is the java Map equivalent in c#
- Automated downloading of X509 certificate chain from remote host
- User-defined overloaded operator * with std::chrono::duration
- how to change the value of dictionary using linq based on key?
- How to get a "Done" or "Back" button in an EKEventViewController when no having a navigation bar?
- Bind a WPF passwordbox
- Easiest way to combine several PNG8 images in .NET
- Understanding ios UIView animation block and dispatch_async(dispatch_get_main_queue) block
- CALayer Positioning After Object Has Moved
- Unable to pick pages file with UIDocumentPickerViewController
- C# - Why do you need to instantiate each array element?
- DPI not scaling properly
- Find List<T> second to last element
- Library compatibility between C# .NET vs C# Mono
- Retrieve number of columns in SQL Table - C#
- Matchcollection Parallel.Foreach
- Cython: C++ Use a vector in a dictionary?
- Fail in assigning self.delegate it produce unrecognized selector sent
- Why boost::geometry::intersection does not work correct?
- How do I tell if the master volume is muted?
- ASP.NET MVC4 + Razor on Mono + EF 6 DateTime crash
- MSVC C4100: 'application' : unreferenced formal parameter warning
- How to use RegEx?
- Selenium - Modal dialog present - how to accept information?
- How to create delay startup application in c#?
- Group files in a directory based on their prefix
- Strange Octave value in SIFT algorithm?
- Passing pointers to functions by reference vs. by value, and using delete on pointer chains
- Getting generic arguments from a class in the stack
- Objective-c: find the last index of an element in a NSArray
- How to shorten a path in c# and keep it valid
- Raw Sockets on BSD Operating Systems
- Content is set more than once
- c#/.net core3.0 System.Text.Json - JsonSerializer.SerializeAsync?
- Is there a standard way to replace a C-style bool array?
- Get default font name in Cocoa for NSMenuItem?
- UIBarButtonItem init with custom view selector not working properly
- How to list linker allocated code objects w/ gcc?
- Linq.Expression GetValue in VB?
- Compare time values in AM , PM format in C#
- Newtonsoft Json Deserlize as C# Datagridview
- Calling a Python function in C++ with Swig
- Compile failure for Boost SSL
- Dropzone with some other parameters
- How do I debug Windows Forms Designer crashing?
- How to make forward-only, read-only WMI queries in C#?
- Overwrite existing XML file if it alreadly exists
- Disadvantages of using ternary operator
- Is it safe to store the pointer to the data of a std::string?
- Delegating Objective-C Protocol on Swift
- How to declare interface that inherits from IClosable/IDisposable
- What does it mean to say that the source code is always available to interpreters?
- How to get Outlook contact groups using MAPI?
- Exception class - what() function
- Finding Skyline Set
- malloc memory allocation scheme in C
- Generate class for schema with abstract complex type
- International Email validation in C++ using Regex
- Do signal handers have a separate stack?
- parsing argc and argv in c++
- How to stop git from breaking encoding on checkout
- Why we should implement Interface?
- Is there a function in C that does the same as raw_input in Python?
- Raw strings like Python's in Objective-C
- QImage from unsigned char buffer (jpg format)
- Garbage collecting objects crossing AppDomain boundary
- What happens if i call nsobject init more than once? Does it increase retain count?
- How to determine the length of a function?
- Dispose and return values in .NET
- XCode debugger stops with SIGKILL on Stop button
- Threading cost - minimum execution time when threads would add speed
- qt 5.7 + Xcode 8.1 + os x El Capitan - could not resolve SDK Path for 'macosx'
- The "exception was caught" breakpoint dialog window has an extra '>' char when you catch a generic exception?
- cdata-section-elements not working
- Encoding differences between using WebClient and WebRequest?
- Changing the Range of a UISlider Programmatically
- Send anonymous emails C#
- Multiple chart areas in one column
- C++11 "late binding" of template arguments
- response UIWebView click action to call up native code page
- Why this Bitmap Image changes its size after I load it?
- SQLite to Core Data Migration
- What "conversion" of template template parameters is allowed in C++?
- Java: How to store and retrieve memory address like in C++
- Wanting to live-mirror video in OpenCV on OSX, not sure where to start
- How to know where I am booting from
- Rule of 3 Default Member Deprecation in C++11
- How can I arrange items in a table - MVC3 view (Index.cshtml)
- In c++ Windows API resize window during runtime?
- C# Async TCP sockets: Handling buffer size and huge transfers
- How to return a reference to a string in c#?
- Freeing memory in caller or callee?
- How to fix C-style for statement?
- Moving a unique_lock<recursive_mutex> to another thread
- DataGrid Setting the size of columns in code behind when the columns are auto generated
- Incorrect return value when using ExecuteNonQuery()
- How to fix the width for each column in GridView?
- Maximum number of fields for a C++ object
- Valgrind reporting that getaddrinfo is leaking memory?
- SSE Intrinsics and loop unrolling
- How can I deduce the inner type of a nested std::vector at compile time?
- C# generics - why is an explicit cast needed to from a concrete type back to T?
- Catch/Raise event on table data update C#
- Add Items to the ComboBox
- Xamarin custom UITableViewCell throws System NullReferenceException
- Interacting with other applications (like clicking a button)
- Removing an item from a WPF binding listbox
- How to set HTTP request using AFNetworking 2?
- Algorithm to deal with set intervals
- Do we need to call wordfree upon wordexp failure?
- How can i know airplane mode on or off in ios
- NSCoding protocol question
- How decrypt string in c# was encrypted in iOS using Rijndael
- SCons can't pick the compiler (MinGW)
- How to initialize elements of an array managed by a unique_ptr?
- Convert string vector to char array in c++
- gradle experimental include file directories via srcDir srcFile directive
- C# - Using File.WriteAllLines
- How can I create a Fluent NHibernate Convention that ignores properties that don't have setters
- Rewrite a method of a .Net DLL
- Autofac, IDisposable and manually calling .Resolve in certain circumstances
- c++ List of classes without initializing them for use of static functions
- The address of a function matching a bool vs const void* overload
- How to avoid warning on opening a programmatically generated Excel file
- Localization of image resources in Windows Forms
- C# Convert function source code to string
- C++ - calling derived function from abstract base pointer
- Xamarin.Forms Google API Authenticating Users with an Identity Provider
- Change position closer to the right of rightBarButtonItem in UINavigationBar
- How to deserialize a list of objects where the children are directly in the root
- Undefined behaviour of right shift (a >> b) when b is greater than the number of bits in a?
- Is it possible to find the CRC32 of a prefix, given only the CRC32 of the whole data?
- Memory management with delegates?
- ObjectiveC - Key-Value-Pair Collection with duplicate Keys
- why does calling an overloaded function with arguments that don't match still work
- GC roots and local variables
- OpenCV 2.1: where is ostream operator<< for cv::Mat?
- ASP.NET dynamic data: Table is not shown anymore after inserting data if FormView.Controls is accessed on Page.Initialized event
- An error occured during the pre-login handshake
- GDI+ LockBits()/UnLockBits() Exception
- How do I write a FsCheck generator for an interface in C#
- Asp.net calling C# layer calling Managed C++ calling Native C++
- Page.Header.Controls.Add(control) is adding controls to <body> not <head>
- Async Await Issue for methods with parameters
- How to Cache a large amount of data from database for ASP.NET Mvc
- Getting Disk Size Properly
- Clarification on Marching Cubes Algorithm
- Does NSHTTPCookieStorage persist across apps?
- Issue With LINQ and Reference List
- C# - Trying to find remaining EventHandler preventing control from going out of scope
- Constexpr member function in class template
- cmake CMAKE_C_COMPILER "is not a full path to an existing compiler tool"
- Why do I not need to declare UIAlertViewDelegate in the header?
- LINQ Query to put data in a nested object
- Is it allowed to typedef a class template type argument into the same name?
- Compiling Cython with C header files error
- Is bitmask necessary when assigning a value from a big type to a small one?
- Number of Concurrent Threads in CreateIoCompletionPort
- What is wrong in comparing a null with an object rather than an object with a null
- Find Index of the First Uppercase character
- Xamarin Resource.Designer.cs not refreshing new id's or events
- Dealing with WPF Menu HeaderStringFormat and Access Keys among other things
- Can Recursion be named as a simple function call?
- What is the best approach to calculating function limits?
- Windows Equivalent for sys/mman.h
- In a class with no virtual methods or superclass, is it safe to assume (address of first member variable) == this?
- FFmpeg iOS -> output file is invalid
- Difference between ISymbol.DeclaringSyntaxReferences and ISymbol.Locations
- C++ Call function that is not defined yet
- IL constrained call
- Figuring out the required MaxReceivedMessageSize in WCF with NetTcpBinding
- How can an application access the environment variable set by another application?
- Compile/link error using pthread
- BOOST_FUSION_ADAPT_TPL_STRUCT and template array size
- How to stop select tag helper from automatically adding 'multiple' attribute
- How can I decode a URL escape string in C#?
- iOS, what should I set architectures setting in my project?
- iOS 7.1 CommonCrypto library complains: Implicit conversion loses integer precision: 'NSUInteger' (unsigned long) to CC_LONG (unsigned int)
- Unable to launch shortcut (lnk) files from 32-bit C# application when the full path resolves to a 64-bit directory
- Understanding The Execution of Coroutines
- The identity column must be of data type int, bigint, smallint, tinyint, decimal, or numeric
- Windows CreateFile Possible Error Codes
- std::function as sighandler_t
- Why can't I get any performance improvements by running multiple threads in C++11?
- Using HTML agility pack on WP7.5
- Remove custom installed build task on tfs
- Cannot show Delete button on tableviewcell ios 7
- Comparing two strings, problems with strcmp
- Does an event gets executed twice if callback was assigned twice to the object?
- Adding line to ASP.NET to ListBox
- ARM assembly access to C global variable
- SQL Server login failure in middle of application run
- Dynamic where clause in lambda
- Is there a way to short-circuit a ternary operation?
- ranges::view::transform produces an InputIterator preventing the use of std::prev
- Autofixture, create a list of dictionary<string, object> with alternating key
- Passing an object array as TempData[] to view
- What does the "double" do in ceil(double)?
- How to use QDataStream::readBytes()
- Is there a way to make a two-way MultiBinding only use a converter in a single direction?
- How can I overcome the "error C2100: illegal indirection" when accessing the contents of a void* in VS2008
- How can I print a Binary Tree Search class Vertically?
- Alternative way of checking if an object is a match for any types in a given list
- Substitute for Microsoft Data Access ApplicationBlocks obsolete SqlHelper class
- How to know when to use an existing Exception or write a custom Exception?
- Running class as new thread
- Right align a column in datagridview doesn't work
- How to use dispatcherTimer.Stop in a different function?
- how to setup a C# winforms application to host SignalR Hubs?
- How can I obtain consistently high throughput in this loop?
- read exe file in memory and execute it
- Qt avoid warning 'QProcess: destroyed while process still running
- Generating (very) large non-repeating integer sequence without pre-shuffling
- How to tell Ninject to inject the same instance for nested constructors?
- Setting corner radius on UIDatePicker with a background color
- How to catch exception from a constructor in a derived class with C#?
- Listener for function was unable to start. Azure function app timetrigger
- User doesn't seem authenticated in the pipline inside`Use` in dotnetcore 2.0
- How to set music playback slider in music player
- Visual Studio 2005 Clean Solution
- C++Amp Copying an image of 16 bits from a texture to texture (from a openCV Mat)
- c++ protected pointer member to the same class and access privileges
- Precedence, Parentheses, Pointers with iterative array functions
- Determine type from non-type template parameter
- Is it safe if a template contains virtual function?
- Efficient algorithm to calculate Correlation between two Arrays
- iOS Text View Not Updating
- why can't you shift a uint16_t
- How to print full float numbers instead of "1.01383e+007"?
- fold expression and function name lookup
- Crash dump with unknown origin
- c++ cli interface event explicit implementation
- Webbrowser SetAttribute not working (Password Field)
- Loaded the nib but didn't get a UITableView
- Zed-Graph Set scale to default programmatically
- C# form auto resize window
- boost::bind doesn't work with boost::tuple::get<N>()
- C# CancelButton closes dialog?
- Counting function arguments at compile time
- Migrating lock to TPL
- Merging multiple lists
- How to send additional parameters to an SDL Thread?
- How do you use c++filt with llvm-cov report?
- How to catch undefined preprocessor macro with gcc?
- state of std::vector after std::bad_alloc
- Deduce first template parameter in multiple parameter template by parameter
- Boost numeric_cast<> with a default value instead of an exception?
- how to access BGL's vertex_descriptor as an int
- MySQL C++ Connector getting a string with SELECT query
- How do I read MessageBox text using WinAPI
- Should I map both sides of bidirectional relations in EF code first?
- Inkscape (vector graphic)
- Assigning DataTable to ViewState is a good way?
- C# Windows Security Center Settings
- How to get the user's current city name without using the core location service?
- UI thread is blocking a background thread calling a COM object
- Alternatives to .NET provided apis regarding uris and urls
- How DI container knows what Constructors need (ASP.NET Core)?
- Request.Url.Port giving wrong port
- UUID into unsigned int
- Better or optimized way to filter customer records by 3 dropdown filters
- Throttling asynchronous tasks in asp .net, with a limit on N successful tasks
- Runtime error with tinyXML element access
- Storing Sprite Kit Level Data
- SSE rms calculation
- fork + wait gets EINTR on OSX
- how to detect if openGL/card supports non power of 2?
- UINavigation Controller Root View Change
- C++ cannot instantiate abstract class
- Access violation when trying to read out object created in Python passed to std::vector on C++ side and then returned to Python
- Malloc, strlen, strcat
- remove tags from a xml file written to a string?
- How to read key value from XML in C#
- How to write code to do conditional template instantiation in C++
- ascii file processing in C
- How to control the rendering of a menu in Orchard
- Serializing inherited types in ASP.NET Web API
- NHibernate JoinAlias query with null test not working
- Backup and restore of Azure sql database using c#
- LINQ Use "like" instead of "(( NVL(INSTR(x, y), 0) ) = 1)"
- Packing bools with bit field (C++)
- Calling a C++ function from C# - unbalanced stack
- Custom cell on empty table with NSFetchedResultsController
- How to read xml file having different hierarchy in .net
- WPF: Specific input textboxes (for phone numbers and such)
- Entity Framework One to many relationship
- How to tell Windows Explorer to refresh its icons?
- log4net configuration in .net standard 1.3 project
- Implementing the Linux Kernel's __is_constexpr (ICE_P) macro in pure C++
- Semicolon in url as a separator for query strings
- Why is -Winit-self separate from -Wuninitialized
- C# - Get JavaScript variable value using HTMLAgilityPack
- How can I use two different data contexts in one LINQ request?
- Where I can download compiler for C# 4.0 without Visual Studio 2010?
- including Python.h in C++ file CDT
- Which design to chose for complex object initialization?
- How do I programmatically set Integrated Windows Authentication in IIS on a .NET web service?
- Gather variables from multiple files into a single contiguous block of memory at compile time
- Why is my libraries not able to expand on the CocoaPods and shows as Objective-c not Swift?
- SFINAE inside concept template argument
- Deserialize JSON Object to .Net object with NewtonSoft
- Can global auto variables be declared in h files?
- UDP multi client server basics
- Unable to deduce placeholder type in concept
- Deserialization of JSON from previous data model with Custom Converters fails when deserializing collections of Interfaces
- Unable to Add .net 3.5 Website to IIS Express
- Is it safe to declare a mutex as a static file-scoped variable?
- How to free memory of c++ WinRT value structs
- Submit, Show Results, delay 3 seconds and redirect
- Implementing a "Partial Date" object
- How to display nearest data point information of a line chart by moving the mouse over the chart area
- How can I prevent virtual methods from being mocked?
- Creating an object that works with NSJSONSerialization dataWithJSONObject:options:error:
- Can a child process go <defunct> without its parent process dying?
- How to invoke a lambda template?
- Pass structure by parameter with LLVM
- Growing TextArea in Blazor
- Named Parameters in ValueTuple.Create
- How to resolve environment variables programatically in C# without using Environment Enum?
- Maintain both synchronous and asynchronous implementations
- Moving keys out of std::map<> &&
- MVC MusicStore Artist.Name Object reference not set to an instance of an object
- Linq to compare two collections in C#
- iOS App URL is not being detected
- ThreadPool using ASIO - Threads Exit, Task not performed
- Modify ISAPI and CGI extensions
- One time generic event call?
- C variable declaration place
- Extending using C# generics?
- Result of calling strcpy is different than expected
- memset not filling array
- Not getting value in Viewstate in asp.net using C#?
- Binary Tree Bin Packing Algorithm in C
- Parsing delimited data for specific instance of repeated line
- Inconsistent behavior in C# 8 nullable reference type handling with generics
- Webreferences sharing classes
- How can I catch the unhandled exceptions of another process?
- NHibernate SchemaExport not creating table
- Required Field validator disappears on dropdownlist post back
- Visual Studio executes something when i try to build it. How do i find out the code that stays behind this?
- How to prevent having to update all implementing classes after updating an interface?
- DotNetCore Capture A Screenshot in Windows
- How to refactor this switch statement?
- Can I deserialize Json to class like C# Newtonsoft in Python
- C# Custom ListView
- Boost 1.55 doesn't work with Visual Studio 2013
- Tool, menu strip - how do I change their locations in c# winforms?
- What is the value of C _PyTime_t in Python
- ProtoBuf.net Base class properties is not included when serializing derived class
- assimp-vc140-mt.dll ASSIMP was not found
- AcceptsReturn on TextBox not functioning correctly
- C++ Error: No match for 'operator='
- Google Protocol Buffers: c.toArray is not a function when setting a date value on my request
- Type traits for both `type` and `const type`
- why do subscript operators C++ often comes in pair?
- How to give meaningful names to a C# and VB.NET project in the same solution with the same purpose?
- How to Bind DataGridView with SqlDataReader
- Correct use of free() when deallocating a 2d matrix in c
- sizeof applied to array types
- How to use(create db, create table, query, etc) praeclarum sqlite-net?
- IFormatProvider scientific conversion from double to string - number of digits
- Stubbing a static extension method seems to work in Rhino Mocks unless I cast the return variable. Why?
- C# 6 error messages on VS2013 despite using Microsoft.Net.Compilers nuget package
- 80040154 Class not registered ERROR in Outlook 2010 Add In
- Preserving Field names across the F#/C# boundary
- Mocking IDocumentQuery in Unit Test that uses SQL Queries
- Why GCC allows catch by rvalue reference?
- Storing a wav file in an array
- QtWebKit dependency missing from qmake generated Makefile
- How do I get WCF to send the password in digest mode when using UserNameOverTransport binding? (Converting WSE3.0 code to WCF)
- How to use a compiled C .so file in rust
- updating an entity in entity framework
- Is there any relevance to an extra "," in the end of a brace initialization?
- UIActionSheet backGroundColor on iPad
- How to iterate over list while removing items at the same time?
- How do I get CopyFileEx to report back so I can cancel a file copy operation?
- Create 2 digit barcode for IDAutomationHC39M but not scanning
- c# mvc how to map the root url to a specific view
- C++ how to mix a map with a circular buffer?
- C# Find most common strings in string array
- Bit fields for reading from H/W registers
- Can I use Eigen sparse matrices for general storage requirements
- Dealing with lazy computation in C++ classes
- Looking for third party SerialPort solution
- Databinding doesn't work before Form Load - ComboBox Items initialized only after Form load
- Creating read-only (public) class members in C++
- Why does static NSString leak?
- Can params be used to pass variables by ref via a function using yield
- Extract signature from callable type
- Why does an inline user-provided constructor odr-uses base class constructors?
- Limiting the scope of global symbols from linked objects
- UNITY-Changing ONLY certain part of 3D model's color
- Is there a way to workaround a #define introduced by a vendor?
- Is there a convention for naming initializer method in objective-c?
- Create NSObject from NSDictionary in objective-c
- azure mobile service not working on xamarin.android
- Entity Framework ORDER BY issue
- C++ Explicit templated function instantiation for templated class of different type
- How to kill IEDriverServer.exe console window after running an InternetExplorerDriver Selenium test
- C# How to kill a blocked thread?
- C Programming - Stat system call - Error
- Receive Answer to UDP Broadcast (C#)
- Access to Modified Closure in Lambda Expression
- Exit all functions from code in inner function
- C# Method Attribute force requirements such as abstract or static?
- Extra curly braces while initializing a string
- Impersonation in .Net crashes when reading registry keys (LinkLabel SecurityException)
- How can I use System.Windows.Forms in MonoDevelop on Ubuntu?
- Why don't trace listeners log custom handler traffic?
- XNA app not responding
- Can an embedded cocos2d-js app call back out to c++?
- Meaning of character literals containing trigraphs for non-representable characters
- Getting into smart pointers, how to deal with representing ownership?
- How to change the style of an UIView when it's tapped?
- UITextView don't show text
- QT/QML c++ Program crash on access a QList from QML
- Why don't I get compiler errors from returning from a void function template?
- Objective-C NSString Question
- MVC Code First: One-to-many relationship between own model and SimpleMembership user
- How to get redirected string from the registry?
- cabal install wx Missing C library
- A Simple State Machine using a Static class in C# to notify other subscribers via Events
- How do you specify variables to be final in C?
- NHibernate; Deleting child deletes parent?
- Live binding property change for textbox
- Windows.Form ComboBox Cannot set the SelectedValue Property of Unbound Control
- How can I add a transparent PNG as a toolbar icon?
- How do I refresh the list on the homepage view of an entity
- How do I parse a token from a string in C?
- C++ temporary class instantiation ambiguously
- Max key/value length in 'application configuration' files
- IIS connection timeout and connection string timeout attribute
- decltype of a class member variable, is it forbidden? Why?
- Passing a class object as an argument in C++
- How to swap 2 integers using pointers?
- .Net Filter For Wrapping JsonResult Actions Response
- If a generic collection is instantiated to contain iDisposable items, do the items get disposed?
- How get the offset of term in Lucene?
- decltype(some_vector)::size_type doesn't work as template parameter
- Using DotNetZip Library unzip file with non ASCII characters
- How do you give the rvalue generated by a constructor the lifetime of an lvalue?
- Core data cross-store query using fetched property
- Properly play Particule System component?
- What is the replacement in Visual Studio 2017 for Entity Framework 'database first'
- Migrating from V5 to V6 of the Facebook C# SDK
- check to see if vector index is empty
- Rcpp function to be SLOWER than same R function
- Is this a valid way to return a two-dimensional array?
- glibc : Test if lib as DF_1_NODELETE flag or if lib has unique symbol
- Ordered CoreData records
- Symfony2 (FOSUserBundle) SHA512 hash doesn't match C# SHA512 hash
- convert from float-point to custom numeric type
- How to insert row at any desired position in datatable?
- how can i display image from url?
- Two integer variables residing at one memory address?
- Static variable not initialized
- Keeping UI responsive during a Thread.Sleep()
- Switch statement syntax for same action through different cases
- how can append to xml
- strcpy string array
- How often to poll wifi signal strength?
- C++0x random_device with 'std::runtime_error'
- Fluent NHibernate mapping to a SQL Server CHAR(10) ID column
- How can I achieve SQL CASE statement from LINQ
- valgrind Error: Conditional jump or move depends on uninitialised value(s)
- How to call ASPX page from CLASS (Inside Class)
- Use of pointers on strings
- is the following new overload leaking memory?
- IQueryable Unit or Integration Test
- How to split a string and keep the delimiters using boost::split?
- Why do we need a temporary object?
- what is a good way to provide a range of unique numbers (C# vs Sql)?
- Back port .NET 4 to 3.5 SP1 in VS2010
- Validating an expired JWT token behind the servicebus
- LINQ - join with Group By and get average
- Dnx 4.5.1/Dnx Core 5.0 Ambiguous reference
- Swapping individual bits with XOR
- LINQ: How to Use RemoveAll without using For loop with Array
- Linq: method cannot be translated into a store expression
- Converting IEEE 754 Float to MIL-STD-1750A Float
- Crystal Reports toolbar is gone after upgrading from VS2008 to 2010
- How to pass strings to C++ function from Java using SWIG generated interface
- When do you need to call IDisposable, if you are using `using` statements?
- Why is a conversion operator not called when using initialization syntax, and why does the clang error message seem wrong?
- Safe DateTime in a T-SQL INSERT statement
- Initializing member class with non-default constructor
- Fast way to store and retrieve pairs of numbers in Objective-C
- Why constructor still be exported when I using -fvisibility=hidden
- How to select library items that belong to a taxonomy in Ektron
- How to select a tab from TabCointainer (AjaxToolKit)
- Why doesn't Netbeans recognize `cbegin()`, `cend()`, `unordered_set`, among other C++ features?
- How to set tooltip colors in VS2015?
- Is it possible to have Siri perform a task / action in my App?
- asp.net MVC binding specific model results in error for post request
- Can a string literal and a character literal be concatenated?
- Why does DirectoryServicesCOMException occur querying Active Directory from a machine other than the web server?
- c++ class design, base class inheritance, or facade design pattern
- How to pass a delegate as an argument to subscribe as an event handler?
- Read Pdf with C
- Modular compile-time array expansion
- .Net Core WebAPI connection reset, when I have "include" in my controller
- C++ (Visual Studio), Can't write the number '10' to file, all other numbers working?
- Supporting iOS 6 and armv6
- Cannot implicitly convert type 'Program.Data.View' TO System.linq.iqueryable<Program.Data.View>.
- On a platform where NULL is represented as 0, has a compiler ever generated unexpected code for NULL <= p
- Get date/time of last reboot programmatically
- How to open a specific PayPal link in the PayPal iOS app from my iOS app
- Prefab doesnot activate when collide with object
- handing ExecuteScalar returning null when no results are found
- Send chat message
- Aliasing vector correctly
- Change TextColor of disabled control
- C# importing C++ dll
- UnsatisfiedLinkError on iOS but not Android, loadLibrary always succeeds
- Is there an Int.isWholeNumber() function or something similar?
- "Unable to find a version of runtime to run this application" for 32bit app on 64bit Windows
- How to re-use SqlCommand object for a CommandText after executing a query based on stored procedure in C#?
- Why is the throughput of this C# data processing app so much lower than the raw capabilities of the server?
- C++ Recursion variable
- How to get which QradioButton invoke the SLOT
- Very basic use of Enum.TryParse doesn't work
- Why nested classes behave differently between Java and C#?
- Initializing constant array of fixed size inside class
- How to make a rich textbox automatically size in wpf?
- In Visual Studio 2015 DebuggerStepThrough doesn't pass over exceptions anymore?
- C# generic does *not* implement something
- Irregularly shaped Modal View on iPad
- Difference between "ToListAsync()" and "AsAsyncEnumerable().ToList()"
- Complex arithmetics in CUDA
- Start process on specific screen
- .Net equivalent of Java's System.identityHashCode()
- Set Done Button Colour on SFSafariViewController
- Pass class instance without reference
- One to one relation in EF Core using Fluent API
- Swagger-Net Shows controller name instead of endpoint method
- Submit a form from code behind
- Coredata fetch predicate for NSSet
- how to split a string on the iPhone?
- Change NotifyIcon on separate form
- Serilog with Asp.net Web Api not using enricher
- how to restore using restore class of Microsoft.SqlServer.Management.Smo namespace
- ShouldSerialize method is not triggered in .NET Core 3
- Is NotifyPropertyChanged thread safe?
- C++ throwing compilation error on sizeof() comparison in preprocessor #if
- Realm: Module was created by an older version of compiler and could not build objective-c module
- Regex for at least a certain number of digits in a string
- Append 'List' items to StringBuilder
- loading multiple similar shared libraries on linux
- VC++ 2013: using-declaration + redefinition of member function leads to compile error
- How do I browse a Websphere MQ Queue through all messages?
- g++ unordered_map has no at() function?
- Single instance dotnetcore cli app on linux
- TextBoxFor is not refreshing after postback
- Is it possible to connect to SQL Server without specifying a database?
- Navigation Bar is displaying at the bottom
- Can C++ classes with deleted methods be trivially copyable?
- C# Nested foreach loop optimization
- Updating Entity Framework EDMX Models After Database Migration
- Why won't my custom view become First-Responder, iOS?
- Access floats of XMMatrix - () operator not working
- Pointers and Loops
- ASP.NET MVC: Where should this business logic go?
- C++ program stops producing console output upon input to the console
- Visual Studio 2010: How refer to a C# .Net class library project with third part dependencies
- Xamarin.Forms List App with Icon (Android Only)
- Error: forming pointer to reference type 'const std::pair<double, unsigned int>&'.... I can't understand this error
- How to access nested namespace from inside XAML?
- Bind ListBox with multiple fields
- Getting Controller details in ASP.NET Core
- Ambiguous member template lookup
- Parsing a strangely formatted DateTime. Anyone fancy stepping up?
- GDB - strcmp not working: __strcmp_sse2_unaligned
- Entity framework IQueryable extension methods do not work as a sub query
- c# Object obj's value is {}. What is "{}"?
- How to Split an XML file into multiple XML Files based on nodes
- Handling large SQL queries with LINQ
- Unicode text appears as question marks in edit box, even though I use SetWindowTextW()
- Pass a reference to std::ifstream as parameter
- Run and stop a method for a minute
- Convert SID string format to bytes array
- Uploading Stream to Database
- What processing/validation is performed on command line arguments before a process starts?
- Eigen max matrix size for 32 bit applications
- Cannot apply indexing to an expression of type 'T'
- NSOpenPanel's setDirectoryURL doesn't work
- Max number of bytes available for sysfs read
- Inducing minimal C++ standard version in CMake
- Finding an increasing sequence a[] which minimizes sigma(abs(a[i]+c[i]))
- enum class in c++ -replacement- in c#
- Register action with Autofac per application start
- how to download compressed file (.zip) through FTP using c#?
- How can a literal 0 and 0 as a variable yield different behavior with the function __builtin_clz?
- In C#, how can I know programmatically if the Operating system is x64 or x86
- The 'MSDAORA.1' provider is not registered on the local machine
- How to insert List<T> into database
- Difference between DART Isolate and Thread (Java,C#)
- UI Controls Overlapping & Fonts Issue in Windows Forms Application
- Escape Left Bracket C# Regex
- Get default sql value from Entity Framework class
- Why is NServiceBus configuration broken after using TypesToScan()
- New XCode Template Equivalents
- HexDecoder output empty
- Unable to read data from the transport connection:An existing connection was forcibly closed by the remote host
- Convert existing C# synchronous method to asynchronous with async/await?
- How to control method behavior via an attribute?
- Can MEX files be run with -fsanitize=address?
- How to get the image path from Resource file in c# windows forms?
- How to wait for input from the serial port in the middle of a program
- How to marshal a list in C#
- How to sort a 2D array using the sort function in c++?
- What does "-(void)" mean in this function declaration? `-(void)awakeFromNib`
- How Come when I sampling profile a program and it actually runs faster than not profiling?
- How are variables tied to their values in C?
- convincing C# compiler that execution will stop after a member returns
- MVC5 Area not working
- Copying and destruction when returning a C++ object
- Slider Value does not update after changing Minimum and Maximum
- Issue with "Multiple methods named...."
- C# Groupby then Sum after Split CSV (no Headers)
- Iterators in VB.NET vNext, and limitations of iterators in C#
- How do I map a C struct with padding over 32 bytes using serde and bincode?
- Change colour of text when CTRL-C and CTRL-V are pressed
- VS2008 targeting .NET 2.0 doesn't stop me from using C# 3 features
- Why does CurrentUICulture.DisplayName say "English (United States)" and not "English (United Kingdom)"?
- Define the app delegate as a constant?
- Add Metadata to stripe on customers
- Operators overloading in other classes
- Get result of a non generic task
- how many heaps have a software at least under windows
- Cannot compare lists in UnitTests
- dsofile c# API / NTFS custom file properties
- Is there an easier way to use Windows ctrl+v (paste) functionality in a C# Console application?
- Linq - where inside include
- What user's framebuffer lacks?
- QModelIndex becomes invalid when removing rows
- How to know coordinates in a real image from a scaled image
- Loading image stops issue
- Send email with unix sendmail
- TableView CheckMarks
- WPF event that triggers after the mouse stops moving
- Is it possible to build an R package, which use Rcpp and Boost.Thread, on [win-builder](http://win-builder.r-project.org/)?
- String contains trailing zeroes when converted from decimal
- Document a config macro with doxygen
- () => construct
- How are IDisposable objects passed to base constructor arguments handled in C# if initialization fails?
- dynamic_cast of void *
- JNI GetByteArrayElements () Error
- Accessing derived class-only methods using base class object
- Access the current RouteContext
- How do I not exclude charset in Content-Type when using HttpClient?
- declare a C function as friend inside CPP class
- Issue when trying to read multiplte entity resultsets from a stored procedure
- Am I closing this SQL connection in a C# function appropriately?
- Integration Objective C Protocols with Swift
- How do I make the color of UIBarButtonItems for MFMailComposeViewController from the default blue?
- Setting the Name property during registration of a component using Castle Windsor IoC container
- C++/CLI/C# BadImageFormat Exception when loading form
- Friend function with a definition - template or non-template?
- How does one make a child panel fill the remaining space in a parent panel?
- Consuming RIA services without a silverlight project
- REngine' does not contain a definition for 'SetDllDirectory', 'RDotNet
- Remove comments from file and keep integers
- Merging dictionaries with similar keys but distinct values in C#
- how to get the time duration of recorded video in iphone app
- BackgroundWorker alternatives for Windows Forms
- EF code first: one-to-many twice to same collection type
- Lua C API: Initializing a variable matrix in a structure C
- Using mergesort to sort linked lists
- Why I can not use abstract class in std::vector?
- Remove HttpContext.Current.Session
- Boost.Assign: using objects with map_list_of?
- Can offsetof be used with a struct type obtained from decltype?
- Share a data context across various model repositories in ASP.NET MVC using LINQ2SQL
- Can switch statements use variables?
- How to let Boost::random and Matlab produce the same random numbers
- Mysteries of C++ optimization
- How to add a common control on all my Windows?
- Generic template non-type arguments
- remoting - information about the client. c#
- Sending Fax through .NET/C#
- C# lambda call in for loop references to last object
- Odd method behavior - ToString of a function
- dlls: static vs implicit linking, same thing?
- Automatic type deduction with const_cast is not working
- Is there a "for xml path" equivalent in LINQ to SQL?
- nvcc error: string_view.h: constexpr function return is non-constant
- SelectMany applied to 3 lists
- What optimization benefit does `pointer[restrict static 1]` bring when declare a pointer like this?
- Heap memory clearance when application closes abruptly
- NRE when using array initializer in object initializer
- How to encode Unicode so both iPad and Excel can understand?
- c# Linq select distinct date time days
- Splitting OpenMP threads on unbalanced tree
- FileSystemWatcher - minimum permissions needed on target directories?
- What's the proper way to copy a char array of a given size to an integer in C?
- Connect with OleDbConnection
- Sorting a List<object> filled with anonymous types without LINQ
- Which format should I choose to request API in C# - JSON or XML
- No visible @interface for 'GPUImageOutput<GPUImageInput>' declares the selector 'imageFromCurrentlyProcessedOutputWithOrientation:'
- WSDL Web Service returns empty array from C#
- boost iostreams library exist but i am unable link it
- How to check if NSDate is in current week?
- Erasing an element from 2D vector c++
- How to support only portrait mode on an iPhone app
- Undefined reference to exp on Ubuntu (including math.h and linking with -lm)
- Changing the selected image of the marked date on the Tapku calendar
- Multiple Response.writeAsync Calls
- Why does consecutive calls to Server.Transfer change the url?
- Why char name[1] can hold more than 1 character?
- Decoding Git index file using C#
- Why the C++ compiler does not give precedence (increment operator under assignment) in this simple program?
- VS2010 LNK1181 when rebuilding project with dependency
- Why does >= work but => not?
- Unable to open included files
- Custom input stream. Stream buffer and underflow method
- Is writing then reading different union members undefined according to the C standard?
- Profiling floating point usage in C
- Which SCM system to use with Xcode 4 for a lone developer?
- EXPECT_CALL without mock in Google Test
- How to collect all dependencies of a large Makefile project?
- Validating with DTD - connection forcibly closed
- typo in function pointer variable declaration, but code compiles
- unwind segue / performSegueWithIdentifier: problems
- Adding hyphens with CFStringGetHyphenationLocationBeforeIndex
- Defining a Template Member of a Template Class separately from the Declaration
- What is the purpose of this comment inside a region referencing the path of the dll? (System.Action)
- C# Disable garbage collection for USB ReadPipe
- Guard scanf from reading too many characters with a define?
- WCF REST JSON service caching
- Can I call abstract base class's public assignment operator from another class except subclass?
- C++ monad library
- Is it required to typedef a primitive type to an enum?
- format not a string literal and no format arguments [-Wformat-security]
- Trying to read data out of MSysObjects with ODbc in C#, but getting no permission error
- creating a Mutable array that can be added to in later clicks of the same button?
- Reflection Emit: how to build constructor for this
- How to make an unbound POST action in webapi 2.2 odata
- Get from a List<t> the record with the maximum value of a specific property
- Why foreach works while removing items from ListView and doesn't work from ListBox?
- multiple definition of a function
- Entity Framework hard cascade delete
- Ignoring the rest of the line once input has been gotten in C
- LINQ & Enum with Left Join
- Initializing reference member variable with literal
- Trying to send mail via SMTP. No mails arrives and no exception error
- What do curly braces after a struct variable member mean?
- Xamarin ProgressBar not updating real time
- Discovering Interface Dependencies
- Sorting doubly linked list in c
- How to get and/or overwrite the minimum size of windows in Mac OSX
- Determine if the selected email is from inbox or sent items
- Change the color of the top and bottom bar (ControlsBar, StatusBar) in a Xamarin.Forms app
- Loading an ECC private key in .NET
- Is there a bug in this code from 101 LINQ Samples on MSDN? (Update: Fixed)
- Why does using mod with int64_t operand makes this function 150% slower?
- What does the [Serializable] attribute do that ISerializable doesn't?
- Touch events not firing C# WPF
- Can I use HtmlAgilityPack to split an HTML document on a certain tag?
- Using edge.js is it possible for the .Net C# module to call the node.js part of the process, i.e. do the reverse call?
- Why can you cross thread adding controls in WinForms, but not WPF?
- Login to Azure Web Application fails with 'AADSTS50079: The user is required to use multi-factor authentication'
- plist localization problem
- Sending UDP packets in the correct Endianness
- How does "+&r" differ from "+r"?
- How to invoke pointer to member function from static member function?
- how to show a windows folder contents in a windows form using .NET?
- PAN Gesture is crashing while taking the location of touch in view in iOS
- Accessing CGRect values directly vs normalizing them in Swift - Objective-C rules still valid?
- Convert milliseconds to hours:minutes:seconds:milliseconds in C++
- Correct way of loading SSL certificate signed by Intermediate CA in Kestrel .NET Core
- WebBrowser control won't print from C#
- Get parent information of a USB device C++
- Time span calculation for hours and minutes in C#
- Protobuf-net possible recursion detected: serialize children and parents
- Implicit conversion without assignment?
- entity framework custom data type mapping
- Two NSNumbers created from the same float aren't equal according to ==
- Chaining methods with &&
- Using dependency injection in a non-controller class?
- better way to ensure that a string contains only alphanumeric characters?
- SHARING_VIOLATION with multi-threaded file IO on Windows
- Is there any way of reading from stdin on iPhone, either hardware or emulator?
- Disable/Enable Ribbon Buttons for MFC Feature Pack
- Running a SWIG bound Python+C program gives a missing DLL error when running on another computer
- Read web.config section to List
- Modifying SOAP requests with GetWebRequest
- Download a file from sharepoint
- SqlCommand return value parameter
- Define filter for DecorateAllWith() method in structure-map 3
- Databinding to object - howto update object/binding?
- C# Winforms and command line batch files
- How can I bring a minimized modeless WinForm to its previously displayed position programmatically?
- Is it possible to detect DTMF tones using C#
- Arithmetic operation resulted in an overflow c#
- HTML Agility Pack get all input fields
- Xamarin (XAML) how to place 2 labels side by side
- Access Memory Target in NLog
- Is multi-level ConcurrentDictionary still thread-safe?
- Change Confirm options in botframework Formflow
- Natural numeric sort in C#
- Why is my native C++ code running so much slower than Java on Android?
- Why is my Azure WebJobs "settings.job" file being ignored?
- SQLite. Can't add more than 1000 rows
- Programmatically build WXS into MSI
- Constructor on type 'Track_Attack.TAGeneric' not found. C# Winforms
- Initialize Vector of Long Doubles with Initialization List of Ints
- Parsing XML which contains illegal characters
- when debugging but not in release
- How to manually destroy member variables?
- C# connecting to a postgres database
- User defined array sizes in C
- When creating a vector of objects, how to pass arguments to Default or Copy Constructor to initialize values?
- Extension Methods for IEnumerable<Enum>?
- UINavigationBar - change UIBarButtonItem positions
- How may I get the image of DataVisualization.Charting.Chart to iTextSharp.text.Image without writing to a file?
- How to make a preprocessor macro greedy?
- Why do the numeric format strings in C# round the number when not using decimals (F0)?
- print multiple lines by getchar and putchar
- Signin-oidc page direct access error with corelation - how to redirect?
- Possible null pointer dereference - otherwise it is redundant to check it against null
- C++: Union containing class instances calls wrong virtual function
- Can't open Windows Phone project in Windows 8.1+ Universal App using Visual Studio 2015 RC
- Expression.ArrayAccess() on IDictionary<string,object> by key name
- How does template argument shadowing work in VS2005?
- C-style loops vs Perl loops (in Perl)
- Unmanaged call stack in c# application
- avplayer doesn't pause when clicked on pause button if screen is locked
- iPad : How to know Return key of iPad keyboard is pressed ? Please check image
- What does 'Conditional expressions can be only boolean, not integral.' mean?
- Why I can't get all UDP packets?
- Querystring Issue on C# with special characters
- C++/Win32 Create a file in virtual memory
- What is the suffix used for long long constants
- Computer Status (Sleep, Hibernate, Locked, etc) Windows 10
- iphone: NSMutableURLRequest returns strange characters for MS Word style apostrophe
- SmartPointer : cast between base and derived classes
- MVC RadiobuttonFor Razor how to make label click able?
- Replace repeated char with something else in a string
- Is C# namespace compiled into IL files to be "complete" names?
- Understanding a "template argument is invalid" error message
- The optimal way to check if a query string is an int?
- LINQ group one type of item
- Add Selector to UIButton
- Contradiction about Order of Evaluation of operands
- Link tesseract libs with QtCreator
- GCC- Invalid use of Register
- RegEx to match all occurrences of a character *after* the first occurrence?
- CastleWindsor LifeStyle.PerWebRequest behaves like singleton
- move-construct object with placement new
- NSTextField continuous update
- memcpy: warning: dereferencing ‘void *’ pointer
- WPF- Making sunken effect slower for a button
- What is the best way to determine if WPF can load an image file?
- The namespace prefix "system" is not defined
- Explicit instantiation of function template specialization
- What is closer to python None: nil or NULL?
- Emacs indenting after macro in C
- Ensure argument is an output stream for the console
- Inheriting from StreamWriter with smallest possible effort
- Comparing many numbers to find minimum and maximum
- Can Entity Framework automatically convert datetime fields to UTC on save?
- Table view cell as button
- Tridion 2009 TBB: How do I determine if a Page is published to particular publication target?
- Help me understand this short chunk of code
- saving bytearray to VarBinary column in SQL Server inserts only one byte
- Creating an IDisposable class in c# which cleans up an SqlConnection when finished with
- C - dynamic memory allocation using double pointer
- Using char16_t, char32_t etc without C++ 11?
- DynamicDataDisplay ChartPlotter remove all plots
- Dice Question (Full House and Straight recognition)
- How to make data bank size more than 256 bytes [Linker File - MPLAB ]
- How to compare two vectors, in C++
- Why doesn't such a file or directory, <cblas.h>, exist?
- .Net Framework dll not working on .Net Standard project
- GTest fixture when constructor takes parameters?
- Disabling red squiggly lines in visual studio 2015 C#
- C# FontFamily not showing new fonts
- Generic SortedList, How to find the index of the first element that is greater than the search key?
- How do I print Unicode to the output console in C with Visual Studio?
- Get int from char[] of bytes
- My lambda does not correctly convert the captured 'this' during copy construction
- Writing a fast linear system solver in OpenCL C
- Read HttpContent stream until a character limit using StreamReader
- What happens when there is not enough memory for a static allocation in C?
- Pivot Header style
- Function call missing argument list to create pointer
- Can Haxe compiler convert any C# code to Haxe?
- Updating local SQL Server databases with ClickOnce Deployment
- Print a number to variable number of decimal places
- Abstract Factory and Inversion of Control resolve at runtime
- Using .Net's StatisticFormula Library
- How to trigger model validation inside IValidateOptions<T> implementation?
- Error in deserialising the objects
- IronPython use C# module documentation
- Retrieve Data-Type from Console.ReadLine input
- Why do I get an HttpException from VirtualPathUtility ToAbsolute with some paths?
- Programmatically add to Window.Resources in WPF
- I don't understand this Huffman algorithm implementation
- Why am I getting org.xml.sax.SAXException for this block of XML?
- How to click a button through coding?
- Nlog Target Database set connection information at runtime
- Writing array contents to a file
- Bitmap loses quality when stretched/shrinked on buttons background
- Sending Email - Error
- How do you give a namespace an alias in C#
- Is there a list of exception error class values and what they mean? Specifically sqlexception
- ternary operator and assignment operator
- How can a signed application use an unsigned assembly (which can be regenerated at customer sites)
- RegEx C# doesnt Match when regex101 does
- Playing MPMoviePlayerController Synchronously with AVAudioPlayer
- Using SecureZeroMemory in Delphi
- C++/CLI What class encloses global functions?
- How do I correctly wrap a Dictionary<T,U> and expose an enumerator?
- in .Net 4: PInvokeStackImbalance Exception
- Derived class offset calculation in boost::serialization. Is it valid?
- Datagrid change image in column with button when event CellEditEnding wpf
- Visitor class holding large shared state: best way to implement reference semantics?
- BlockingCollection with Parallel.For hangs?
- .Net Core and Microsoft.Web.Administration
- How can a large MVC 4 application be divided to multiple smaller applications?
- C# DataGridView AutoSizeMode = DataGridViewAutoSizeColumnMode.DisplayedCells
- Passing params through a Func<>
- Expression Tree with string assignment and getting value
- How To translate text in C# winforms
- force target_link_libraries to use c++ linker
- Why am I getting error: initializing argument 1 of 'Item::Item(int)' [-fpermissive] in Eclipse when I try to compile my C++ code?
- How can I use the NumPy C-API in both C++ header and source file?
- Deploying applications that use LINQ to Entities
- Accessing MySQL database from C
- Why is my OpenMP implementation slower than a single threaded implementation?
- Google plus API doesn't return to app on login
- Best Pattern for Storing Common Settings across Multiple Classes
- Disable Autocomplete for Specific Language Feature
- Check if Keyword Exists in C++
- c++: Eigen Library newbie sort
- No authentication handler is configured to handle the scheme
- Razor: <text> tag within conditional statement throwing error
- Qt's foreach expression requires a deep copy?
- Using Content.Load<> in a class/subclass
- Hysteresis Round to solve "flickering" values due to noise
- Can VS 2010 check/update header files automatically?
- Passing istream into a function
- Using AlphaBlend to draw slightly transparent rectangle fails
- Is initialization order guaranteed
- How to change the background color of button on Click Event in Universal Windows Platform Apps?
- Eigen, rotate a vector3d with a quaternion?
- cl::vector vs std::vector: different iterator behaviour
- Can we use std::fstream instead of SDL_RWops in SDL2?
- Member is "not supported in LINQ to Entities"
- SQLite reference warning processor mismatch
- Why does the switch expression infer the expression type from the surrounding context, but other ambiguously typed expressions don't?
- Reducing memory allocation GCC command
- Too many actual parameters for macro?
- Can enums return string instead of an integer?
- How do I turn off auto-complete for Code::Blocks
- Clicking in an MFC edit box
- Network Drive Not Available On Startup
- SIGABRT error after last Xamarin.iOS update
- C++ anonymous namespace: Variables initialized to 0?
- performing submit(postback) and redirect with ASP.net MVC
- Concatenating vectors, append() vs c()
- Why is the size of my class zero? How can I ensure that different objects have different address?
- OpenGL: Should i always clip the glColor*f values myself?
- How to print the BFS path from a source to a target in a maze
- UWP App does not show Image
- .NET out of memory troubleshooting
- Can';t work using html textbox to login
- Passing const unique_ptr reference as parameter
- How to clear input buffer after fgets overflow?
- Can an ICriteria return an IDictionary instead of a List<DTO>?
- Display expression value in Razor
- HttpClient not working on android
- Can i use DataTable.Select() method to make simple paging?
- Generate PDFs in Objective-C
- Nhibernate n+1 with ternary relationship. Want the middle entity in the ternary
- Can the watch window value of a List<> be customised?
- Find ListView Items based on text of items and sub items
- How can work on an external dependency and my project at the same time in bazel?
- Equivalent term for 'receiver' in languages not Objective-C
- System.Nullable<T> What is the value of null * int value?
- How to set connection in Entity Framework 6 using Code-Based Configuration
- Global variable in iOS TabBar Application
- Overloading << operator C++ - Pointer to Class
- Redraw unchanging background on every Draw?
- No Memory Alignment with GCC
- Can intellisense be enabled in VS2008 within preprocessor directive blocks like #ifndef ... #endif
- split function for C++
- RadGridView detect CellClick event button
- How to use Microsoft.Win32.Registry.OpenSubKey to go directly to a particular key?
- Pthread and gcc compiling issue on OS X
- Is there anyway to use a member function as a default parameter?
- C# - mixed assembly (C++/CLI, DirectX native) interplay (32/64bit)
- Prevent ToolStripMenuItem context menu from closing on click
- StructureMap: Creation as Transient (per request) not working
- g++ "warning: iteration ... invokes undefined behavior" for Seemingly Unrelated Variable
- Cannot compile template C++/CLI (.NET Core 3.1) project via dotnet build command
- How do I expand an array in C# without using the new keyword
- (Kiss)XML xpath and default namespace
- How do I get every combination of letters using yield return and recursion?
- What is the definition of Incomplete Type and Object Type in C?
- WPF/XAML bind width of an element to a fraction of screen size
- Inserting newlines into a GtkTextView widget (GTK+ programming)
- How to configure two JSON serializers and select the correct one based on the route
- Cross-correlation Code in C#
- C# Extension Methods Architecture Question
- Fast file reading
- WCF service dual impersonation?
- Query std::ostringstream content
- Linq Where local counter closure different results in VS watch
- Query LDAP for all computer objects created in the last 24 hours
- Order of Calls on performSegueWithIdentifier
- Order of unordered_map changes on assignment
- Complexity of STL max_element
- Service Fabric Actor Interfaces implementing multiple interfaces
- quickfix/n error : MsgSeqNum too high
- Why is type punning considered UB?
- Rationale behind active members of unions
- How to suppress initial post-build event error in Visual Studio 2017 (C#)?
- C# - Which is faster: String.Contains() or Regex.isMatch()?
- GNU GCC compiler updating
- Cannot write the data in the file, no error in the program C++
- Dictionary runs slow when using ContainsValue()
- C++\CLI - How to convert UInt64^% to unsigned long long*
- How to invoke static method with dynamic argument when a non-static, better-fit method exists?
- Regex to search for single 0's and add commas
- How to get public IP of Azure VM using Azure SDK
- Linear search throught vector[i] yealds 0ms response whilst vector.at(i) yealds time
- Managing Shared Memory in C on OSX
- Get Date Taken for NEF format images
- Fill list object using dapper c#
- If set to true, AcceptsReturn disables detection of Key.Return in a multiline textbox?
- How to instantiate, operate and return Type T
- Uploading a file using NSUrlRequest results in Zero Bytes filesize
- Insert blank value in date picker in Iphone
- Ninject: give the parent instance to a child being resolved
- Difference from eglCreatePbufferSurface and eglCreatePixmapSurface with OpenGL ES(EGL)
- C++ cin reading string into int type returns 0
- How do I stop the C# compiler output from wrapping in the Visual Studio 2015 output window?
- Can't seem to use Linq with ASP.Net Navigation menu
- How to access a C pointer array from Golang
- Wait for many asynchronous calls to perform callback
- DRY if statements
- _Layout.cshtml cannot be requested directly because it calls the "RenderBody" method
- Why do my WinForm controls flicker before the paint event?
- LINQ results change at end of for loop
- c - Passing multiple arguments to a callback function in GTK
- C++ how to set a fixed decimal precision for a float
- Cannot convert double [] [] to double **
- How do I pass JSON as a primitive PostgreSQL type to a function using Dapper?
- Adding to List<t> becomes very slow over time
- How to create a <div> grid using JSTL <c:forEach>?
- Struct alignment and type reinterpretation
- WPF ContextMenu of parent control opens on child control with own ContextMenu
- What is the reason for the entire C++ STL code to be included in the .h rather than .cpp/.c files?
- Razor checkbox not binding to Model
- Callback, specified in QueueUserAPC , does not get called
- "Forwarding" string literals
- Lambda and memory leaks: Looking for alternative approaches
- Return type of operator= - reference or value?
- TBB concurrent_vector with openmp
- Converting primitive data type to void pointer type
- ncurses & curses - compiler undefined references
- Deserialize string with Tuple key in C#
- How can I use a HashSet<MyCustomClass> to remove duplicates of MyCustomClass?
- C Population Count of unsigned 64-bit integer with a maximum value of 15
- Could not find property of window when doing JS interop with Blazor
- Cannot build Boost with MinGW, it looks for Visual C++
- build error with boost spirit grammar (boost 1.43 and g++ 4.4.1) part II
- VS2010 COM interop bug workaround? (INetFwMgr)
- .Net Core 3.0 Nginx not serving static files
- How do I access resources in a console application?
- Unable to set geometry in Qt
- Any useful difference between std::bit_cast and std::start_lifetime_as?
- Select ComboBox by value in winforms
- can't add audio stream to MP4 file using sinkwriter from Media Foundation
- Multiple ComboBoxes bound to a common source, enforcing distinct selections
- Giving an arbitrary container, deduce a container type of a related type
- Folder copy VC++
- How to load an image from Parse into a UIImageView (iOS)
- Why does sem_open work with fork() without shared memory?
- Swagger not working on a self hosted ServiceStack Service
- Whats the difference between "abc" and {"abc"} in C?
- Entity Framework get CurrentContext
- std::bind with variadic template and auto return type
- Convert TableCell text into hyperlink
- Clang++ -fmodules errors using types after #include <cstdint>
- C# using "?" if else statements to set value whats this called
- Rendering multiple .rdlc reports into a single PDF using PDFSharp
- Table View Cells "jump" when going back from View Controller to Table View Controller
- How to find types that are direct descendants of a base class?
- Is c# compiler deciding to use stackalloc by itself?
- Alternatives to register_printf_specifier ( to print numbers in binary format using printf() )
- Can I get the Type() of a bound object in C#/WPF (even if the bound value is null)?
- Decrypt Rijndael 256 Block Size with BouncyCastle
- Forward individual members of a Forward reference
- does code::blocks reserve names other than c++ keywords?
- XML to String List
- UITextView stange animation glitch on paste action (iOS11)
- c# SortedSet how to get an element out
- ITextSharp: Text not wrapping around image within cell
- CredRead() not working across login sessions
- How to initialize a const char array data member with C++?
- WPF Application Incorporating WinAPI (Win8) components
- C++ : How to pass function pointer, stored in a local variable, as a template parameter
- Declare abstract class in c++
- displaying % completed while executing in C
- WPF DataGrid Binding DataGridCell Content
- How to check if a BOOL is null?
- Partial specialization rejection with function as template argument
- Using Spotlight in Cocoa
- Insert/Select with LINQ - getting around the entity construction in a query
- Linking error OpenCV 2.4+CUDA windows 7(x64) command line
- undefined reference to 'cv::CascadeClassifier::detectMultiScale', but other lib linked properly
- using statement and protected constructor
- tableView:viewForHeaderInSection: default value?
- C#: String split returning list of strings AND list of delimiters?
- The revocation function was unable to check revocation for the certificate
- Is it possible to write a windows application that gets a notification when text is selected in another windows application?
- Casting pointer to pointer in a type-safe manner
- PerfView: Analyzing Performance of App including Database Calls
- Event for clicking on row headers in DataGridView
- Load Resources for other Language
- Class with non-static lambda member can't use default template paramers?
- WPF styling on Windows Server 2008 R2
- C++11 enum class instantiation
- How do I programmatically remove a certificate in Trusted Root Certification Authorities?
- Boost timed_wait leap seconds problem
- Serialize Dictionary without property name with Newtonsoft.Json
- MediaElement Source cannot be set after SaveState/LoadState
- Accessing array elements
- Using boost::program_options with enum in class in namespace
- Searching for text in a database with Entity Framework
- C# add text to text file without rewriting it?
- Where in the C++ Standard is the memory layout of objects documented?
- Share Serial Port on Linux
- Timeout waiting for a MongoConnection
- C# extension method for setting to new instance if null
- Zero-initialization of POD types
- How to compile a program to make it capable to use >4GB memory on 32-bit Linux?
- Enable Protected Mode must be set to the same value (enabled or disabled) for all zones
- Signal Handler to stop Timer in C
- C# AWS SQS Client inaccessible due to it's protection level
- How do you create a Moq mock for a Func
- Is there a way to use IReadOnlyCollection<T>/IReadOnlyList<T> with protobuf-net
- Getting Unhandled Exception: System.Reflection.TargetParameterCountException: Parameter count mismatch
- How can I configure WCF to only sign the TimeStamp header
- Calling MsiEnumRelatedProducts from C# is crashing
- Inheriting off of a list of templated classes, when supplied with the list of template arguments
- How to assign multiple names simultaneously to a C# class
- Fluent NHibernate Collection Table-Per-Subclass
- Accessing main form objects in other .cs files
- ASP.NET MVC Routing , Html.BeginForm
- How to validate whitespaces using jquery/ajax in an MVC view
- Easiest way to use speex preprocessor in C#?
- Getting table schema doesn't seem to work with System.Data.SQLite
- Passing a string to a C library from OCaml using Ctypes and Foreign
- How to find the index position on ZedGraph
- Statement that isn't a full-expression
- Creating an application and event logs in the "applications and services logs" section of the event viewer
- Sampling a list with linq
- C# vs C++ - Types, inheritance and vtable
- signed int modulo unsigned int produces nonsense results
- Glvalue real examples and explanation?
- SignalR refuses to work
- Quartz: Does not implement interface member
- Cannot register a struct instance with autofac
- What is unfortunate about the construction given in the following example?
- Prepared Statements in libdbi
- Should ViewModels be used in every single View using MVC?
- Inconsistent accessibility with abstract classes
- JNI - Listener in C++/Java - is it possible to instantiate Java objects in c++ and use them as parameters
- Does using global variables increase or decrease performance, in C code compiled for ARM7?
- .NET inter-process "events"
- Anonymous method for event handler not a leak?
- Parallax mapping issue in GLSL, Opengl
- Receive WM_COPYDATA messages in a Qt app
- Enumerable giving unexpected output
- Android NDK library is not loading on runtime for samsung galaxy 4.0.2 phones only
- Control event firing frequency though attaching/detaching to the event. Bad practice?
- BitmapImage throws an initialization exception when file does not exist
- Regex for fixed length floating point number
- How to create a nested GridView to edit EF Code First relation?
- Dynamic Action<T> : Invalid Arguments when executed
- What's a sensible way to represent a binary genome for a genetic algorithm?
- C# and Selenium; Possible to press Windows key?
- No serializer defined for type: System.Management.Automation.PSObject in Protobuf-net
- Assuming gregorian calendar, why is adding a time interval of 86,400 (one day) to a date never the answer?
- ASP.NET Web Api Dependency Injection - Singleton or not
- What's the benefit with using Async in an ASP.Net WebAPI method with EF?
- how to pass the entire string over the read and write function in TCP socket programming in c program
- Boost unittest framework with dynamic linking and manual setup
- Can't use keyword 'fixed' for a variable in C#
- C++ Boost ASIO async_send_to memory leak
- OpenCV VideoWriter size issue
- How to create a .dylib C extension on mac os x with distutils and/or setuptools?
- Simple Injector GetAllInstances throwing exception with Caliburn Micro
- How to call a multi-threaded C function in Cython?
- Generic ServerControl syntax?
- Why is the output of `j= ++i + ++i;` different in C# and C?
- Is there a control for a .Net WinForm app that will display HTML
- gethostbyname dual network interfaces, select which one to use
- How to manually add a Back button to my NavigationBar?
- Reading png images with gil
- RavenDb - Recursive queries/indexes, for Hierarchical Document
- Adding Description to each Tuple object?
- Get position of cell or text field in this cell
- What causes 'Thread was being aborted' exception to happen at random and show the HTTP header and partial HTML to the browser?
- Key down event affected by buttons
- Wire up ExpressionVisitor with EF Core Include
- Populating non-serializable object with Json.NET
- C++ Destructor being called in overloaded arithmetic operators
- How to unmangle exported symbols from C++ in dynamic libraries in XCode on OSX
- Are objective-c objects all same type of C-structure?
- Reading logcat on android from c#
- Asp.net core webapi getting null value posted from Angular4 app
- toupper/tolower + locale (german)
- Trouble with timers and threads
- what happens with lock when thread gets closed while the lock is set
- Create copy of PostgreSQL internal C function and load it as user defined function
- How does CLR manage when a static method is called?
- LCC: Forward Declaration of Typedef'd Enum Failing?
- How to get json from MVC4 C# with no javascript and no Ajax
- C - Reference after dereference terminology
- Is it possible to call matlab functions from Silverlight / C#?
- Cleaning up Legacy Code "header spaghetti"
- Accessing Remote Desktop
- Why does c_str() return the same value for two different strings?
- OCMock automatically use mocked instance in code under test?
- MVC 3 - Assign ViewBag Contents to Javascript string
- Decimal number in MSSQL table gets rounded although precision is set
- Using DMA to access High Speed Serial Port
- Shortest path in a grid between two points. With a catch
- Why not inject IServiceProvider instead of each individual dependency?
- Use a string to call a variable in C#
- Efficient caching of Identity related entities
- Which member in PROCESS_MEMORY_COUNTERS structure gives the current used memory
- Why should all Glass.Mapper fields be virtual?
- Power Management Notifications in Linux
- SQLite Interop DLL Missing Method - Windows Mobile CF
- What exactly is a __float128 if I'm using gcc 4.9 on x86_64?
- Are timers supported by the Windows native API?
- Multiline mask for MaskedTextBox
- How do you upgrade Settings.settings when the stored data type changes?
- gcc generating a list of function and variable names
- Provoke a unhandled exception
- Difference between null terminated char (\0) and `^@`
- Dismissviewcontroller and perform segue
- Boost Python portability concerns
- How to calculate the number of months between two dates in C#
- WCF Data Services Type Could Not Be Found
- WCF fault handling
- Disabling Smooth Scrolling on Richtextbox
- Linker problem with ZeroMQ and Visual C++ 2008
- Using Multiple CGAffineTransforms On Text Matrix
- How to read configSections
- How can I convert BitmapImage to Icon?
- In a declaration with initialization, can I use a reference to uninitialized data?
- How to read Visio Document content in C#
- How would I go about implementing a stopwatch with different speeds?
- Multiple parameter packs in a single function?
- Debugging C++ app in Visual Studio 2017 steps into not my code is there a way to turn this off?
- Is it correct to use declaration only for empty private constructors in C++?
- Why to turn off the standard output buffer when multithreading?
- Load family (and not typeface) name from font in file system
- Safe to call managed resource from Finalizer? (if i check null)
- hash_map: why it defines less, rather than equal_to
- Check if opened window has been closed
- Check whether std::vector<bool> is comprised of only true values
- Fastest method of vectorized integer division by non-constant divisor
- apple's property list (plist) implementation in c++
- Check if a file is in use, wait for it to finish
- Autofac registers components multiple times
- C# Run a piece of code before properties are hit
- Strange std::cout behaviour with const char*
- How to convert to "combining diacritical marks" on iOS
- Xcode has the wrong debug values while paused in the debugger
- "System.Byte[]" is being returned instead of the actual data
- Why is the Keychain more secure than encrypted data saved in a file?
- quiz ; does this compile and if so what does it return (I know the answer)
- * is illegal for a struct?
- Finding the locale-dependent first day of the week
- cout prints "-0" instead of "0"
- How to lazy-evaluate a wpf:DataGrid, retrieving data only as needed
- Make SKSpriteNode flash white with SKAction colorizeWithColor
- Multiple Posted Types asp.net 5 MVC 6 API
- What's with the declare a class and declare a protocol with the same name?
- In Xcode 6 beta 4 (iOS 8), why does Core Data not persist UIImage fields to the backend like it did in iOS 7 when I declare it Transformable?
- C# format JSON with backslash '\' in value
- A point from the ISO C++ draft (n3290): 3.4.3.2/1 Namespace members
- Itext 7 - PdfReader is not opened with owner password Error
- Exposing common values from a custom structure/type
- Release and Acquire with std::mutex
- Unable to create an interface for my class using refactor in VS2010
- LuaJit FFI Return string from C function to Lua?
- Check whether an XML Element has child elements or a value
- Where C++ really stores a string if the char array that stores it is smaller than a string is?
- vs2013 compile for debug but not for release?
- Pass arguments between Objective-C applications
- Can I have my class inherit from another class at run-time?
- Noda Time: Period.Between() returning incorrect number of days?
- Include statement: can't find SDL/SDL.h file
- Adding Root xmlns Using XmlSerializer with WCF SOAP
- VLC ActiveX in a local webpage with WPF WebBrowser control
- Determine whether a Python function is already implemented in C extension
- How to create a collection view with static cells only?
- Why should I use fflush(stdin) in this program?
- C# Removing trailing '\0' from IP Address string
- c/c++ questions on pointers (double pointers)
- Multiple statements in single SqlCommand
- How to get the Row and Column count of a grid in C#?
- Computing Sums Using Multithreading
- Microsoft JScript runtime error: 'null' is null or not an object
- How to check if uint8_t exists as a type, instead of unsigned char?
- Replacing boost with std implementation
- How can I generate DDL scripts from Entity Framework 4.3 Code-First Model?
- Run python in C++
- std::async doesn't parallelize tasks
- How to add custom controls in Interface Builder (Xcode)
- How to use DI with UserManager and UserStore
- passing command line arguments to a child process and count them
- Displaying a multi-column checkbox list
- Multiple Definitions of _Unwind_Resume
- Getting Local Windows User login session timestamp in C#
- Animating CAGradientLayer's locations property in a UIScrollView mask resets after completion
- How to run CPU at a given load (% CPU utilization)?
- How do I create a catch-all route for single page apps in ASP.NET Core Razor Pages?
- Is it ok to dynamic cast "this" as a return value?
- Do I need to close the DbConnection manually when using ambient transactions with EF Core 2.1?
- How to get a function pointer to the overloaded function that the compiler chooses?
- "expression must have a constant value" visual studio error E0028
- Multiple Inheritance with abstract and defined inherited functions of the same name
- How to use code-behind to create StackPanel -> Border -> Background
- c#: show tooltip on subitem
- Multicolor tooltip in Qt
- Template argument for non-type parameter must be an expression
- getting an error on InitializeComponent() on xaml.cs files
- The thread has exited with code 0 in Windows Forms
- How do i filter empty rows from a datatable without using a loop?
- How floats are computed on a machine without an FPU
- How to overlay images in WPF?
- How to reuse vector images in wpf properly
- How do I get Configuration, Cookie and DBContext in Action Filter in ASP.Net Core 2.x
- Unable to share image using DataTransferManager in Windows 10
- How do I remove a function from overload resolution?
- Can a forwarding reference be aliased with an alias template?
- platform pinvoke tutorial msdn
- Let my Application be controlled by GPOs
- Pointer best practice
- IEnumerable IndexOutOfRangeException
- How can I change monitor settings to duplicate and extend via script
- What is the proper way of seeding std::mt19937 with std::chrono::high_resolution_clock inside a class?
- Ho to get a reference to appdelegate from Swift in a mixed application (primary language ObjC) to avoid reference loop
- How to track the depth in this object graph depth-first search algorithm?
- Checking if selected cell is in specific range
- PrincipalSearchResult<T> with PrincipalSearcher FindAll, why does T have to be Principal and not UserPrincipal
- Properties in c# in Unity (Unity5) - can you avoid the backing variable
- Custom exceptions to Http status codes in ASP.NET API
- WCF FaultException
- mocking a method using Moq framework doesn't return expected result
- Way to omit undefined preprocessor branches by default with unifdef?