What's New

Browse by Tags

All Tags » ASP.NETOOP (RSS)
PHP versus ASP.NET – Windows versus Linux – Who’s the fastest ?
NOTE: This is “Misfit Data” - While I do work for Microsoft, this data is NOT “official Microsoft” data and is not endorsed or ratified by Microsoft in any way. I built and ran these tests because I was personally curious about comparative performance...
.NETOOP Global Statics Update
With lots of great feedback I’ve modified the “SiteGlobalSettings” class I wrote about earlier. Though it still uses global static but the values are stored in a Global Resource File. This affords us the superior performance of the mechanism, keeps the...
ASP.NET Mini-URL on CodePlex
Here is a sample ASP.NET MVC application to show how to create URL shrink/snippet/etc and handling of shorten URLs. The purpose of this sample project is to show developers how simple it is to create a simple URL redirection service like tinyurl , is...
Blumin’ Dynamic Data !
So there is this guy in the ASP.NET Community named Peter Blum who writes great ASP.NET Controls. One of the control sets he offers is a Data Entry Suite with ASP.NET Dynamic Data support. I want to share the link because, apart from the controls being...
Global Application settings and the web.config file.
While getting started on . NETOOP , one of the first issues to address is that of “Global” settings. When you build a web application for a single purpose, you can hard-code things without much concern. Microsoft.com is probably always going to have the...
.NETOOP high level configuration storage decision.
In designing .NETOOP we have this issue: Since .NETOOP will be an adaptable application designed to meet the needs of many users, some of the things that one might hard code in an application like “Web Site Name” will need to be set at installation time...
More Posts