Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How can I validate hebrew string input in C#?

c#

How to extend the asp.net User.Identity Property?

c# asp.net

Adding a property without touching the class? (not inheritance)

c# class singleton properties

C# Web Application Question

c# silverlight

How do you handle upgrades of software you develop? [closed]

c# upgrade

how to parse main arguments?

c# command-line-arguments

Is it possible to "zoom" the text in a WPF RichTextBox?

c# .net wpf richtextbox zooming

Multiple inheritance is not supported in dotnet. But multiple interface supports? [duplicate]

Is using an event for logging a good idea?

c# .net

Consume a web service C#?

c# asp.net web-services

How could HRESULT appear in an MIDL file?

c# c++ com interop

Interfaces vs. inheritance: which is better in this case?

c# inheritance interface

Trouble launching program with System.Diagnostics.Process.Start()

c# .net

out variables in a linq statement

c# linq

How to handle ((List<string>)Session.Add("")

c# asp.net arrays string session

Inheriting class and call hidden base constructor

c#

Do I need to implement a dispose or finalize in my objects?

Read and write EXIF data with Silverlight

c# .net silverlight exif

C# Applying same function to different variables

c# linq

ASP.NET annoying URL encoding strings

c# asp.net