Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Why can't strongly named assemblies use assemblies that aren't signed?

How can I convince my admins to upgrade from ASP.NET 2.0 to 3.5?

This java technology stack in .net?

java .net frameworks

Referencing namespaces globally?

c# .net namespaces

Dynamically changing the text of items in a Winforms ComboBox

.NET Framework support for multicore hardware

.net multicore

what are the possible problems with CLR integration in Sqlserver

.net sql-server sqlclr

How to distinguish that a type is ValueType Or RefereceType?

.net types value-type

How to use WebResponse to Download .wmv file

how can i get all the available messages on a MSMQ Queue

c# .net msmq

Adding an entry to the System Menu (Left-Upper-Corner Icon Menu) in WinForms?

.net winforms systemmenu

How do you verify that a scheduled task exists on a server using C#?

c# .net scheduled-tasks

Using reflection to set the value of an Int32

c# .net reflection

How do I query ActiveDirectory using LDAP with a username, not a CN?

.net active-directory ldap

What is the equivalent of a Java applet in .NET?

java .net applet

RichTextBox (.NET Winforms) problem (or alternative)

Unit testing and the scope of objects - how to test private/internal methods etc?

.net unit-testing nunit

Assembly specific settings not loading at runtime

c# .net settings app-config

web.config and quotes in connectionStrings

.net web-config

Syntax for applying an attribute to an anonymous method?

.net attributes delegates