Top ".net" questions

Do NOT use for questions about .NET Core - use [.net-core] instead.

How can I send emails through SSL SMTP with the .NET Framework?

Is there a way with the .NET Framework to send emails through an SSL SMTP server on port 465? The usual …

c# .net email ssl smtp
Could not load file or assembly for Oracle.DataAccess in .NET

When I try to run a simple program to access oracle I am getting this message Could not load file …

.net oracle assemblies
View/edit ID3 data for MP3 files

What's a quick and easy way to view and edit ID3 tags (artist, album, etc.) using C#?

c# .net mp3 id3
What's the difference between KeyDown and KeyPress in .NET?

What is the difference between the KeyDown and KeyPress events in .NET?

.net
Accessing UI (Main) Thread safely in WPF

I have an application which updates my datagrid each time a log file that I'm watching gets updated (Appended with …

c# .net wpf multithreading datagrid
Description for event id from source cannot be found

When I write a log into windows event log, I get the event below, what's the root cause of this …

.net windows event-log
How do I resolve "Please make sure that the file is accessible and that it is a valid assembly or COM component"?

I am building a project with OpenCV in C#. It requires a dll file called cvextern.dll. but, when adding …

c# .net dll opencv
Global variables in c#.net

How can I set a global variable in a C# web application? What I want to do is to set …

c# .net global-variables
Will Google Android ever support .NET?

Now that the G1 with Google's Android OS is now available (soon), will the android platform ever support .Net?

android .net mono
Will #if RELEASE work like #if DEBUG does in C#?

In all the examples I've seen of the #if compiler directive, they use "DEBUG". Can I use "RELEASE" in the …

c# .net debugging