¡@

Home 

c# Programming Glossary: amounts

What data type should I use to represent money in C#?

http://stackoverflow.com/questions/1008826/what-data-type-should-i-use-to-represent-money-in-c

In C# what data type should I use to represent monetary amounts Decimal Float Double I want to take in consideration precision..

Allocating more than 1,000 MB of memory in 32-bit .NET process

http://stackoverflow.com/questions/1109558/allocating-more-than-1-000-mb-of-memory-in-32-bit-net-process

written a server application which deals with very large amounts of data before writing to database disk. Instead of creating..

Find size of object instance in bytes in c#

http://stackoverflow.com/questions/1128315/find-size-of-object-instance-in-bytes-in-c-sharp

told to find one I found one. We were spending incredible amounts of memory on System.String instances all of which were inside..

how to use RSA to encrypt files (huge data) in C#

http://stackoverflow.com/questions/1199058/how-to-use-rsa-to-encrypt-files-huge-data-in-c-sharp

that I have implemented when needing to transfer large amounts of encrypted data between two systems is to have an RSA keypair..

How do I implement a progress bar in C#?

http://stackoverflow.com/questions/1259949/how-do-i-implement-a-progress-bar-in-c

calls in C# I do have some methods that deal with large amounts of data. They are relatively long running operations so I want..

Avoiding the woes of Invoke/BeginInvoke in cross-thread WinForm event handling?

http://stackoverflow.com/questions/1364116/avoiding-the-woes-of-invoke-begininvoke-in-cross-thread-winform-event-handling

it. For this example let's say we are transferring larger amounts of data over the internet. The user interface must be able to..

TransactionScope automatically escalating to MSDTC on some machines?

http://stackoverflow.com/questions/1690892/transactionscope-automatically-escalating-to-msdtc-on-some-machines

experiencing the problem because SQL2008 has copious amounts of awesome included that SQL2005 does not have. It also tells..

C# - Fill a combo box with a DataTable

http://stackoverflow.com/questions/256832/c-sharp-fill-a-combo-box-with-a-datatable

with a DataTable I'm used to work with Java where large amounts of examples are available. For various reasons I had to switch..

Get property name and type using lambda expression

http://stackoverflow.com/questions/273941/get-property-name-and-type-using-lambda-expression

involves quite a bit of work and can take measurable amounts of time . Consider caching the result rather than calling the..

HttpRuntime.Cache[] vs Application[]

http://stackoverflow.com/questions/326675/httpruntime-cache-vs-application

of using Cache in you situation. Consuming larger amounts memory isn't as fatal since you allow ASP.NET to release the..

C data structure to mimic C#'s List<List<int>>?

http://stackoverflow.com/questions/343654/c-data-structure-to-mimic-cs-listlistint

calculating large powersets possible. Allocating large amounts of memory upfront increases runtime dramatically and causes..

Math optimization in C#

http://stackoverflow.com/questions/412019/math-optimization-in-c-sharp

called over a 100 million times. According to dotTrace it amounts to about 60 of the overall function time. How would you optimize..

Prevent .NET Garbage collection for short period of time

http://stackoverflow.com/questions/6005865/prevent-net-garbage-collection-for-short-period-of-time

of data. It is receiving analysing and discarding enormous amounts of information over very short periods of time. This causes..

High performance TCP server in C#

http://stackoverflow.com/questions/6023264/high-performance-tcp-server-in-c-sharp

in targeted hot areas for example when receiving large amounts of data . Long story short learn async or die trying... BTW..

What is the fastest way to convert a float[] to a byte[]?

http://stackoverflow.com/questions/619041/what-is-the-fastest-way-to-convert-a-float-to-a-byte

times the double memory usage in this particular instance amounts to a roundoff error in the overall memory consumption of the..

when not to use lambda expressions [closed]

http://stackoverflow.com/questions/672918/when-not-to-use-lambda-expressions

care a lot to have the ability to load the system with big amounts of simultaneous users without noticing the impact. Having said..

What is the best way to parse (big) XML in C# Code?

http://stackoverflow.com/questions/676274/what-is-the-best-way-to-parse-big-xml-in-c-sharp-code

cannot move backwards in the file. XmlReader uses small amounts of memory and is equivalent to using a simple SAX reader. using..

What is the minimum client footprint required to connect C# to an Oracle database?

http://stackoverflow.com/questions/70602/what-is-the-minimum-client-footprint-required-to-connect-c-sharp-to-an-oracle-da

looks like this sales server 1521 sales.us.acme.com . This amounts to about 19Mb v10 . If you do not care about sharing this folder..

Writing large number of records (bulk insert) to Access in .NET/C#

http://stackoverflow.com/questions/7070011/writing-large-number-of-records-bulk-insert-to-access-in-net-c

I need to perform analysis of reasonably large amounts of data and I find that Access is the best platform. The analysis..

Web Forms Tabular Control for this Scenario

http://stackoverflow.com/questions/9771381/web-forms-tabular-control-for-this-scenario

access paging and sorting efficiently paging through large amounts of data cs c# jquery asp.net .net jquery ui share improve..