techmail

Stories kicked by techmail

How to perform an aggregate query using SubSonic 2.1’s SqlQuery(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 3 years, 10 months ago

One of the new features is the addition of the SqlQuery class and it’s ability to perform aggregate queries (along with many other features). Shows example of SQL syntax versus SubSonic's SqlQuery aggregate coding to perform SQL queries. read more...

add a comment |category: |Views: 257

tags: another

Easy incremental status updates for long requests(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 7 months ago

An example of using an iframe to easily provide incremental status updates for long-running web requests. read more...

add a comment |category: |Views: 18

tags: another

Display Data Updates in Real-Time with ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 10 months ago

An example of how to implement real-time 'spy' type updates, using ASP.NET AJAX, web methods, and .NET caching. Full source code included. read more...

1 comment |category: |Views: 363

tags: another