¡@

Home 

c# Programming Glossary: functionality

Direct casting vs 'as' operator?

http://stackoverflow.com/questions/132445/direct-casting-vs-as-operator

I have only seen a need for this return null type of functionality with badly designed libraries which use error codes e.g. return..

Create Excel (.XLS and .XLSX) file from C# [closed]

http://stackoverflow.com/questions/151005/create-excel-xls-and-xlsx-file-from-c-sharp

new .xlsx format yet but they are working on adding that functionality in. It's very simple small and easy to use. Plus it has a DataSetHelper..

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

buttons or user controls as shown in the proposed GUI. The functionality should be as follows The graphs or configurations are created.. GUI view controls with options GUI view minimized Which functionality in Windows forms can I use to create the connecting lines If.. create the connecting lines If they are created by using functionality to draw lines how can I make sure the controls snap to the line..

Simple 2 way encryption for C#

http://stackoverflow.com/questions/165808/simple-2-way-encryption-for-c-sharp

for C# I'm looking for very simple encrypt and decrypt functionality for some data. It's not mission critical. I need something to..

When to Use Static Classes in C#

http://stackoverflow.com/questions/241339/when-to-use-static-classes-in-c-sharp

that happily buzzes along. Suddenly we need to change the functionality slightly. Most of the functionality is the same but we have.. we need to change the functionality slightly. Most of the functionality is the same but we have to change a couple of parts nonetheless... it's a static method we can't. Sure if we just need to add functionality either before or after the old method we can create a new class..

How to provide user name and password when connecting to a network share

http://stackoverflow.com/questions/295538/how-to-provide-user-name-and-password-when-connecting-to-a-network-share

family from mpr.dll but would like to do it with .Net 2.0 functionality. What options are available Maybe some more information helps..

Dynamic LINQ OrderBy on IEnumerable<T>

http://stackoverflow.com/questions/41244/dynamic-linq-orderby-on-ienumerablet

only works on IQueryable T . Is there any way to get this functionality on IEnumerable T c# linq linq to objects share improve this..

What is the purpose of self tracking entities?

http://stackoverflow.com/questions/5091974/what-is-the-purpose-of-self-tracking-entities

STEs are not for interoperable solutions because their functionality is based on sharing STE code between server and client. share..

How to add a Timeout to Console.ReadLine()?

http://stackoverflow.com/questions/57615/how-to-add-a-timeout-to-console-readline

A function other than ReadLine is used causing loss of functionality. Delete backspace up key for previous input . Function behaves..

Deep cloning objects in C#

http://stackoverflow.com/questions/78536/deep-cloning-objects-in-c-sharp

reflected in the original object. I don't often need this functionality so when it's been necessary I've resorted to creating a new..

ExecuteReader requires an open and available Connection. The connection's current state is Connecting

http://stackoverflow.com/questions/9705637/executereader-requires-an-open-and-available-connection-the-connections-curren

people think that it would be smart to encapsulate ADO.NET functionality into a DB Class me too 10 years ago . Mostly they decide to..