¡@

Home 

c# Programming Glossary: core

Getting ServiceStack to retain type information

http://stackoverflow.com/questions/10750571/getting-servicestack-to-retain-type-information

Leaking C# concerns on the wire violates one of the core goal of services for enabling interoperability. As there is..

Does Parallel.ForEach limits the number of active threads?

http://stackoverflow.com/questions/1114317/does-parallel-foreach-limits-the-number-of-active-threads

used. Parallel Extensions uses an appropriate number of cores based on how many you physically have and how many are already.. and how many are already busy. It allocates work for each core and then uses a technique called work stealing to let each thread..

How to detect the language of a string?

http://stackoverflow.com/questions/1192768/how-to-detect-the-language-of-a-string

UPDATE That c# link is gone here's a cached copy of the core of it string s TextBoxTranslateEnglishToHebrew.Text string key..

C# get thumbnail from file via windows api

http://stackoverflow.com/questions/1439719/c-sharp-get-thumbnail-from-file-via-windows-api

show thumbnails of files. These thumbnails are provided by core and third party shell extensions. I know how to extend the shell..

Maximum number of threads in a .NET app?

http://stackoverflow.com/questions/145312/maximum-number-of-threads-in-a-net-app

32768 in Framework 4.0 64 bit environment 250 per core in Framework 3.5 25 per core in Framework 2.0 These numbers.. 64 bit environment 250 per core in Framework 3.5 25 per core in Framework 2.0 These numbers may vary depending upon the hardware..

Silent failures in C#, seemingly unhandled exceptions that does not crash the program

http://stackoverflow.com/questions/1583351/silent-failures-in-c-seemingly-unhandled-exceptions-that-does-not-crash-the-pr

on 64 bit OS platform. The reason is that the 64bit OS core does not allow user mode exception through kernal mode stacks...

Embedding JavaScript engine into .NET (C#)

http://stackoverflow.com/questions/172753/embedding-javascript-engine-into-net-c

Rails like miniframework for custom components inside the core ASP.NET application but I'd still love to explore a bit further..

How does WCF deserialization instantiate objects without calling a constructor?

http://stackoverflow.com/questions/178645/how-does-wcf-deserialization-instantiate-objects-without-calling-a-constructor

class by using Reflector and digging through some of the core .Net serialization classes. I tested it using the sample code..

Why cannot C# generics derive from one of the generic type parameters like they can in C++ templates? [duplicate]

http://stackoverflow.com/questions/1842636/why-cannot-c-sharp-generics-derive-from-one-of-the-generic-type-parameters-like

miss it greatly. EDIT I would like to know of a hard core issue fixing which yields such a high price on implementing..

Views in separate assemblies in ASP.NET MVC

http://stackoverflow.com/questions/19746/views-in-separate-assemblies-in-asp-net-mvc

use a view I'm stuck on the ones that are defined in the core project because of the dynamic compiling of the ASPX part. I'm..

What 'additional configuration' is necessary to reference a .NET 2.0 mixed mode assembly in a .NET 4.0 project?

http://stackoverflow.com/questions/2455654/what-additional-configuration-is-necessary-to-reference-a-net-2-0-mixed-mode

which I'd like to use some of the .NET 4.0 features but a core requirement is that I can use the System.Data.SQLite framework..

Code Coverage for C#/.NET [closed]

http://stackoverflow.com/questions/276829/code-coverage-for-c-net

per test code coverage Performance metrics parallell multi core test execution NDepend 410 for developer license NDepend can..

Is DbContext the same as DataContext?

http://stackoverflow.com/questions/3471455/is-dbcontext-the-same-as-datacontext

download by EF team. It is currently not part of the core EF 4.0. However DbContext moving forward would be the preferred..

Garbage collection when using anonymous delegates for event handling

http://stackoverflow.com/questions/371109/garbage-collection-when-using-anonymous-delegates-for-event-handling

situation I wouldn't use it. Furthermore referencing the core WPF library in a WinForm app seems a little heavy as well. ..

Dynamic LINQ OrderBy on IEnumerable<T>

http://stackoverflow.com/questions/41244/dynamic-linq-orderby-on-ienumerablet

methods that go via AsQueryable but the code below is the core Expression logic needed. public static IOrderedQueryable T OrderBy..

Very slow compile times on Visual Studio 2005

http://stackoverflow.com/questions/55517/very-slow-compile-times-on-visual-studio-2005

compile times which can take upwards of 20 minutes on dual core 2GHz 2G Ram machines. A lot of this is due to the size of our.. 935225 . Install Microsoft hotfix 947315 . Use a true multicore processor ie. an Intel Core Duo 2 not a Pentium 4 HT . Use 3..

Fixed point math in c#?

http://stackoverflow.com/questions/605124/fixed-point-math-in-c

utilization compared to before this is on a Q6600 quad core about a 1 drop in usage on average . Thanks again to everyone..

servicestack REST API and CORS

http://stackoverflow.com/questions/8211930/servicestack-rest-api-and-cors

is that it's built on a highly flexible and simple core. We don't try to build strong typed APIs over everything as..

Releasing a unplugged virtual Serial Port

http://stackoverflow.com/questions/9835881/releasing-a-unplugged-virtual-serial-port

is that it doesn't have any support for Plug and Play. The core support for it is missing after all serial port hardware doesn't..

Get OS-Version in WinRT Metro App C#

http://stackoverflow.com/questions/10125324/get-os-version-in-winrt-metro-app-c-sharp

Environment Class with the attribute OSVersion but in .NET Core there isn't this attribute c# operating system windows 8 microsoft..

Free C# metrics calculation library (DLL)

http://stackoverflow.com/questions/1052269/free-c-sharp-metrics-calculation-library-dll

isolated from the command line console client as a library Core project is available here . Even if quite simple it may fit..

ASP.NET Website Slow Performance on production server

http://stackoverflow.com/questions/1340218/asp-net-website-slow-performance-on-production-server

I7 with 6GB RAM the production server is a 2x AMD Quad Core with 16GB ram. c# asp.net iis website share improve this..

Is a program F# any more efficient (execution-wise) than C#? [closed]

http://stackoverflow.com/questions/142985/is-a-program-f-any-more-efficient-execution-wise-than-c

Compiling both to Any CPU on this Intel Core i7 3610QM at 2.3GHZ the F# is 65x faster than the equivalent..

Controling Volume Mixer

http://stackoverflow.com/questions/14306048/controling-volume-mixer

Application that does it. It's based on the Windows Core Audio Library . It works only on Windows 7 and higher. using..

Strange behaviour of Console.ReadKey() with multithreading

http://stackoverflow.com/questions/15143931/strange-behaviour-of-console-readkey-with-multithreading

Build Configuration Visual Studio 2012 Windows 7 x64 Quad Core English UK . I've tried all combinations of .Net4 .Net4.5 x86..

Why does C# execute Math.Sqrt() more slowly than VB.NET?

http://stackoverflow.com/questions/3025968/why-does-c-sharp-execute-math-sqrt-more-slowly-than-vb-net

of primes in 21.76 seconds. Computer Specs and Notes Intel Core 2 Quad 6600 @ 2.4Ghz Every machine I've tested on there is a..

C# Decimal datatype performance

http://stackoverflow.com/questions/366852/c-sharp-decimal-datatype-performance

is already top notch I'm running on a Dual Xenon Quad Core and the application uses threads so CPU utilization is always..

Business Logic Layer and Data Access layer: circular dependency

http://stackoverflow.com/questions/458098/business-logic-layer-and-data-access-layer-circular-dependency

don't use ActiveRecord so this may not suit you perfectly. Core Project Domain Business Entities Data Repository Interfaces..

Should i use ThreadPools or Task Parallel Library for IO-bound operations

http://stackoverflow.com/questions/5213695/should-i-use-threadpools-or-task-parallel-library-for-io-bound-operations

Task Parallel Library TPool ThreadPool Test Results Single Core CPU Win7 32 runs under VMWare Test Environment 1 physical cpus.. Single Core CPU WinXP runs under VMWare Test Environment 1 physical cpus.. Dual Core CPU Win7 64 Test Environment 1 physical cpus 2 cores 2 logical..

Very slow compile times on Visual Studio 2005

http://stackoverflow.com/questions/55517/very-slow-compile-times-on-visual-studio-2005

947315 . Use a true multicore processor ie. an Intel Core Duo 2 not a Pentium 4 HT . Use 3 parallel builds. In Visual..

Multithreading reference?

http://stackoverflow.com/questions/601558/multithreading-reference

Isolation Asynchronous Messages Parallel and Multi Core Computing with C C Thinking in Concurrently in .NET Programming..

c# mvc 3, action overloading?

http://stackoverflow.com/questions/7078543/c-sharp-mvc-3-action-overloading

The current request for action 'Index' on controller type 'CoreController' is ambiguous between the following action methods.. IndexDefault on type ManageMvc.Controllers.CoreController System.Web.Mvc.ActionResult IndexWithEvent System.String.. IndexWithEvent System.String on type ManageMvc.Controllers.CoreController System.Web.Mvc.ActionResult IndexWithEventAndLanguage..

How to parse a text file in C# and be io bound?

http://stackoverflow.com/questions/7153315/how-to-parse-a-text-file-in-c-sharp-and-be-io-bound

is a Intel Postville X25M. The CPU is and older Intel Dual Core. I have 3 GB RAM Windows 7 .NET 3.5 SP1 and .NET 4. But I did..

The requested page cannot be accessed because the related configuration data for the page is invalid error

http://stackoverflow.com/questions/9216158/the-requested-page-cannot-be-accessed-because-the-related-configuration-data-for

configuration data for the page is invalid Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x80070005..

How to remove all namespaces from XML with C#?

http://stackoverflow.com/questions/987135/how-to-remove-all-namespaces-from-xml-with-c

xmlDocument return xmlDocumentWithoutNs.ToString Core recursion function private static XElement RemoveAllNamespaces..