摘要:
How do I force my .NET application to run as administrator? You'll want to modify the manifest that gets embedded in the program. This works on Visual 阅读全文
摘要:
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/aspnet-error-handling Overview ASP 阅读全文
摘要:
Generic TryParse You should use the TypeDescriptor class: public static T Convert<T>(this string input) { try { var converter = TypeDescriptor.GetConv 阅读全文
摘要:
Where's the package location in aspnet core For project.json the nuget directory is in the user profile folder (%UserProfile%\.nuget\packages) 阅读全文
摘要:
https://aspnetboilerplate.com/Pages/Documents/Data-Transfer-Objects Data Transfer Objects are used to transfer data between the Application Layer and 阅读全文
摘要:
https://aspnetboilerplate.com/Pages/Documents/NLayer-Architecture Introduction The layering of an application's codebase is a widely accepted techniqu 阅读全文
摘要:
新版本 https://abp.io/documents/abp/latest/Index https://github.com/abpframework/abp ABP is an open source application framework focused on ASP.NET Core 阅读全文