Skip to content
.Net DizzyCoding
.Net Question and Answer Documentation
MENU
  • Home

Category: .Net Stack

Is there any performance difference between Begin* and *Async for sockets in .NET?

By StevePosted on May 30, 2023

Problem : My application needs to rapidly broadcast a message to a large number of clients (1000-s) and collect results. […]

Create using for own helper? like Html.BeginForm

By StevePosted on May 29, 2023

Problem : I was wondering, is it possible to create your own helper definition, with a using? such as the […]

Convert a string to a date in .net

By StevePosted on May 29, 2023

Problem : I’m reading text from a flat file in c# and need to test whether certain values are dates. […]

.NET Deserializing JSON to multiple types [duplicate]

By StevePosted on May 29, 2023

Problem : This question already has an answer here: Closed 9 years ago. Possible Duplicate: Deserializing JSON into one of […]

When executing an application on .net 4.0, compiled under .net 2.0

By StevePosted on May 29, 2023August 29, 2022

Problem : Assuming that: The C# source code below is compiled under .NET 2.0 (CLR 2.0); and The above application […]

“Invalid attempt to call Read when reader is closed” error (for lengthy operations only)

By StevePosted on May 28, 2023

Problem : We have a operation in which more than 100.000 records are read from a csv file and inserted […]

ADO.NET Entity Framework: Update Wizard will not add tables

By StevePosted on May 28, 2023

Problem : I added a new ADO.Net Entity Data Model into my project and used the Update Wizard to add […]

Project reference work-around .net 4.5 and .net 3.5

By StevePosted on May 27, 2023August 29, 2022

Problem : In continue for this thread: Mixing .NET 3.5 with 4/4.5 assemblies in the same solution/project I found a […]

Forcing XDocument.ToString() to include the closing tag when there is no data

By StevePosted on May 27, 2023

Problem : I have a XDocument that looks like this: XDocument outputDocument = new XDocument( new XElement(“Document”, new XElement(“Stuff”) ) […]

What does the “>>” operator in C# do?

By StevePosted on May 27, 2023

Problem : I ran into this statement in a piece of code: Int32 medianIndex = colorList.Count >> 1; colorList is […]

  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 141

Recent Posts

  • Developer Machine Justification
  • OpenID provider on localhost with DotNetOpenAuth
  • Dispatcher BeginInvoke Syntax
  • Could not find a base address that matches scheme http for the endpoint with binding WSHttpBinding
  • C# Unit Testing: Testing a method that uses MapPath
  • Passing F# function to IEnumerable.Where vs IEnumerable.All
  • DotNetOpenAuth: How to implement a simple OpenId provider?
  • Opening default web browser
  • Make Wcf Service IntegratedWindowsAuthentication
  • Floating point inconsistency between expression and assigned object
  • Obtaining path of users directory
  • Backup SQL Server Database with progress
  • Draw text on a .net Control with negative color of the background – blend
  • Putting XML Data into the Windows Event Log
  • Understanding the behavior of TaskScheduler.Current
Proudly powered by WordPress / Php Dizzy Coding