¡@

Home 

c# Programming Glossary: capability

Event Signature in .NET — Using a Strong Typed 'Sender'?

http://stackoverflow.com/questions/1046016/event-signature-in-net-using-a-strong-typed-sender

Basic .NET did not get covariance and contravariance capability for its delegates until the .NET Framework 3.0 VB.NET 2008 ...

SQL Server: Dynamic where-clause

http://stackoverflow.com/questions/144550/sql-server-dynamic-where-clause

using SQL Server 2005 you can use XML to simulate this capability If you're using something earlier than 2005 you need to concatenate..

switch / pattern matching idea

http://stackoverflow.com/questions/156467/switch-pattern-matching-idea

In particular I'm thinking about the pattern matching capability of F# which allows a very rich syntax much more expressive than..

avoiding null reference exceptions

http://stackoverflow.com/questions/1943465/avoiding-null-reference-exceptions

run time checking and static verification. The essential capability to build these contracts into your code is being included in..

Communication between C# applications - the easy way

http://stackoverflow.com/questions/2082450/communication-between-c-sharp-applications-the-easy-way

will always run on the same computer so no networking capability is required. I've already read some questions with similar topics..

Transactions in .net

http://stackoverflow.com/questions/224689/transactions-in-net

object models around i.e. .NET classes with rollback capability perhaps easier than a memento although I've never used this..

C# WinForms - Smart TextBox Control to auto-Format Path length based on Textbox width

http://stackoverflow.com/questions/2397860/c-sharp-winforms-smart-textbox-control-to-auto-format-path-length-based-on-tex

share improve this question Yes it's a built in capability of the TextRenderer.DrawText method. One of its overloads accepts..

Get name of property as a string

http://stackoverflow.com/questions/2820660/get-name-of-property-as-a-string

GetPropertyName someObject.SomeProperty Now with this cool capability it's time to simplify the ExposeProperty method. Polishing doorknobs..

Managing wireless network connection in C#

http://stackoverflow.com/questions/285665/managing-wireless-network-connection-in-c-sharp

Are there any existing components that provide this capability I haven't found anything but this http sysnet.ucsd.edu pawn..

DropDown Menu with ScrollBar in .NET

http://stackoverflow.com/questions/3171640/dropdown-menu-with-scrollbar-in-net

to place a drop down menu in a control with auto scroll capability. Thanks. Alex c# .net vb.net winforms share improve this..

How do I record audio with C#/WPF?

http://stackoverflow.com/questions/3694274/how-do-i-record-audio-with-c-wpf

importing audio files off the disk but I want to add the capability to directly record from a microphone to a disk file or in memory..

DataTable to JSON

http://stackoverflow.com/questions/451460/datatable-to-json

and improving this code. Any input welcome. Note that this capability is built into .Net 3.5 and later and so the only reason to use..

Why doesn't C# have support for first pass exception filtering?

http://stackoverflow.com/questions/602066/why-doesnt-c-sharp-have-support-for-first-pass-exception-filtering

helper function in VB.NET to allow us to access this vital capability from C#. The big clue that there is a problem is that there..

Hide another app's taskbar button

http://stackoverflow.com/questions/739574/hide-another-apps-taskbar-button

From MSDN Version 4.71 and later of Shell32.dll adds the capability to modify the contents of the taskbar. From an application you..

C++, C# and JavaScript on WinRT [closed]

http://stackoverflow.com/questions/7466303/c-c-sharp-and-javascript-on-winrt

in C C# and JavaScript on WinRT e.g. performance feature capability etc. How can I create native Metro App using JavaScript do I..

AutoMapper (Or Similar) - Allow Mapping of Dynamic types?

http://stackoverflow.com/questions/7778216/automapper-or-similar-allow-mapping-of-dynamic-types

don't know any other tool with this dynamic static mapping capability but maybe you can try to use one of other micro ORMs which are..

Programmatically apply / deactivate breakpoints in visual studio

http://stackoverflow.com/questions/841782/programmatically-apply-deactivate-breakpoints-in-visual-studio

useful way of debugging. I'm just wondering if the capability is there. c# .net visual studio breakpoints share improve..

How do I upload a file to an SFTP server in C# / .NET? [closed]

http://stackoverflow.com/questions/86458/how-do-i-upload-a-file-to-an-sftp-server-in-c-sharp-net

a file to an SFTP server in C# .NET closed Does this capability come with .Net If not what's the best free library I need something..

Does WeakReference make a good cache?

http://stackoverflow.com/questions/930198/does-weakreference-make-a-good-cache

GC. However if your cache needs any kind of resurrection capability use of WeakReferences for items that are pending purge is useful...

gaming with c++ or c#? [closed]

http://stackoverflow.com/questions/931502/gaming-with-c-or-c

them I think that is a strong indication of C#'s power and capability as a game development language. Quite a few WP7 games are fully..