Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How do I check if an NTAccount object represents a Group or a User?

.net security winapi pinvoke

Is there a .Net (prefer F# or C#) implementation of the Hilbert-Huang Transform?

What is the difference between Convert and Parse?

c# .net object type-conversion

How to import COM into Ironpython?

.net com ironpython

Error: The assembly "c:\MyAssembly.dll" could not be converted to a type library

.net build-error typelib

How to programmatically log PerformanceCounter

Splitting Multi-page Tiff into Single Tiff's on Windows 7 / .Net 4.0

c# .net windows-7 tiff

If I have three separate values that could all fit into 32 bits, does it make sense to use a uint to store them?

Display a C# message onlyonce

c# .net winforms

Using .Net Parallel Extensions (Parallel.Invoke) for multiple asynchronous calls?

Handle Entity Framework OptimisticConcurrencyException

.net entity-framework

setting ToolStripSplitButton.DropDownButtonWidth to 0

How do I get MEF to recompose when I change a part?

c# .net mef

Reference Class Library in Sql Server Clr Project

.net database-project

.NET: What is the maximum recommended size of a value type?

.net

Save screenshot of WPF web browser Frame

.net wpf screenshot

Extension methods and compile-time checking

c# .net linq extension-methods

Show tooltip on textbox entry

c# .net textbox tooltip

NUnit Categories in combination?

.net unit-testing tdd nunit

How to find all direct subclasses of a class with .NET Reflection

c# .net reflection