Giter Site home page Giter Site logo

adamsitnik / awesome-dot-net-performance Goto Github PK

View Code? Open in Web Editor NEW
3.1K 3.1K 274.0 153 KB

A curated list of awesome .NET Performance books, courses, trainings, conference talks, blogs and most inspiring open source contributors. Inspired by awesome-... stuff.

License: MIT License

awesome-dot-net-performance's People

Contributors

adamsitnik avatar alexandrnikitin avatar alexvaluyskiy avatar alhardy avatar amoerie avatar andreyakinshin avatar anthonylloyd avatar bartdebever avatar dadhi avatar deinman avatar fbaptista avatar gbalykov avatar guigiovine avatar jackmott avatar jodydonetti avatar jzabroski avatar khellang avatar kkokosa avatar lukasz-pyrzyk avatar marcorossignoli avatar matthiasweiser avatar milton-lopez avatar rikace avatar robertlyson avatar rwinte avatar soraxoriginali avatar spekulatius avatar sporty81 avatar unchase avatar weihanli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-dot-net-performance's Issues

[Suggestion] : Add these performance libraries

Hi Adam, this is my suggested libraries.

Recommendations for a beginners course

If you were to design a course for beginners which resources would you recommend starting with and in which order?

(What is the fastest way to get devs up to speed with performance concepts?)

Add a Load Testing section to Performance Tools with a listing for NBomber

I utilize load testing for determining performance of systems and NBomber has been an incredible tool I discovered recently. A load testing section would expand the range of listed tools to perform benchmarks at the micro level up to full integrations. All in the pursuit of awesome performance naturally :)

Further free YouTube resources

There are few recent talks done by Jetbrains, NDC Conferences and Microsoft about .NET performance in recent versions. I can add them over a PR if its helpful :)

Resources on using Stackify Prefix?

I found it interesting that Prefix is listed here.

We use Stackify at work for APM+, and while it is good for application monitoring, I must confess I have never used it successfully for profiling. I tried, but the whole "edit this config file to configure which types you want to trace in detail" was very unsuccessful for me.

Traditionally, I have used:

  • https://memprofiler.com/ - .NET Memory Profiler for debugging WPF memory leaks, plus some tips and tricks I learned from Dr. WPF
  • RedGate ANTS Profiler - I love using their memory tree to find where a dangling reference isn't getting cleared up. Combined with Reflector it lets me see exactly why a third party lib is causing my application to leak memory, and I can submit bug reports to the third party saying "fix this line!"
  • JMeter for load testing to discover interactions not typically visible in a basic benchmark, such as IIS AppPool restarts due to running out of memory, which will coincide with responses/second dropping sharply indicating some major loading or garbage collection task is running

Mark resources as task list

Hi Adam,

awesome repository, been looking for such for quite a while.
I have one proposal however, do you think it would be better to mark resources as task list rather than just list? I imagine it will be easier for people to fork the repository and track their progress (like myself).
Let me know what do you think.

Regards,
kuskmen

Prefix is a general light weight profiler.

it is not limited to asp.net. Supports php, node, Java, go, ruby, etc... as well. Current beta release of v4 is windows and macOS as well.

And while I may be biased, I think it's awesome.

Biased because I'm one of the primary devs on it.

Could use a "blog/article series" section

This is a great list, but there's little on here you can read for free, and it's a lot to navigate through all of the blogs. Some key sequences of articles or blog posts would be useful.

Jmeter .net DSL

Hello, I am wondering if this new open source tool can be added to this list:
https://abstracta.github.io/jmeter-dotnet-dsl/

I think it is a valuable contribution for .net developers looking to load test their apps using code / dsl instead of GUI-based tools.

What do you think? If you want I am happy to create a PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.