Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Catch Exceptions handled by External Assembly

c# .net reflection exception

How to use IOptions pattern in Program.cs in .NET6, before builder.build()?

c# .net .net-core .net-6.0

How to modify webservice proxy to get Raw XML

c# .net xml web-services

Sql Server to Excel via a Web Service

MonoTouch - UIDevice.CurrentDevice.Name - UTF8

c# .net utf-8 xamarin.ios

Collection was modified; enumeration operation may not execute

c# .net asp.net-mvc-3

How to use binding in a WPF DataTemplate that is inside a Style

c# .net wpf templates binding

Mapping lists of subclasses

c# .net nhibernate subclass

Cannot instanciate .Net COM object in classic ASP/VBScript page (Error ASP 0177)

Better way to design this loop?

.net

Can WCF contract methods return null?

.net wcf

What's the "right" way to convert data from one type to another?

c# .net

How to compile shader fx-file for use in WPF?

.net wpf pixel-shader

Milliseconds are being truncated by an ASP.NET MVC Hidden Input element

What is the optimal icon size to use for a Windows Form Application List View item, (Small Icons View)

c# .net winforms listview

How to inject Predicate and Func in Spring.net

Focus problems in datagrid

c# .net wpf focus wpfdatagrid

Is conditional logic in an MVC3 view a good practice?

c# .net asp.net-mvc-3 view

EF4 and Code first approach

Managed C++ Static Constructor not called in .net4

c# .net c++-cli