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
-
Monthly Archives: May 2007
Web Service Security
Most web service tutorials only show you how to return a simple string value and they don’t address security at all. All of the web services you create based on the tutorials will allow anonymous access over the Internet. Anonymous … Continue reading
Posted in ASP.NET, General
Leave a comment
ASP.NET 2.0 Health Monitoring
In addition to trace listeners, ASP.NET 2.0 has added a health monitoring system to log web events for a web application. Health Monitoring is similar to trace listeners with the additional option of logging the events to a SQL Server … Continue reading
Posted in ASP.NET
Leave a comment
log4net With ASP.NET 1.1
log4net provides the same sort of debug and trace logging capabilities as the trace listeners in ASP.NET 2.0 but it can be used in ASP.NET 1.1. Therefore if you like trace listeners in ASP.NET 2.0 but have some ASP.NET 1.1 … Continue reading
Posted in ASP.NET
Leave a comment
ASP.NET 2.0 Trace Listeners
I have been spending a lot of time exploring Visual Studio’s debugging options because I deal with a lot of large projects and web applications that require me to search through thousands of lines of code. Web applications are especially … Continue reading
Posted in ASP.NET
Leave a comment
dot.bomb: My Days and Nights at an Internet Goliath
I’ve been too busy to blog much lately. This blog gets over 100 spam comments a day and I don’t have time to read them all to find legitimate comments. If you want to leave a legitimate comment please send … Continue reading
Posted in General
Leave a comment