Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Parsing a xml string & retrieving its attribute Value using Linq to XML C#

c# xml linq c#-4.0 linq-to-xml

How can I add a attribute to Root node of my XmlDocument() in C#

Async-Await vs Task<T>.Result on WP8

Merging pdf with pdfsharp : exception en the pdfDocument.close()

c# pdf pdf-generation pdfsharp

Logic behind a bubble sort

c# bubble-sort

c# string to float convert doesn't work correct

Fill a 2D Rectangle

c# xna 2d draw

Using embedded resource icon as app icon in C#

How to create an extension method that will allow me to call ToSerializableDictionary(p => p.ID) instead of .ToDictionary(p => p.ID)

c# extension-methods

show where the using directive is used

XML comments in MonoDevelop

c# mono monodevelop

System.Timers.Timer fires second time a few milliseconds later

c# multithreading timer

Can I use WMI to manage WSD devices (specifically printers)?

c# .net wmi wsd

SlowChetah-like Transformation for ASPX Pages?

how to access collection view child ui elements

c# .net xamarin maui

How to correctly dispose of instances that are hold within a registered C# service that does not implement IDisposable?

Self-Referencing in Event Listener Delegates (C#)

MongoDB - Hosting on multiple servers

c# .net mongodb replication norm

Check if a specified type is a match for a generic type?

c# .net generics .net-4.0

Does TransactionScope support atomic DB execution?