Web Apps (edit)
- Mobile and desktop apps
- Web apps
- ASP.NET Web Forms apps
- ASP.NET MVC apps
- ASP.NET Core MVC apps
- Singe page apps
- Web APIs
Thư viện ưa thích của tôi:
Bài viết chuyên sâu về Dapper: https://medium.com/dapper-net
Tác giả: Davide Mauri
Multiple Executions - A nice feature that is NOT as cool as it seems
https://medium.com/dapper-net/multiple-executions-56c410e9f8dd (Dec 5, 2017)
Handling Multiple Resultsets - While not a very common usage scenario, it can come handy sometimes
https://medium.com/dapper-net/handling-multiple-resultsets-4b108a8c5172 (Dec 12, 2017)
Multiple Mapping - Mapping a single row to multiple objects
https://medium.com/dapper-net/multiple-mapping-d36c637d14fa (Dec 19, 2017)
SQL Server Specific Features - Table-Valued parameters, Spatial and HiearchyID data types are all supported
https://medium.com/dapper-net/sql-server-specific-features-2773d894a6ae (Jan 16, 2018)
Custom Columns Mapping - Go beyond the "same name" mapping
https://medium.com/dapper-net/custom-columns-mapping-1cd45dfd51d6 (Feb 13, 2018)
Custom Type Handling - Go beyond Dapper limits and map arbitrary complex class
https://medium.com/dapper-net/custom-type-handling-4b447b97c620 (Apr 16, 2018)
1:N mapping with Dapper and JSON - A nice way to deal with a very common request and complex objects
https://medium.com/dapper-net/one-to-many-mapping-with-dapper-55ae6a65cfd4 (Jun 23, 2018)
From the Microsoft's website:
Nếu bạn vẫn còn muốn sử dụng Web Forms?
Cái tên bạn cần tham khảo là DotVVM
DotVVM is an open source MVVM framework for ASP.NET and ASP.NET Core
https://www.dotvvm.com/webforms
https://github.com/riganti/dotvvm-webforms
- Modernizing ASP.NET Web Forms Applications (Part 1)
- Modernizing ASP.NET Web Forms Applications (Part 2)
- Modernizing ASP.NET Web Forms Applications (Part 3)
Hoặc bạn chuyển đổi sang mô hình MVC với sự giúp đỡ của ASP.NET Web API
ASP.NET - Migrating ASP.NET Web Forms to the MVC Pattern with the ASP.NET Web API