"Internet Explorer 8 has been designed from the ground up to be enterprise-ready. It helps reduce security risk through features such as a cross-site scripting filter, the SmartScreen® Filter, and safer controls and management of the Microsoft® ActiveX® technologies, platform, controls, scripting, and server framework. And when you download the latest RC1 software, you're automatically registered to access valuable RC1 resources assembled in one convenient location.
Evaluate Windows Internet Explorer 8 RC1 today"
A couple of weeks back, RedGate/SimpleTalk contacted me for a short article about ANTS Profiler. I've been using it for sometime and has definitely been very useful so I won't think twice about recommending it.
Here's the link (below) and please do drop by to read it. Feel free to rate/comment
Using a profiler to speed (up) application Performance
Here's a small Windows Forms application that I created to automate removal of malicious SCRIPT tags inserted into some web files. More...
Might need to create a separate page for notes on performance since I've been doing a lot of C# and database tuning lately but having them on this post so far. Here are some of my notes on performance More...
Big names. RedGate Software the popular creator of SQL Server (eg. SQLPrompt, SQLDoc, SQLBackup) and .NET (ANTS Profiler, Exception Hunter) tools will be taking over the future development of .NET Reflector a browser and analysis tool for .NET authored by Lutz Roeder. Worth noting that reflector which has been hosted in Roeder's site for a long time is not hosted in redgate's site. More...
Just like to share about dimdim.com. Nopz, this is not a social networking site like friendster or myspace, nor a paid blogging site, ad site or a multilevel marketing site where i'd convince you to sign for me to get a referral fee :)
Dimdim.com is a web conferencing/meeting service/platform similar to the popular WebEx or GotoMeeting. The only catch is it's for FREE. Yes you read it right. For Free. More...
If you don't code generate your DAL or use OR/M or anything that would
make you worry less about DataAccess like LINQtoSQL, Entity Framework, NHibernate, Castle
ActiveRecord then you should definitely give SubSonic a shot.
On the side I'm currently working on a C# version of Extended Club Starter Kit Version 3 Beta 1 for one club that I was part of in college (and probably a few others) and one thing to note is that the project has opted to use SubSonic. It's an open source project developed by Rob Connery and a few other popular developers in the .NET. It simplifies generation of Data Access code and some utility functions common to development. And don't forget about the cool Scaffolding support. As I've heard this is one of the popular features of the Rails framework where pages are generated on the fly to serve as you're admin tool for add/edit operations against your database table. They could be considered your admin pages or at least help during development. Bottom line is, all these features will save your time (which is what SubSonic aims for). More...