![]() |
|
New to .NET And C# - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: New to .NET And C# (/Thread-New-to-NET-And-C) |
New to .NET And C# - f0rget - 05-12-2022 Would you advise me to start learning C# with ASP And .NET ? Together wanna start build Web applications and Windows Apllications RE: New to .NET And C# - sunjester - 05-28-2022 ASP is very horrible abomination. but... .NET is a very nice framework that I use with C# on a desktop level, not an ASP/Web level. .NET is something you should learn. .NET is just a framework, meaning that its just a bunch of methods (functions) that you use in your code. I use c# but you can use c++ and other languages that leverage the .NET framework. so, learn .NET, fuck ASP. (why fuck ASP? that is the reason we have so SQL injections. 90% ASP sites.) RE: New to .NET And C# - f0rget - 06-05-2022 (05-28-2022, 03:52 AM)sunjester Wrote: ASP isĀ very horrible abomination. but... good hint : why fuck ASP? that is the reason we have so SQL injections. 90% ASP sites |