MVC, IIS, CSS, Notes

MVC (section 1)   TempData Usage TempData : https://stackoverflow.com/questions/21454232/asp-net-mvc-how-to-pass-full-model-from-view-to-controller Using the code below you can send data back and forth from controller to view and view to controller. TempData["savedControl"] = "Successful";…

Continue ReadingMVC, IIS, CSS, Notes

1. C# & OOP

C# Questions https://www.toptal.com/dot-net/interview-questions What is Object oriented Programming? It is a programming methodology in which the programs are organized as collections of objects. Each object represents an instance of some…

Continue Reading1. C# & OOP

End of content

No more pages to load