Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

C# WPF-Ask user before closing application if right-clicking the application icon on the system task bar

c# wpf

how can i convert time span to a double value

c# asp.net

How do I Split string only at last occurrence of special character and use both sides after split

c# regex wpf string split

What is the best way prevent duplicate records in a SQL Server database

c# sql sql-server-2008

Include a collection and then a collection one level down

c# linq entity-framework

C# - Can't insert data into MySQL database

c# mysql .net database winforms

Type Is not defined - C# class to VB.NET

StreamReader.EndOfStream missing last line?

c# .net file-io stream

How to convert delegate from c# to vb.net?

c# vb.net delegates

XPath: How to select the first given parent of a node?

c# xml xpath

Is there a way in C# to access object properties in old, Pascal "with" keyword way?

c# keyword code-snippets

C#: When debugging in a catch can you get at a non-explicitly declared exception?

c# visual-studio debugging

Instantiating a class using Reflection

c# .net reflection

Which Collection Class to use: Hashtable or Dictionary?

c# collections dictionary

WPF CollectionView/DataGrid get index of first visible item

c# wpf mvvm

How to highlight element in selenium webdriver

Best way to get the value from a tuple in C#

c# .net tuples

Can we shorten s1.Equals(s2, StringComparison.InvariantCultureIgnoreCase)?

c# string comparison equals

how to do a distinct on List(Of Integer())?

c# .net vb.net linq