Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Any way to get VS (2010) to accept PDBs after using ILMerge/Costura to combine assemblies?

The specified Type must be a struct containing no references

How to extract private key ,created using Strong Name tool (sn.exe)?

.net key strongname

XPath expression evaluation error

c# .net xml

Read in a file using a regular expression?

c# .net regex streamreader

How to create a custom .NET dll loadable for Lua(forWindows)?

c# .net lua luainterface

SDL Tridion EventSubscription UnSubscribe Issue

c# .net tridion unsubscribe

Extended protection is not supported or not enabled on this platform issue logged in server WCF trace logs

Decrypt .Net cookie in nodejs

.net node.js cryptography aes

Is there a way to stop the tabs on a WPF .NET TabControl from changing positions?

.net wpf tabcontrol

.Net serialization - mixing [Serializable] with custom in inheritance tree

VPN connection contained within an application

c# .net networking vpn cisco

Keep url encoded while using URI class in .NET 3.5

c# .net uri

Out-of-memory error while reading very large text file in vb.net

.net vb.net out-of-memory

use .Net UdpClient in a multithreaded environment

Combining PDFs with PDFSharp losing form fields

.net merge pdfsharp

Validating my form

c# .net winforms textbox

Why does ICustomAttributeProvider.GetCustomAttributes() return object[] instead of Attribute[]?

Best way to document WCF interface? [closed]

c# .net xml wcf documentation

Benefits of using BufferBlock<T> in dataflow networks