Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

LINQ to SQL "aggregating" property

c# .net linq linq-to-sql

Regex to match the path before the resource from a URL

c# regex url

Reading two inputs from the user

Is casting an IEnumerable to an ArrayList O(N) or O(1)?

Does WPF have a "static box" control?

Password stretching - a way to mitigate CPU flood

c# security passwords

Signing a byte array of 128 bytes with RSA in C sharp

c# cryptography rsa

How to generate a graph from an excel worksheet using C#

c# excel graph charts

C# Drawing: What is the best way to draw a polygon with a hole in the middle

c# wpf drawing gdi

SQL Server - How to select the most recent record per user?

c# asp.net sql sql-server tsql

How to access the Application object from a console app?

c# console-application

Get SQL data And show it in a text box?

Passing ASP.NET client IDs in to a javascript function

c# javascript asp.net webforms

what is a good way to provide a range of unique numbers (C# vs Sql)?

c# sql sql-server

How to make a C# application act as a service?

c# .net windows

Returning dictionaries from methods

c# limiting listbox items

c# .net linq listbox

please suggest a hosted survey tool with an API [closed]

c# asp.net survey

try catch question

c# wcf exception

Parallel.For fail (C#)

c# parallel-processing