Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Extracting file name from the file path in C#?

c# filenames filepath

Json string to c# object

c# json

Convert SelectedObjectCollection to Collection of Specific Type

Why are my identifiers marked as not CLS-compliant? [duplicate]

c# .net cls-compliant

Mapping to a nested class

Get relative path to image in another project in same solution

c# silverlight uri

Random number In C# [duplicate]

c# random

C# Finding Next Active Day of Week

c# datetime scheduling

How can I watch a file system directory to see when files are added to it?

c# .net vb.net c#-4.0

Does foreach use IEnumerator/IEnumerable for built-in types?

Generate XML with multiple objects

c# xml

Making Extension Methods/Constructors of a wrapper class Generic

c# wpf generics wrapper

How can you evaluate a PropertyPath against an object *without* using a binding? (i.e. what does a binding itself use?)

c# wpf binding

Re-using an existing interface as a WCF Interface. Does contract decoration affect existing applications? Is there any harm?

c# .net wcf interface

.NET BroadcastWindow Error

c# .net winforms

tests wcf service in the browser

c# wcf web-services browser

Auto-magically add MySQL parameters in C#

c# .net mysql regex dictionary

Drawing reversible rectangle

c#

May I call different classes (with different methods and types) that perform similar functions?

c# design-patterns

NetworkStream.DataAvailable property does not return the right result when using SslStream

c# .net sslstream