¡@

Home 

c# Programming Glossary: anyone

Priority queue in .Net [closed]

http://stackoverflow.com/questions/102398/priority-queue-in-net

in the 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..

C# - Capture screenshot of active window

http://stackoverflow.com/questions/1163761/c-sharp-capture-screenshot-of-active-window

window and take a screenshot of this active window. Does anyone know how I can do this c# screenshot active window share..

Parse JSON in C#

http://stackoverflow.com/questions/1212344/parse-json-in-c-sharp

so I've been recommended to give JSON.NET a try. Could anyone point me in the right direction to just simply writing some..

How to create and connect custom user buttons/controls with lines using windows forms

http://stackoverflow.com/questions/15819318/how-to-create-and-connect-custom-user-buttons-controls-with-lines-using-windows

is to show that winforms is no longer an option for anyone who needs a serious UI. The original sample was created in 3..

Big integers in C#

http://stackoverflow.com/questions/176775/big-integers-in-c-sharp

of 10 times slower even for ulong length numbers. Does anyone have any better preferably free libraries or is this level of..

Automating the InvokeRequired code pattern

http://stackoverflow.com/questions/2367718/automating-the-invokerequired-code-pattern

an awkward pattern in C# both to remember and to type. Has anyone come up with some sort of shortcut or construct that automates.. is both inefficient and still awkward to deal with. So has anyone figured out any shortcuts c# multithreading winforms thread..

Tips for optimizing C#/.NET programs [closed]

http://stackoverflow.com/questions/2473666/tips-for-optimizing-c-net-programs

It's not even necessarily about plug and play code that anyone should blindly follow but more about gaining an understanding..

What are the correct version numbers for C#?

http://stackoverflow.com/questions/247621/what-are-the-correct-version-numbers-for-c

an incorrect version number e.g. C# 3.5 . The hope is that anyone failing to find an answer with the wrong version number will.. features of C# 3.0 you can use when targeting .NET 2.0. If anyone wants to bring all of the content into this wiki answer they're..

Using AES encryption in C#

http://stackoverflow.com/questions/273452/using-aes-encryption-in-c-sharp

a nice clean example of using AES 128 bit encryption. Does anyone have some sample code c# aes rijndaelmanaged share improve..

How do I find out which process is locking a file using .NET?

http://stackoverflow.com/questions/317071/how-do-i-find-out-which-process-is-locking-a-file-using-net

going to have to spelunk around in the win32 API but if anyone has already done this and can put me on the right track I'd..

Repository pattern tutorial in C# [closed]

http://stackoverflow.com/questions/3175/repository-pattern-tutorial-in-c-sharp

pattern tutorial in C# closed Can anyone recommend good tutorial on repository pattern usage in C# c#..

C# generic constraint for only integers

http://stackoverflow.com/questions/32664/c-sharp-generic-constraint-for-only-integers

generic constraint for only integers Can anyone tell me if there is a way with c# generics to limit a type T..

VS2010 does not show unhandled exception message in a WinForms Application on a 64-bit version of Windows

http://stackoverflow.com/questions/4933958/vs2010-does-not-show-unhandled-exception-message-in-a-winforms-application-on-a

are created with some strange default settings. Does anyone have an idea what's wrong with my project I tried checking the..

Casting vs using the 'as' keyword in the CLR

http://stackoverflow.com/questions/496096/casting-vs-using-the-as-keyword-in-the-clr

attempt to convert the value. To put it another way would anyone ever write int value if int.TryParse text value value int.Parse..

Proper use of the IDisposable interface

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

the machine grinds to a swapping halt. Bonus Reading For anyone who likes the style of this answer explaining the why so the..

How do I convert Word files to PDF programmatically?

http://stackoverflow.com/questions/607669/how-do-i-convert-word-files-to-pdf-programmatically

the proprietary type 2 000 a license or thereabouts. Does anyone know of any clean inexpensive preferably free programmatic solution..

Sending email through Gmail SMTP server with C#

http://stackoverflow.com/questions/704636/sending-email-through-gmail-smtp-server-with-c-sharp

neither work. I would just like to know if it works for anyone else otherwise Google have changed something which has happened..

Is there a way to check if a file is in use?

http://stackoverflow.com/questions/876473/is-there-a-way-to-check-if-a-file-is-in-use

This is against my religion so I was wondering if anyone has a better way of doing it c# file io file locking share..

Distinct() with lambda?

http://stackoverflow.com/questions/1300088/distinct-with-lambda

myCustomerList.Distinct c1 c2 c1.CustomerId c2.CustomerId Anyone know if some such extension exists or some equivalent workaround..

How to make Databinding type safe and support refactoring

http://stackoverflow.com/questions/1329138/how-to-make-databinding-type-safe-and-support-refactoring

your code notifypropertyweaver is well worth looking at. Anyone knows of a good solution for WPF when the bindings are done..

Enum type constraints in C# [duplicate]

http://stackoverflow.com/questions/1331739/enum-type-constraints-in-c-sharp

type constraints in C# duplicate Possible Duplicate Anyone know a good workaround for the lack of an enum generic constraint..

How to properly clean up Excel interop objects

http://stackoverflow.com/questions/158706/how-to-properly-clean-up-excel-interop-objects

is only released once my application is manually closed. Anyone realize what I am doing wrong or has an alternative to ensure..

Embedding JavaScript engine into .NET (C#)

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

and not quite finished spidermonkey dotnet project. Anyone with experience in this area Engines like SquirrelFish V8....

Natural Sort Order in C#

http://stackoverflow.com/questions/248603/natural-sort-order-in-c-sharp

Sort Order in C# Anyone have a good resource or provide a sample of a natural order..

Bidirectional 1 to 1 Dictionary in C#

http://stackoverflow.com/questions/268321/bidirectional-1-to-1-dictionary-in-c-sharp

and which can be searched using either key or value. Anyone know of one or should I just implement it myself I can't believe..

byte[] array pattern search

http://stackoverflow.com/questions/283456/byte-array-pattern-search

array pattern search Anyone know a good and effective way to search match for a byte pattern..

workarounds for nameof() operator in C#: typesafe databinding

http://stackoverflow.com/questions/301809/workarounds-for-nameof-operator-in-c-typesafe-databinding

of missing nameof operator but I could not find it now. Anyone can remind me And...for .NET 2.0...is there any damn way to..

What is the difference between i++ and ++i?

http://stackoverflow.com/questions/3346450/what-is-the-difference-between-i-and-i

or i i being a number variable like int float double etc . Anyone who knows this c# share improve this question Oddly it looks..

ANTLR 3.3 C# Tutorials? [closed]

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

seems there have been some major changes to the API since. Anyone know of some tutorials I've finally managed to get my grammar..

Remove duplicates from a List<T> in C#

http://stackoverflow.com/questions/47752/remove-duplicates-from-a-listt-in-c-sharp

duplicates from a List T in C# Anyone have a quick method for de duplicating a generic List in C#..

LINQ to Entities does not recognize the method 'System.String ToString()' method, and this method cannot be translated into a store expression

http://stackoverflow.com/questions/5899683/linq-to-entities-does-not-recognize-the-method-system-string-tostring-method

this method cannot be translated into a store expression. Anyone know why this happens c# mysql sql linq share improve this..

Calculate date from week number

http://stackoverflow.com/questions/662379/calculate-date-from-week-number

date from week number Anyone know an easy way to get the date of the first day in the week..

MetadataException: Unable to load the specified metadata resource

http://stackoverflow.com/questions/689355/metadataexception-unable-to-load-the-specified-metadata-resource

edmx file from the underlying database with no change. Anyone have any ideas Further details I haven't changed any properties..

Anyone know a good workaround for the lack of an enum generic constraint?

http://stackoverflow.com/questions/7244/anyone-know-a-good-workaround-for-the-lack-of-an-enum-generic-constraint

know a good workaround for the lack of an enum generic constraint.. are value types so I can't add extension types like this. Anyone know a workaround c# .net enums flags share improve this..

Conditional operator assignment with Nullable<value> types?

http://stackoverflow.com/questions/75746/conditional-operator-assignment-with-nullablevalue-types

this assignment would be in the initialization block... Anyone know a more elegant solution c# conditional operator nullable..

servicestack REST API and CORS

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

REST API and CORS Anyone know if the servicestack framework can be used to create CORS..

What does the [Flags] Enum Attribute mean in C#?

http://stackoverflow.com/questions/8447/what-does-the-flags-enum-attribute-mean-in-c

does the Flags Enum Attribute mean in C# Anyone have a good explanation or example they could post Edit I changed..