ASP.NET 2.0 Rocks!!!!
-
I'm going through Patrick A. Lorenz book ASP.NET 2.0 Revealed and I am discovering how easy it makes so many tasks. :-D In 4 hours I have created an almost complete user account management system for my test web site using SQL Server 2000 as the back end user information database. And I haven't even written a single line of C# yet. Nor have I had to do anything to the SQL Server. The same job in ASP.NET 1.1 would have taken days and many hundreds of lines of C#. :jig: Way to go Microsoft!!!! :jig: Now, take in to account that I am doing this as I am reading about how to implement these features for the first time. Imagine the increase in productivity for someone who has a more indepth knowledge. It is fantastic!
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
-
I'm going through Patrick A. Lorenz book ASP.NET 2.0 Revealed and I am discovering how easy it makes so many tasks. :-D In 4 hours I have created an almost complete user account management system for my test web site using SQL Server 2000 as the back end user information database. And I haven't even written a single line of C# yet. Nor have I had to do anything to the SQL Server. The same job in ASP.NET 1.1 would have taken days and many hundreds of lines of C#. :jig: Way to go Microsoft!!!! :jig: Now, take in to account that I am doing this as I am reading about how to implement these features for the first time. Imagine the increase in productivity for someone who has a more indepth knowledge. It is fantastic!
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
-
I'm going through Patrick A. Lorenz book ASP.NET 2.0 Revealed and I am discovering how easy it makes so many tasks. :-D In 4 hours I have created an almost complete user account management system for my test web site using SQL Server 2000 as the back end user information database. And I haven't even written a single line of C# yet. Nor have I had to do anything to the SQL Server. The same job in ASP.NET 1.1 would have taken days and many hundreds of lines of C#. :jig: Way to go Microsoft!!!! :jig: Now, take in to account that I am doing this as I am reading about how to implement these features for the first time. Imagine the increase in productivity for someone who has a more indepth knowledge. It is fantastic!
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
So I should be greatful that I didn't learn anything about NET 1.0, eh. :-) Regardz Colin J Davies Attention: Watch this signature for an upcoming announcement that will affect you.
-
So I should be greatful that I didn't learn anything about NET 1.0, eh. :-) Regardz Colin J Davies Attention: Watch this signature for an upcoming announcement that will affect you.
Well, the learning curve will be harder to climb if you don't already know ASP 1.x because most of 2.0 builds on what is in 1.x and then some. There are some sideways shifts where the the way of doing something is different, but everything is much better than it was.
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
-
I'm going through Patrick A. Lorenz book ASP.NET 2.0 Revealed and I am discovering how easy it makes so many tasks. :-D In 4 hours I have created an almost complete user account management system for my test web site using SQL Server 2000 as the back end user information database. And I haven't even written a single line of C# yet. Nor have I had to do anything to the SQL Server. The same job in ASP.NET 1.1 would have taken days and many hundreds of lines of C#. :jig: Way to go Microsoft!!!! :jig: Now, take in to account that I am doing this as I am reading about how to implement these features for the first time. Imagine the increase in productivity for someone who has a more indepth knowledge. It is fantastic!
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
All of .NET 2.0 rocks. :) Generics == Spiffy
Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
-
All of .NET 2.0 rocks. :) Generics == Spiffy
Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
David Stone wrote: Generics == Spiffy I've not got to Generics yet. But I am most looking forward to them.
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
-
All of .NET 2.0 rocks. :) Generics == Spiffy
Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
It is a pain tho at times without the project file for Web Projects. They got rid of it with ASP.Net 2. But the launching of websites directly from a folder for testing is great. Steve Maier, MCSD MCAD