¡@

Home 

c# Programming Glossary: bonus

What would I lose by abandoning the standard EventHandler pattern in .NET?

http://stackoverflow.com/questions/1120506/what-would-i-lose-by-abandoning-the-standard-eventhandler-pattern-in-net

would I lose by deviating from the standard pattern As a bonus question will C# CLR 4.0 do anything to change this perhaps..

Optimizing Repository?™s SubmitChanges Method

http://stackoverflow.com/questions/11262785/optimizing-repositorys-submitchanges-method

looked on the updating deleting features as an extra bonus but not something which it was designed for. Also if timing..

C#: Is this benchmarking class accurate?

http://stackoverflow.com/questions/1507405/c-is-this-benchmarking-class-accurate

subject watch.Stop yield return watch.Elapsed TimeSpan For bonus your class should check the System.Diagnostics.Stopwatch.IsHighResolution..

Displaying the build date

http://stackoverflow.com/questions/1600962/displaying-the-build-date

like something like that for the compile date and time for bonus points . Pointers here much appreciated excuse pun if appropriate..

Open source cad drawing (dwg) library in C#

http://stackoverflow.com/questions/169390/open-source-cad-drawing-dwg-library-in-c-sharp

then perhaps RealDWG will suit you but it's Windows only bonus it has a .NET API which the ODA are still working on. The ODA..

Why am I getting strange results bit-shifting by a negative value?

http://stackoverflow.com/questions/1881455/why-am-i-getting-strange-results-bit-shifting-by-a-negative-value

8 4 128 Can anyone explain this behaviour Here's a little bonus. I changed the left shift to a right shift and got this output..

How do I split a string by strings and include the delimiters using .NET?

http://stackoverflow.com/questions/2484919/how-do-i-split-a-string-by-strings-and-include-the-delimiters-using-net

result here 123 xx 456 yy 789 . Good performance is a nice bonus. Regex should be avoided if possible. Update I did some performance..

Lock-free multi-threading is for real threading experts

http://stackoverflow.com/questions/2528969/lock-free-multi-threading-is-for-real-threading-experts

Be sure to follow the links on that page. As an added bonus you will get introduced to the .NET memory model on a side quest..

Adding scripting functionality to .NET applications

http://stackoverflow.com/questions/260/adding-scripting-functionality-to-net-applications

ref currentGameState The language is C# but extra bonus if it's possible to write the script in any .NET language. ..

How to detect installed version of MS-Office?

http://stackoverflow.com/questions/3266675/how-to-detect-installed-version-of-ms-office

installed I'd like to know what versions they are. A bonus would be if I can detect the specific version s of Excel that..

Pipe forwards in C#

http://stackoverflow.com/questions/336775/pipe-forwards-in-c-sharp

fact that they also let us omit the class name that's a bonus but could also be made available for non extension methods as..

Rewrite Rijndael 256 C# Encryption Code in PHP

http://stackoverflow.com/questions/3505453/rewrite-rijndael-256-c-sharp-encryption-code-in-php

Key dc 19 84 7e 5 c6 4d 2f IV af 10 eb fb 4a 3d 2a 20 QED bonus explanation Please don't do crypto if you don't know exactly..

JSON formatter in C#?

http://stackoverflow.com/questions/4580397/json-formatter-in-c

with line breaks and indentations. Validation would be a bonus but isn't necessary and I don't need to parse it into an object..

Where can I find a free masked TextBox in WPF?

http://stackoverflow.com/questions/481059/where-can-i-find-a-free-masked-textbox-in-wpf

have the source you should find it easy to enhance. As a bonus it is free and open source on CodePlex. You can also find a..

“UpdateSourceTrigger=PropertyChanged” equivalent for a Windows Phone 7 TextBox

http://stackoverflow.com/questions/4833100/updatesourcetrigger-propertychanged-equivalent-for-a-windows-phone-7-textbox

Explicit UpdateSourceTrigger Explicit is a smart bonus here. What is it Explicit Updates the binding source only when..

How do I make a WinForms app go Full Screen

http://stackoverflow.com/questions/505167/how-do-i-make-a-winforms-app-go-full-screen

What do I need to do to use that space as well For bonus points is there something I can do to make my MenuStrip autohide..

System with plugins in C#

http://stackoverflow.com/questions/515925/system-with-plugins-in-c-sharp

entirely in plug ins if you want it to. As an added bonus you should also make it so that in the plug ins folder you resolve..

When to use struct in C#?

http://stackoverflow.com/questions/521298/when-to-use-struct-in-c

all know are quite capable of being reference types added bonus info Hashed keys notwithstanding dictionaries are fast in part..

Using OpenGl with C#?

http://stackoverflow.com/questions/536065/using-opengl-with-c

for harder porting but is incredibly nice to use. As a bonus it provides font rendering texture loading input handling audio..

Best resource for learning .NET generics? [closed]

http://stackoverflow.com/questions/85147/best-resource-for-learning-net-generics

any good links or book suggestions for learning them As a bonus I only vaguely understand what .NET generic collections are..

Threadsafe collection without lock

http://stackoverflow.com/questions/10675400/threadsafe-collection-without-lock

Must not use any pre existing thread safe collections Bonus don ™t use any type of lock c# multithreading collections safe..

C# - remove text in between delimiters in a string - regex?

http://stackoverflow.com/questions/1359412/c-sharp-remove-text-in-between-delimiters-in-a-string-regex

you achieve this with C# I am leaning towards a regex. Bonus Are there easy ways of matching those start and end delimiters..

How do I get a Video Thumbnail in .Net?

http://stackoverflow.com/questions/155314/how-do-i-get-a-video-thumbnail-in-net

solution will be the best implementation of this function. Bonus points for avoiding selection of blank frames. c# .net video..

Need microsecond delay in .NET app for throttling UDP multicast transmission rate

http://stackoverflow.com/questions/1631501/need-microsecond-delay-in-net-app-for-throttling-udp-multicast-transmission-rat

that also peg the CPU utilization for the server process Bonus points for a cross platform solution i.e. not Windows specific...

Elegant Log Window in WinForms C#

http://stackoverflow.com/questions/2196097/elegant-log-window-in-winforms-c-sharp

is reached. Automatically scroll as new data is added. Bonus but not required Pause auto scrolling during manual interaction..

Project Euler #15

http://stackoverflow.com/questions/2200236/project-euler-15

the most. But upvotes also to Tim Goodman and Agos Bonus update After reading Eric Lippert's answer I took another look..

Coolest C# LINQ/Lambdas trick you've ever pulled?

http://stackoverflow.com/questions/28858/coolest-c-sharp-linq-lambdas-trick-youve-ever-pulled

or Lambdas anonymous delegates you have ever saw written Bonus if it has went into production too c# linq functional programming..

Dependency Injection wcf

http://stackoverflow.com/questions/3010820/dependency-injection-wcf

.For IMyServiceFactory .ImplementedBy MyServiceFactory Bonus info Here's how to wire up a WCF service with a DI Container..

How does this regex find triangular numbers?

http://stackoverflow.com/questions/3627681/how-does-this-regex-find-triangular-numbers

me to count the number of repetitions matched by and .NET Bonus material Using regex to find power of twos With very slight..

ASP.NET mvc, localized routes and the default language for the user

http://stackoverflow.com/questions/3683404/asp-net-mvc-localized-routes-and-the-default-language-for-the-user

return ResourceNotFound View ... .. do whatever in here .. Bonus suggestion You can also add a Route Constraint to your route..

How to convert an IPv4 address into a integer in C#?

http://stackoverflow.com/questions/461742/how-to-convert-an-ipv4-address-into-a-integer-in-c

that will convert a standard IPv4 address into an Integer. Bonus points available for a function that will do the opposite. Solution..

Is C# really slower than say C++?

http://stackoverflow.com/questions/5326269/is-c-sharp-really-slower-than-say-c

are meaningless at best and outright misleading at worst. Bonus Topic Benchmarks Since quite a few blogs web sites magazine..

Proper use of the IDisposable interface

http://stackoverflow.com/questions/538060/proper-use-of-the-idisposable-interface

When we don't the machine grinds to a swapping halt. Bonus Reading For anyone who likes the style of this answer explaining..

IEnumerable<T> null coalescing Extension

http://stackoverflow.com/questions/5640369/ienumerablet-null-coalescing-extension

kind of bad trend in the developer s if massively used Bonus question Can you suggest a better name to it English is not..

How can I determine whether Console.Out has been redirected to a file?

http://stackoverflow.com/questions/743885/how-can-i-determine-whether-console-out-has-been-redirected-to-a-file

Console.WindowWidth returns the same number in both cases. Bonus points if the solution can distinguish redirected Console.Out..

Trying to understand of DependencyProperty

http://stackoverflow.com/questions/7592013/trying-to-understand-of-dependencyproperty

I referred to http blog.lab49.com archives 2650 Bonus link awesome WPF article in MSDN http msdn.microsoft.com en..

Sorting a linked list

http://stackoverflow.com/questions/768095/sorting-a-linked-list

Show xs.rest Functional heapsort using a Pairing Heap Bonus heapsort using functional pairing heap . class List ... public..

MVC Custom Authentication, Authorization, and Roles Implementation

http://stackoverflow.com/questions/8567358/mvc-custom-authentication-authorization-and-roles-implementation

to follow the 'separation of concerns' ideals well enough Bonus as it is more opinion oriented question c# asp.net mvc forms..

Concatenate and minify JavaScript on the fly OR at build time - ASP.NET MVC

http://stackoverflow.com/questions/890561/concatenate-and-minify-javascript-on-the-fly-or-at-build-time-asp-net-mvc

have about 5 or 6 I would like concatenated and minified. Bonus points for anyone who also incorporates CSS concatenation and..

How to speed adding items to a ListView?

http://stackoverflow.com/questions/9008310/how-to-speed-adding-items-to-a-listview

account for adding items to the listview being so slow Bonus Chatter i know the Windows ListView class can do better because..