ASP.NET Core
dnSpy
DISCONTINUED
Our great sponsors
ASP.NET Core | dnSpy | |
---|---|---|
1396 | 83 | |
31,273 | 16,556 | |
1.6% | - | |
9.9 | 7.6 | |
2 days ago | over 2 years ago | |
C# | C# | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ASP.NET Core
-
I'm on the JS/TS/Node stack is it worth learning another stack (C#)?
My professors advice: Learn C++ and Data structures to truly understand C#. C# is the future, to top off your full stack knowledge, learn to learn what's in front of you, these are tools to create and solve and save hours. When you train to learn what's in front of you, you become enabled for any language not just C#. This is when you start to become full stack! Next up, containerization, and cleaning up data leaks from poorly designed systems! SSO can solve that, companies no longer need to store your data nor websites. SSO is the future to privacy once again! Learn database, POCO's, dependency injection, apply code beautification, see github projects, DTO's, and connect an Angular front end to a C# back end, and Entity Framework, and Nhibernate to really top off your understanding. Learn about old asp.net and how SQL injection was possible. Also, see websites that show you a java solution, C# solution, C++, JavaScript, etc. all for the same solution and study how the code looks different doing the same things. These things will make you confident.
-
.NET 8 Finally Comes with Auth Solution for SPA
The ASP.Net team has been somewhat hard headed about this for quite a while. They just didn’t seem to grasp how this could be a problem. Glad they have finally come around.
Here’s a link to the relevant comment:
https://github.com/dotnet/aspnetcore/issues/42158#issuecomme...
- Official update on authentication for .NET 8
-
Is there any simple project of you that use vue.js and c# as backend? I want to study about that
Before I just use asp.net with html and css to style my simple page but i'm really curious how do I communicate from backend using C# to vue.js, I know that you can just use API but I'm curious let's say I got 2 tables. Dog and Dog's Owner in DB. when I join these 2 tables together.
-
Call desktop app from web app
On the other side, I have an asp.net application from which I need to call an action on the client machine. It is necessary to call the action from the frontend, but it may be useful to call it from the backend in the future.
-
Understanding the .NET ecosystem: The evolution of .NET into .NET 7
https://github.com/dotnet/aspnetcore/issues/41340
-
Software vs web developing
and if you are a beginner it does not really matter what you learn. web by now is overtaking desktops apps anyway. i mean they basically teach you asp.net with a webstack, thats why they want to teach you js & html etc. so they will show you how to use asp.net as a backend server and the rest for the front end.
c# is good to learn a well structured language. asp.net i dont know, back when i learned it i considered it crap. like jsp
CMS is a pretty generic acronym for "content management system" so may need more context here. asp.net is an extension of the Microsoft C# .NET framework that provides tools for specifically developing web applications or complex websites. Similar to how you can use Unity and C# for game development. Also, I believe the Core label is what Microsoft uses to denote the cross-platform version of .NET
dnSpy
-
Absolute Beginner's Guide to making a mod?
Code Creation. Unfortunately, I don't have more information on the code of the game. This is the part I need help with. I'm quite familiar with HTML, CSS, and Javascript, but haven't really touched C#. The best that I've managed is opening Kitchen.Common.dll and KitchenMode.dll in dnSpy (https://github.com/dnSpy/dnSpy) and looking at the class and struct names, recognizing that some of the contents of those dll files which start with C, like CAppliance, are components of entities in the game, and can be used to retrieve entities somehow. I have no idea how to use the classes, like GrabItems or CreateNewMesses. Who knows if either of those do anything? Oh, and making an item or appliance? No idea.
-
[GUIDE] How to get all Klonoa PRS skins
first, get dnSpy from here: https://github.com/dnSpy/dnSpy/releases/download/v6.1.8/dnSpy-net-win64.zip
-
is it possible to reverse engineer exe file
I've been using JustDecompile and dnSpy. Remember that if it's programmed in, let's say, c++ or c, it's not that simple to reverse engineer. Simple C# .NET programs should be fairly easy to reverse engineer.
-
My game is being stolen - No idea what to do and it's frustrating
There is also dnspy though it's not under active development. That can go back to C# or IL
-
Looking to learn how to mod LoR, anyone have a good entry level guide?
For digging into the game's code aka opening .dll files (found in the Managed folder of the _Data folders): https://github.com/dnSpy/dnSpy For editing mod files (non-dll), there's Notepad (built-in for Windows), Notepad++ (https://notepad-plus-plus.org/), and Visual Studio Code (https://code.visualstudio.com/).
-
.NET is often seen as corporate and boring – What are some interesting/cool/unique projects and people?
dnSpy / dnSpy The best .NET reflector (and can debug compiled assemblies!!)
-
Pathologic 2 modding?
Sooo, P2 modding is not very well documented so far - what I know is that it's easy to replace things like textures and sounds using AssetStudio and UABE together. The dialogue and many of the gameplay files are in plaintext or XML, and can be edited freely (once you know what they do). Furthermore, you can use DNSpy to edit the .net files included with the game (this is how the published mod Bound Again added effects to items, IIRC).
-
How I hacked Hearthstone
dnSpy. Also read the post!
-
Compiling .NET into Native
However, this is at the cost of inadequate security and performance. Decompilers for .NET (such as DnSpy) is so good that an attacker can get almost the exact source code from a .NET executable. Obfuscation would be an easy fix to this — a great example is "virtualization," where the original MSIL code is encrypted, and during runtime, it is decrypted and executed.
-
Is there a way to decompile unity 3D games?
for decompiling Assembly-CSharp you can use dnSpy - https://github.com/dnSpy/dnSpy
What are some alternatives?
Blazor.WebRTC
Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
deno - A modern runtime for JavaScript and TypeScript.
inertia-laravel - The Laravel adapter for Inertia.js.
PuppeteerSharp - Headless Chrome .NET API
ILSpy - .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
Fody - Extensible tool for weaving .net assemblies
dnSpy-Unity-mono - Fork of Unity mono that's used to compile mono.dll with debugging support enabled
CefSharp - .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
Mono.Cecil - Cecil is a library to inspect, modify and create .NET programs and libraries.
.NET Runtime - .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
Giraffe - A native functional ASP.NET Core web framework for F# developers.