c# Programming Glossary: aware
Priority queue in .Net [closed] http://stackoverflow.com/questions/102398/priority-queue-in-net wrong place there isn't one in the framework. Is anyone aware of a good one or should I roll my own c# .net data structures..
switch / pattern matching idea http://stackoverflow.com/questions/156467/switch-pattern-matching-idea of the above and possibly some other scenarios I'm not aware of While it would be lovely for C# to eventually borrow ahem..
How to properly clean up Excel interop objects http://stackoverflow.com/questions/158706/how-to-properly-clean-up-excel-interop-objects which didn't get released by my code because I wasn't aware of it and was the cause why Excel was not unloaded. I found..
Understanding Garbage Collection in .net http://stackoverflow.com/questions/17130382/understanding-garbage-collection-in-net GC occurs. That would be very unpleasant so the jitter is aware of there being a debugger attached. It then modifies the table..
Can I show file copy progress using FileInfo.CopyTo() in .NET? http://stackoverflow.com/questions/187768/can-i-show-file-copy-progress-using-fileinfo-copyto-in-net cue to show that work is being done. At least the user is aware that the program isn't frozen and is still copying files. It.. total number of bytes copied from the current file. I'm aware of the FileInfo.Length property so I'm sure there is a way MacGuyver..
Which C# 4.0 Book would you purchase, and why? [closed] http://stackoverflow.com/questions/2181729/which-c-sharp-4-0-book-would-you-purchase-and-why Mark Michaelis or C# 4.0 Unleashed by Bart De Smet. I am aware that both books are yet to be released but would you consider..
Transactions in .net http://stackoverflow.com/questions/224689/transactions-in-net is that it isn't tied just to databases any transaction aware provider can use it. WCF for example. Or there are even some..
Access to Modified Closure http://stackoverflow.com/questions/235455/access-to-modified-closure of the delegates creation. In short it's something to be aware of as a potential trap but in this case it doesn't hurt you...
Automating the InvokeRequired code pattern http://stackoverflow.com/questions/2367718/automating-the-invokerequired-code-pattern the InvokeRequired code pattern I have become painfully aware of just how often one needs to write the following code pattern..
C# generic constraint for only integers http://stackoverflow.com/questions/32664/c-sharp-generic-constraint-for-only-integers type T to only Int16 Int32 Int64 UInt16 UInt32 UInt64 I'm aware of the where keyword but can't find an interface for only these..
What C# mocking framework to use? [closed] http://stackoverflow.com/questions/37359/what-c-sharp-mocking-framework-to-use .Returns new List Customer @Ngu Soon Hui I wasn't aware that the other frameworks don't have compile time checking...
DateTime vs DateTimeOffset http://stackoverflow.com/questions/4331189/datetime-vs-datetimeoffset standard way of dealing with .net DateTimes in a TimeZone aware way Whenever we produce a DateTime we do it in UTC e.g. using..
WPF MVVM Newbie - how should the ViewModel close the form? http://stackoverflow.com/questions/501886/wpf-mvvm-newbie-how-should-the-viewmodel-close-the-form that the accepted answer is at 5 votes While I'm well aware of the good feelings that one gets by solving a problem while..
What is the purpose of self tracking entities? http://stackoverflow.com/questions/5091974/what-is-the-purpose-of-self-tracking-entities received from client to current state in database. Be aware that STEs are not for interoperable solutions because their..
Calling null on a class vs Dispose() http://stackoverflow.com/questions/574019/calling-null-on-a-class-vs-dispose of smart folk which are worth reading. It's worth being aware that if you seal your classes it makes life a lot easier the..
Debug VS Release in .net http://stackoverflow.com/questions/90871/debug-vs-release-in-net in .net Continuation to my previous question is any one aware of a comprehensive document what list all available differences.. and particularly in web application What differences you aware of c# .net asp.net share improve this question Debug and.. directive or in the ConditionalAttribute . But I'm not aware of any comprehensive documentation on exactly what optimizations..
Quickest way to convert a base 10 number to any base in .NET? http://stackoverflow.com/questions/923771/quickest-way-to-convert-a-base-10-number-to-any-base-in-net to meet the requirement to convert to any base I'm not aware of any method in the BCL which is capable to convert numbers..
|