Click to See Complete Forum and Search --> : c#?


buzzfever
07-02-2008, 07:34 PM
I'm starting a new internship soon and was told to look into caching with C# and they use ASP. I've never used either but am very familiar with programming. I'm having a very hard time finding any tutorials for anything related to ASP w/C#. Everything comes up with ASP.NET. Can anyone point me in the right direction?

Thanks.

natobasso
07-07-2008, 12:08 PM
ASP.net and C# info can both be found at http://www.msdn.com

You can write asp, html and css in the asp.net environment, and behind each aspx file created you can have C# as a "codebehind" for server-side functionality. Pretty neat! Just another way of doing things.