landonb

Stories kicked by landonb

LINQ to SQL Audit Trail(blog.matthidinger.com)

submitted by sidaroksidarok(1715) 3 years, 11 months ago

a yummy way to create audit trail histories read more...

add a comment |category: |Views: 318

tags: another

Fast ASP.NET web page loading by batching javascripts downloads(codeproject.com)

submitted by landonblandonb(145) 4 years ago

Hack for the .Net script manager to pull all needed javascript files at once and push them to the bottom of the html to speed up rendering. read more...

add a comment |category: |Views: 348

tags: another

Socket Server with .NET 3.5 using pooled buffers and SocketAsyncEventA(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 4 months ago

Writing high performance socket servers using the socket enhancements in .NET 3.5, handling 15,000 socket connection with 1% CPU on a standard desktop PC. read more...

1 comment |category: |Views: 957

tags: another

Extension Methods and SocketAsyncEventArgs(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 5 months ago

Using Extension Methods to simplify working with the new model for asynchronous socket IO in .NET 3.5 read more...

1 comment |category: |Views: 308

tags: another