November 2024 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Now Reading
Planned books:
None
Current books:
-
Mathematics for the Digital Age and Programming in Python by Maria Litvin and Gary Litvin
-
Statistics In Plain English by Timothy C. Urdan
Recent books:
- Practical Machine Learning in R by Fred Nwanganga, Mike Chapple
- Statistical Inference via Data Science: A ModernDive into R and the Tidyverse by Chester Ismay and Albert Y. Kim
- The Nature of Code by Daniel Shiffman
- Story: Substance, Structure, Style and the Principles of Screenwriting by Robert McKee
- The Red Queen: Sex and the Evolution of Human Nature by Matt Ridley
-
Category Archives: ASP.NET
Mashup With ASP.NET 2.0 Web Parts
Here is a video I created to demonstrate my custom mashup. I won’t be posting much source code anymore because the last two blog entries gave me a lot of problems. I spent several hours fighting with WordPress to get … Continue reading
Posted in ASP.NET
Leave a comment
ASP.NET 2.0 – Database
I have finished reading my book on ASP.NET 2.0. There were two chapters on the new database server controls for ASP.NET 2.0. The new database controls eliminate the need to create database connection, command, and reader objects which was a … Continue reading
Posted in ASP.NET
Leave a comment
ASP.NET 2.0 – Security And Web Parts
Tonight I finished exploring the new security and web parts features of ASP.NET 2.0. The new security features are server controls for user login, password recovery, and new user registration. These server controls eliminate much of the repetitive coding required … Continue reading
Posted in ASP.NET
Leave a comment