Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How do you share encrypted data between two different .NET Core Apps?

c# encryption .net-core

Export csv file to user desktop for deployment

c# winforms

INotifyPropertyChanged in c# structures

c# .net winforms data-binding

Recursion to iteration conversion using dynamic programming

Grouping ListView WPF

c# wpf listview

ZXing-Core BitMatrix to BitMap

c# bitmap asp.net-core zxing

Mock GetExternalLoginInfoAsync() method

Error "Implicit conversion from data type sql_variant to datetime is not allowed" occurred while inserting data to database using dapper

c# dapper

How to prevent property changes after it is assigned in the constructor?

c# properties

C#: iTextSharp, how can i edit the title property of a pdf-document?

c# pdf itext

How to deploy Windows app with SQL Server database?

The ObjectContext instance has been disposed and can no longer be used

Unsure how to set C# Connection string depending on solution configuration

Share Authentication between MVC applications through WIF

C# get generic parameter name using reflection

c# generics reflection

Is it more efficient to use explicit variables?

c# variables var

Can't replace string propertyName parameter with lambda expression

c# lambda data-annotations

XAML DataTemplate can't access App resource

c# wpf xaml

Change cell background based on value from a different column

c# wpf datagrid

Inconsistent Enum Casting Results in C#

c# casting enums