Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How can I convert sbyte[] to base64 string?

c# .net string bytearray base64

String Manipulation.Find string between 2 indexes

c# .net

Collections use in foreach loop

c# .net foreach

Checking if List<T> contains specified integer number [closed]

c# .net arraylist

Equality operator overloading in struct and classes

c# .net

Enum.TryParse - is it thread safe?

c# .net .net-4.0 enums tryparse

Is explicitly calling base() in derived constructors optional?

c# .net

Salesforce SOAP vs REST

c# .net salesforce

Deserializing xml to class, trouble with list<>

create fluent interface for adding elements to a list

c# .net fluent-interface

Why Lambda variable scope exists outside LINQ Query?

c# .net linq scope

Continue after try-catch-finally

c# .net exception-handling

Progress bar style in WPF is old fashioned. Increments in Bars. How to implement a progress bar with vista or windows-7 shady glow effect?

c# .net wpf progress-bar

how to get number of items in listbox

c# .net listbox

Format the number 11 as 00000011 [duplicate]

c# .net windows

Is it possible to recreate this statement without using a foreach? [duplicate]

c# .net linq

Why doesn't C# have lightweight exceptions?

Returning a single element from an iterator block - Iterator cannot contain return statement

c# .net c#-4.0 iterator yield

Explain ds.Tables[0].Rows.Count?

c# asp.net .net

Current thread must be set to single thread apartment in VB.NET

.net vb.net