|
Posted to:
2 hours, 1 minutes ago
|
There is a sample chapter from my upcoming book on all things performance related within the Microsoft platform. Specifically, the book will be about performance testing, profiling and optimisation for web and desktop applications developed using Microsoft...
|
|
Posted to:
8 hours, 12 minutes ago
|
Web Fast by Default and Web Performances Easy Version Control with Git Firebug Net Panel: more accurate timing Introducing Closure Tools Traffic Server .NET Neat VS10 Feature: Pinning A Debugger Watch - Improvements to VS 2010 Text Selection What’s new...
|
|
Posted to:
8 hours, 20 minutes ago
|
You can use the ASP.NET Membership provider to generate a new random strong password. In the past I have usually either rolled my own authentication system or integrated an asp.net authentication system into an existing application and therefore I did...
|
|
Posted to:
10 hours, 20 minutes ago
|
I’m trying out something new. You can check it out here .
|
|
Posted to:
20 hours, 41 minutes ago
|
If you have a data table which looks like this one below and holds child,parent rows at the same table; ID ParentID Name guid1 null parent 1 guid2 guid1 child for parent 1 so on so on so on and you wont to retrieve all records from the table in a table...
|
|
Posted to:
23 hours, 43 minutes ago
|
Linq is used generally to get and manipulate data by using Linq to Sql, Linq to Entities or Linq to Xml. However, it can work on many collections in .NET Framework. Now in this post, I'll show how to work on Page Control Collection with Linq. Think about...
|
|
Posted to:
11-07-2009, 4:39 AM
|
I’m working with my Fluent-API for adding Action Filters to Controllers and Action Methods. In my previous post , I created a new instance of each Action Filter and add it to an Action Method or Controller. Based on how the Action Filters are often implemented...
|
|
Posted to:
11-07-2009, 12:51 AM
|
So really, it is just about here! I leave in just over 48 hours to head to Las Vegas for the third annual US OpenForce (DotNetNuke conference), once again being held at Mandalay Bay along with DevConnections. If the previous two years were any sort of...
|
|
Posted to:
11-06-2009, 7:45 PM
|
Note: The name of the classes and the methods are just temporary and may change, I’m so bad when it comes to naming classes and methods. The source code is simple and haven’t done so much refactoring etc. Just wanted to see if I could get it to work,...
|
|
Posted to:
11-06-2009, 5:17 PM
|
I've been doing quite a bit of work with VS2010 recently as we've prepared for our launch of our free ASP.NET 4 hosting , and I had a fresh install of Windows 7 without the typical cruft that comes with our environment. So I wanted to show how quick booting...
|