nhontq

Stories kicked by friends of nhontq

Large or asynchronous file uploads in ASP.NET MVC(dimebrain.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

The challenge of uploading large files in ASP.NET through HTTP is not a new challenge. In addition to handling large files, users often request an experience that shows the progress of an upload as it occurs. When you have either or both of these requirements, or if you simply need direct control of a stream of file data uploaded from a browser, you invariably hit the wall. I set about solving the problem in an ASP.NET MVC-specific way. read more...

add a comment |category: |Views: 866

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

ioDrive, Changing the Way You Code(jdconley.com)

submitted by jconleyjconley(650) 3 years, 2 months ago

A look at the new ioDrive device and how devices like it will drastically change how you think about performance critical data storage applications. read more...

add a comment |category: |Views: 446

tags: another

Concurrency. It's like doing the dishes.(jdconley.com)

submitted by jconleyjconley(650) 3 years, 4 months ago

It's difficult to describe optimistic and pessimistic concurrency models to either a developer that's new to the space or a non-technical person. But it's just like doing the dishes! read more...

add a comment |category: |Views: 10

tags: another

Skip the Visual Studio Splash Screen(visualstudiohacks.com)

submitted by javeryjavery(5523) 3 years, 4 months ago

Anything to speed up Visual Studio. read more...

add a comment |category: |Views: 645

tags: another

LINQ To SQL is Dead - Read Between the Lines (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

David Hayden with some great points on the Linq to SQL announcement and some ideas on how the project could be saved. read more...

4 comments |category: |Views: 817

tags: another

Microsoft kills Linq to SQL(ayende.com)

submitted by JonSagaraJonSagara(310) 3 years, 6 months ago

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...

5 comments |category: |Views: 1388

tags: another

Community Server Beta 1 Available(scottwater.com)

submitted by x.staticx.static(435) 5 years, 3 months ago

Telligent has announced that Community Server Beta 1 was released earlier today (2/15/07). Scott has all the details on his blog. read more...

add a comment |category: |Views: 0

tags: another

Ranking In SQL Server 2000 (sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years, 3 months ago

SQL server 2005 has 4 new ranking/windowing functions These functions are RANK(), DENSE_RANK(), NTILE() and ROW_NUMBER() I will show you all the hard work you have to do to implement RANK(), DENSE_RANK() and ROW_NUMBER() in SQL Server 2000 read more...

add a comment |category: |Views: 35

tags: another