Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Really Custom OpenFileDialog .NET

c# .net vb.net savefiledialog

How to invoke print button of Microsoft report Viewer using c sharp programmatically

c# .net reportviewer

Blazor with SSL on Ubuntu and Certbot

How to prevent under-posting in ASP.NET Web API OData service?

Integrated security in connection string

How to store session data in .NET MVC 5

Unable to use SaveBinaryDirect with Sharepoint online always return 403

Validate document before inserting in MongoDB using .NET driver

Minimal Api Generic CRUD with dynamic endpoint mapping

What does it mean for an application to be FIPS 140 compliant?

.net fips

How can I find a Regex match at a specific location of the string in C#?

c# .net regex

.NET Core add Claim after AzuerAD Authentication

How to reference both x86 and ANY CPU assemblies from the same EXE application?

Assigning bool? to bool

c# .net nullable

Should my DAL return Person or Datatable?

How can I add a private key to X509Certificate2 after I have already added the public key?

c# .net certificate rsa x509

Is there a Subject implementation in Rx.NET that functionally resembles BehaviorSubject but emits only if the value has changed?

Add link label to DataGridView cell or column which is binded to DataSet

c# .net winforms datagridview

StringAssert.Contains("{", needle) throws System.FormatException: Input string was not in a correct format

c# .net unit-testing mstest