Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Is this the most efficient way to express this XDocument query?

c# xml .net-3.5 linq-to-xml

FormatProvider vs. extension method vs. new class

FileUpload .net control and saving files to virtual folder on remote file server

Using named pipes asynchronously with StreamWriter

c# .net .net-3.5 named-pipes

Why is ASP.NET trying to generate a temporary class for a Web Service reference?

Adjust the Visibility property of a View not working

wpf xaml .net-3.5 visibility

To .Take() or not to .Take(), that is the question

.net linq .net-3.5 ienumerable

Setup Project is not correctly registering assembly in GAC

Simplest way to construct a string by interpolating values into a Regex pattern?

regex string .net-3.5

Are Linq-To-Sql Dynamic-Where-Clauses Even Possible in Framework 3.5?

HttpWebRequest only running on .NET 4.0

StructureMap, IIS 7.5 and FileIOException

iis structuremap .net-3.5

How do I enter a plus sign ASP.NET Ajax HTMLEditor

.NET Library for CGM File Conversion

.net converter .net-3.5

Is it possible to derive(fake) a location path to an in-memory MemoryStream file?

List<int> initialization in C# 3.5

c# .net-3.5

"DataBinding: 'index+NewsItem' does not contain a property with the name 'Link'", but property exists (Not a Typo)

c# .net asp.net .net-3.5

Storing a list of methods in C#

c# .net .net-3.5

Why are DispatcherObject.CheckAccess() and VerifyAccess() hidden from Intellisense?

.net-3.5 intellisense