0
votes
3answers
277 views
Python/Django or C#/ASP.NET for web development?
Hi,
I am a .NET developer. I have no experience on Python. Which platform is more scalable? Which platform is more suitable for large-size high-traffic web sites? If you have any experience …
1
vote
What is the purpose/meaning of the Version property on a FormsAuthenticationTicket?
Just storing the ticket version number, you can understand the structure of the ticket by this value. It stores 1 for asp.net 1.1 and 2 for asp.net 2.0. Maybe in the future Microsoft will add some …
