Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Compare two lists and generate new one with matching results C#

c# list

Round up midpoint rounding option in c#

c# .net math rounding

How to set PathIcon from code behind?

c# winrt-xaml windows-8.1

Entity Framework 4 Code First Custom table mapping Fluent API issue

merge 2 classes into one class at runtime

c# asp.net

Binding String Collection to ListView, Windows Forms

sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible'

c# sql stored-procedures clr

Text file to store data

c# file text persist

How to check for existence of an element with XElement?

c# .net xml linq linq-to-xml

wpf Dependency property before changing event?

c# wpf wpf-controls

C# Main project and child project references

Is there a more succinct way of adding items to a collection property using LINQ?

c# linq

What C# regex expression can be used to strip out dots (.) in a string?

c# asp.net .net

Connecting with remote mysql database, getting the error "Unable to connect to any of the specified MySQL hosts"

How can I prevent my program from running if it is not ran in Administrative mode? XP and Windows 7

c# security admin

Is it possible to pass some logging 'scope variables' to a .NET log message where these variables are not in the message?

c# .net logging .net-7.0

How to use indexers in switch expression?

one Click event for multiple buttons with Text property

c# events button text properties

How do I get a const string from Web.config?

Get original object from DataRow in GridView C#

c# asp.net linq gridview