Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

I'm a .NET Programmer. What are specific uses of Python and/or Ruby for that will make me more productive?

python .net ruby

Tools and techniques to optimize a LINQ to SQL query [closed]

Bind SqlDataReader to Repeater. Good practice?

c# .net asp.net

.NET System.Net.Mail.SmtpClient class doesn't issue QUIT command to SMTP transaction

.net smtp

In what order do .NET Windows forms events fire?

.net visual-studio winforms

Detect file 'COPY' operation in Windows

c# .net windows winapi

Is there an advantage to USING vs. declaring a context variable?

.net vb.net linq linq-to-sql

Commercial .NET CSV Parser/Library

c# .net csv

why is use of "new NetworkCredential(username, password)" not working for Basic Authentication to my website (from a WinForms C# app)?

How to stop one thread until n threads have completed their work

Thread Abort in .NET

c# .net multithreading abort

Dictionary.ContainsKey() not working as expected

c# .net

Handling post requests in ASP.NET MVC

UI to allow 700+ multiple choices

Visual Studio 2010 (maintaining backwards compatibility)

The server returned an address in response to the PASV command that is different than the address to which the FTP connection was made

How to change class definition on runtime?

c# .net

Ints and Doubles doing division

c# .net double type-conversion

Storing a Function to Run Later

c# .net function

How to compare list of X to list of Y in C# by using generics?

c# .net generics list