Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Move record insert to SQL Server CE database into another thread? C# Compact Framework 3.5

How do I know if smtp server has sent my email?

c# smtpclient

How to get a form to refresh when there's intense code working in the background?

c# winforms multithreading

double conversion value error in c#

c# double

How to properly serve a PDF file

c# asp.net pdf encoding

Convert anonymous type to array or arraylist. Can it be done

c# linq linq-to-sql

Access to the path is denied when programmatically downloading a file from ftp in C# on Win7 64bit

c# ftp ftpwebrequest rebex

Allow only valid characters in a Windows file system in a TextBox that can only appear as uppercase in Windows Forms?

c# .net winforms

What does setting Thread.Priority = Lowest really mean?

c# .net multithreading

C# - Exclude directories and files from Directory.GetDirectories() and Directory.GetFiles()

Finding the implementation of a binding in WPF xaml

c# wpf

Alternatives of BinaryFormatter in C#?

c# .net binaryformatter

How to get a value from an array of scriptable objects in unity custom editor?

Setting up Serilog for AzureFunction

how to check uniqueness (non duplication) of a post in an rss feed

c# sql-server rss feed

What are some useful strategies for converting a Classic ASP application to ASP.NET

c# .net asp.net asp-classic

How to add AllowAnonymous when using MinimalAPIs?

c# minimal-apis

Trying to understand my IEnumerable and why I can't use .ToList()

Draw spline(smooth path) with SkiaSharp lib on Xamarin.Forms?

Why I am not getting error with ref keyword

c# asp.net ref out