You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An utility for redirecting C# methods at runtime using detours. Enables patching and replacing method implementations dynamically. It allows altering static/instance methods, property accessors, and extern methods with runtime method redirection.
A repository documenting my journey in learning C#, .NET, and Enterprise Application Development. Includes concepts, progress updates, sample projects, and hands-on exercises to showcase my understanding and growth in building scalable enterprise solutions.