Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

If "Presenter" is setting a Property on the "View" is it a violation of MVP Pattern?

c# .net asp.net unit-testing mvp

Updating database in Transaction from List<T>

c# .net sql-server petapoco

.NET Web Service Local Testing

.net web-services localhost

What's the premier .NET Rails-style framework? [closed]

Scheduling a windows service with quartz .NET

Is it possible that COM interop is affected by the Visual Studio Hosting Process?

Usage of the "SAP Function OCX"

.net interop sap-gui saprfc

How can we expose a .NET public const to COM interop

.net vb.net com interop

Which event captures every edit to a RichTextBox?

c# .net wpf events richtextbox

C# Attribute to modify methods

Ternary operator usage

c# .net ternary-operator

Why can't we access a base property outside of a method in derived class?

c# .net properties

Create predicate expression with AutoFixture

c# .net predicate autofixture

Wix Managed Bootstrapper: Installing Net framework and adding entry in add-remove program even if we cancel product installation

.net wix bootstrapper burn

AssemblyLoadContext, dynamically load an assembly, instantiate an object and cast to a shared interface

How to declare a variable in the app.config file?

c# .net winforms

Saving an escape character 0x1b in an XML file

.net xml escaping

Any advantage to use implicitly type var

c# .net