¡@

Home 

c# Programming Glossary: mention

What is “Best Practice” For Comparing Two Instances of a Reference Type?

http://stackoverflow.com/questions/104158/what-is-best-practice-for-comparing-two-instances-of-a-reference-type

types Should we implement IComparable I have also seen mention that this should be reserved for value types only . Is there..

Calculate the number of business days between two dates?

http://stackoverflow.com/questions/1617049/calculate-the-number-of-business-days-between-two-dates

when it's avoidable which is the case here. I don't even mention creating a bunch of DateTime instances as I saw in one of the..

Method can be made static, but should it?

http://stackoverflow.com/questions/169378/method-can-be-made-static-but-should-it

can provide a very small performance enhancement not to mention a memory saving depending on the number of instances your class..

Why use ref keyword when passing an Object?

http://stackoverflow.com/questions/186891/why-use-ref-keyword-when-passing-an-object

one that has a different value. Edit As other people have mention. It is not a good idea to use ref unless it is needed. Using..

How to get Color from Hexadecimal color code using .NET?

http://stackoverflow.com/questions/2109756/how-to-get-color-from-hexadecimal-color-code-using-net

latter is used in WPF for example. I haven't seen anyone mention it yet so just in case you were looking for it using System.Windows.Media..

Solid FFmpeg wrapper for C#/.NET

http://stackoverflow.com/questions/2163036/solid-ffmpeg-wrapper-for-c-net

use eventlisteners for progress. And please feel free to mention any active projects even if they are stil in the early stages...

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

framework which is compiled against 2.X. I see mention of this being possible such as the accepted answer here but..

C# Object Pooling Pattern implementation

http://stackoverflow.com/questions/2510975/c-sharp-object-pooling-pattern-implementation

how to actually construct one Access strategy you mention round robin which is not as straightforward as it sounds this.. which you said was out of scope but it's still worth mentioning . For the resource loading mechanism .NET already gives us..

Get output parameter value in ADO.NET

http://stackoverflow.com/questions/290652/get-output-parameter-value-in-ado-net

3.5 years and almost 20k views and nobody had bothered to mention that it didn't even compile for the reason specified in my be..

What do 'statically linked' and 'dynamically linked' mean?

http://stackoverflow.com/questions/311882/what-do-statically-linked-and-dynamically-linked-mean

responsible for the dreaded DLL hell that some people mention in that applications can be broken if you replace a dynamically..

ANTLR 3.3 C# Tutorials? [closed]

http://stackoverflow.com/questions/4396080/antlr-3-3-c-sharp-tutorials

because the C# binaries seem to be out of date too not to mention the source doesn't compile without some fixes but I still have..

.NET String to byte Array C#

http://stackoverflow.com/questions/472906/net-string-to-byte-array-c-sharp

here you DON'T need to worry about encoding Like you mentioned your goal is simply to get what bytes the string has been.. to interpret the bytes somehow which you obviously didn't mention you intend to do then there is nothing wrong with this approach..

Generating Documentation from C# XML Comments

http://stackoverflow.com/questions/48381/generating-documentation-from-c-sharp-xml-comments

also supports C# XML Comments although I can't find any mention of it on their website Anyway I recommend it. It's easy to use..

Very slow compile times on Visual Studio 2005

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

deliver compile messages UPDATE Apologies I neglected to mention this is a C# solution. Thanks for all the cpp suggestions but.. snorting through a compile but every bit helps. Orion did mention in a comment that generics may have a play also. From my tests..

What is the difference between const and readonly?

http://stackoverflow.com/questions/55984/what-is-the-difference-between-const-and-readonly

public readonly float PI 3.14 Update Aku needs to get a mention coz he pointed this out first. Also I need to plug where I learned..

How to generate and validate a software license key?

http://stackoverflow.com/questions/599837/how-to-generate-and-validate-a-software-license-key

solution as far as it goes. Just thought I really ought to mention this though if you're planning to derive something else from..

Is there a difference between “throw” and “throw ex”?

http://stackoverflow.com/questions/730250/is-there-a-difference-between-throw-and-throw-ex

between those two are already. why do I have to even mention this... But my question is different in a way that I am calling..

How to write a scalable Tcp/Ip based server

http://stackoverflow.com/questions/869744/how-to-write-a-scalable-tcp-ip-based-server

_sockets.Remove conn EDIT In this pattern I forgot to mention that in this area of code put whatever you want to do when you..

Seeking clarification on apparent contradictions regarding weakly typed languages

http://stackoverflow.com/questions/9929585/seeking-clarification-on-apparent-contradictions-regarding-weakly-typed-language

mean for a language to be truly weakly typed Could you mention any good examples of weakly typing that are not related to automatic..