Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

JustDre

@JustDre
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • .NET 6.0 is Slower than .NET Framework In Some String Operations
    J JustDre

    georani wrote:

    Not in this case, StopWatch is sufficient.

    Benchmark.NET makes sure that code is warmed up properly, eliminating simple things like tiered compilation whose defaults may have changed between .NET versions, for example. It also makes it fairly trivial to compare different runtimes: it is, after all, the tool that Microsoft itself uses for comparison of runtimes (to consciously decide when performance regressions are acceptable).

    The Lounge csharp dotnet com performance announcement

  • Whose idea was this in C\?
    J JustDre

    Var should be used whenever the type is obvious from the RHS. Most of the time, nobody cares about the specific type of a variable, yet explicitly declaring the type forces maintainers to read it 100% of the time. It's also less DRY: it would be silly to say, "Today I washed my car today". The counterpart is a newer feature that lets us instantiate without the explicit type, which arguably should only be used when the type is obvious: private Dictionary> _lookupTable = new();

    The Lounge csharp database visual-studio wpf com

  • WTF - The latest version of RestSharp has a major breaking change
    J JustDre

    Not fun, but it could be fixed pretty easily with a regex search and replace.

    The Lounge asp-net csharp dotnet com json
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups