Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Read/Write text file progressbar in C#

c# winforms progress-bar

Converting IBM DB2 IXF file to CSV or XML

c# python csv db2

Can this C# generic code be simplified and just one type be passed in?

c# c#-4.0 c#-3.0

Chaining methods with &&

c# .net boolean-operations

Loading a JSON file containing JSON within brackets

Linq - Cannot implicitly convert type 'System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement>' to 'System.Collections.Generic.List<string>'

c# linq

Detect when SplitContainer collapsed changes

c# winforms

In DDD, why they often make use of methods instead of properties?

c# domain-driven-design

how to set valuetype as positive int?

c# .net c#-4.0 value-type typeof

Reducing Entity Framework library's dependency on app.config

c# .net entity-framework

Correct way to guarantee thread safety when adding to a list using Parallel library

Proper Way to Format SQL Query Within C# Application

c# sql

Why is my System.Timers.Timer event not firing in C#

c# timer

Fluent NHibernate - HasManyToMany NHibernate.MappingException: Repeated column in mapping for collection

c# .net nhibernate fluent

Storing stories in sql server 2008?

How can I enforce a single instance of my application?

c# .net winapi focus

To abstract, or not to abstract

c# abstract-class

Why does C# implement pre/post-increment/decrement operators for floating point types?

RedirectToAction does not change the URL

Testing variable against multiple values?

c# if-statement