¡@

Home 

c# Programming Glossary: ago

Public Fields versus Automatic Properties

http://stackoverflow.com/questions/1180860/public-fields-versus-automatic-properties

this question In a related question I had some time ago there was a link to a posting on Jeff's blog explaining some..

Simple 2 way encryption for C#

http://stackoverflow.com/questions/165808/simple-2-way-encryption-for-c-sharp

algorithm. This is a class that I obtained a few years ago to perform AES encryption that I have modified over time to..

FileSystemWatcher Changed event is raised twice

http://stackoverflow.com/questions/1764809/filesystemwatcher-changed-event-is-raised-twice

do some manual duplicate filtering hacks as well. A while ago I bookedmarked a page with a few FileSystemWatcher tips . You..

What is a message pump?

http://stackoverflow.com/questions/2222365/what-is-a-message-pump

is a message pump In this thread posted about a year ago there is a discussion of problems that can come with running..

How to create a simple proxy in C#?

http://stackoverflow.com/questions/226784/how-to-create-a-simple-proxy-in-c

a simple proxy in C# I have downloaded Privoxy few weeks ago and for the fun I was curious to know how a simple version of..

Tips for optimizing C#/.NET programs [closed]

http://stackoverflow.com/questions/2473666/tips-for-optimizing-c-net-programs

For the StringBuilder tip I found the help I did long ago at here on Jon Skeet's site . c# .net optimization share..

Benefits of using the conditional ?: (ternary) operator

http://stackoverflow.com/questions/3312786/benefits-of-using-the-conditional-ternary-operator

operator. I had no idea it existed until a few days ago. I'm not sure how I feel about using it on my current project..

In .NET, which loop runs faster, 'for' or 'foreach'?

http://stackoverflow.com/questions/365615/in-net-which-loop-runs-faster-for-or-foreach

a for loop works faster than a foreach loop a long time ago I assumed it stood true for all collections generic collections..

When should I dispose of a data context

http://stackoverflow.com/questions/389822/when-should-i-dispose-of-a-data-context

Matt Warren from the LINQ to SQL team about this a while ago and here's the reply There are a few reasons we implemented..

Transparent images with C# WinForms

http://stackoverflow.com/questions/395256/transparent-images-with-c-sharp-winforms

question I was in a similar situation a couple of days ago. You can create a transparent control to host your image. using..

C# SIP Stack/Library

http://stackoverflow.com/questions/498056/c-sharp-sip-stack-library

this question I went through a similar quest 7 years ago but looking for an embedded C version. I looked at the oSIP..

IPC Mechanisms in C# - Usage and Best Practices

http://stackoverflow.com/questions/56121/ipc-mechanisms-in-c-sharp-usage-and-best-practices

and Best Practices I have used IPC in win32 code a while ago. Critical sections events semaphores How is the scene in .NET..

Sending email through Gmail SMTP server with C#

http://stackoverflow.com/questions/704636/sending-email-through-gmail-smtp-server-with-c-sharp

ends there. UPDATE This is a question I asked a long time ago and the accepted answer has been code I've used many many times..

How to get a user's client IP address in ASP.NET?

http://stackoverflow.com/questions/735350/how-to-get-a-users-client-ip-address-in-asp-net

Overflow user profile it is Last account activity 4 hours ago from 86.123.127.8 but my machine IP address is a bit different...

Deep cloning objects in C#

http://stackoverflow.com/questions/78536/deep-cloning-objects-in-c-sharp

clone object copier I found on The Code Project a while ago and incorporated it in our stuff. As mentioned elsewhere it..

C# Events and Thread Safety

http://stackoverflow.com/questions/786383/c-sharp-events-and-thread-safety

the condition. I know this was raised as a spectre a while ago but it's not valid. I checked it with either Joe Duffy or Vance.. checked it with either Joe Duffy or Vance Morrison a while ago I can't remember which. Without the volatile modifier it's possible..

How to write a scalable Tcp/Ip based server

http://stackoverflow.com/questions/869744/how-to-write-a-scalable-tcp-ip-based-server

similar to this in the past. From my research years ago showed that writing your own socket implementation was the best.. to be a very annoying .net bug around this which was years ago so I don't recall the details. Also in the ReceiveCallback code..

ExecuteReader requires an open and available Connection. The connection's current state is Connecting

http://stackoverflow.com/questions/9705637/executereader-requires-an-open-and-available-connection-the-connections-curren

ADO.NET functionality into a DB Class me too 10 years ago . Mostly they decide to use static shared objects since it seems..