Mritunjay Kumarcodecomponents.hashnode.dev·Nov 30, 2024Create an area in MVC CoreAn Area in ASP.NET Core MVC is a way to organize related functionality into separate sections of the application. This structure helps manage larger applications by grouping controllers, views, and models related to a specific feature or module, such...Discussarea
Sammith S Bharadwajsammith.hashnode.dev·Jul 9, 2024TIL - pick's theoremSo I was wondering about finding area of an irregular shape as I was googling and surfing through youtube I found pick's theorem. This theorem provides a way to find area of a polygon in terms of integer points within it and and on the boundary: Im...Discusspicksalgorithm