KRKevin Rochainrochablog.com·Aug 1, 2023 · 2 min readRazor Syntax reviewYou can identify razor syntax in the @{} format. This would allow for us to have server code in web pages. This can make productivity excel. You are able to use ASP.NET in a better way, along with having simple syntax usage. When having the server r...00
KRKevin Rochainrochablog.com·Jul 14, 2023 · 2 min readTwo Sum - LeetCode's Solution in C#Problem: You have a function that takes the arguments of an array and a target. You have to return two values from the array that sum up to the target. There would be exactly one solution, and using the same element twice is prohibited. An example wo...00
KRKevin Rochainrochablog.com·Jul 9, 2023 · 1 min readTest BlogThis is a test blog for my blog page.00