Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to create an OpenOffice document in .NET

.net xml openoffice.org

Sharing data between actions

.net asp.net-mvc session

How can I remove shared variables from legacy code

How to log to user's ApplicationData folder using Enterprise Library Logging?

How to redirect by throwing an exceptions from an Asp.NET controller?

Heap size in C# / .Net Framework - Can it grow and how? [duplicate]

Scrollable ODBC cursor in C#

c# .net sql-server cursor

Sendkeys.Send exception: Keyword "SPACE" is not valid

c# .net winforms sendkeys

error CS0117: 'System.IO.File' does not contain a definition for 'Encrypt'

c# windows-mobile .net

How to set the return value of multiple generic functions with FakeItEasy?

stop/dispose/cancel a Task C#

How to split string to an array of strings without multiple spaces

HttpContext.Cache Property storage?

c# asp.net .net http caching

RouteTable.Routes.MapHubs() throwing ArgumentNullException only in the Windows Azure emulator. Why?

Span<T> range operator doesn't make sense

c# .net .net-5 c#-8.0

App Settings config section from Azure Key Vault

Cause for CS0542 - "member names cannot be the same as their enclosing type"

c# .net

How to use .Net MAUI controls in a razor component in .Net MAUI Blazor app

c# .net blazor maui

.NET Framework 4.7.2 installed but not shown in the target type

Generic math how to cast from INumber to a "concrete" type (int/double/etc)