Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Server.MapPath VS. @Href("~/SomeFile.cshtml")

How can I set file permissions to prevent anyone else from taking exclusive lock on my file?

c# .net file-locking

Declare variable in LinQ expression tree

c# .net linq lambda expression

IIS7 Application Request Routing HTTPS

Why is my class method not visible when I implement an interface in my class?

app.config <supportedRuntime>

.net configuration

How to generate a fax and send it in code

.net fax rightfax

Delegate signature/generic delegate?

c# .net

Mathematical packages that can be used from .NET

Handling massive in memory objects in .NET

.net memory in-memory

NHibernate SchemaExport and Configure() catch-22

Recommended .Net soft real-time

Should one extend or encapsulate ORM objects?

c# .net oop orm llblgenpro

Decompiled assembly - unusual code

c# .net events decompiling ilspy

How do I check if a filename matches a wildcard pattern? [duplicate]

.net

C# closing another form problem, Close(); does not work

c# .net winforms formclosing

Error: Cannot find the Style Property 'Template' on the type 'System.Windows.Controls.Primitives.Popup'

.net wpf xaml .net-4.0 popup

How to filter files from directory using LINQ?

c# .net linq

What does 'struct' restriction mean?

c# .net generics restrictions

Get all class types that implement a specific interface using VB.Net