Stories recently tagged with 'asynchronous'

How to know asynchronous postback raised in serverside code in ASP.NET(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 4 months ago

This is the nice tip to detect whether asynchronous postback caused or not. It will help to ASP.NET developers when working with ASP.NET Ajax framework in particular scenarios. read more...

2 comments |category: |Views: 240

tags: another

JavaScript Function Tips and Tricks(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

This article covers: In-line Functions, Function Overloading, and Calling Functions Asynchronously. Using these tips, you'll be able to write javascript functions that are more reusable and flexible. read more...

1 comment |category: |Views: 10

tags: another

Concurrent Affairs: Async additions to C#(msdn.microsoft.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 3 months ago

My man-crush, Jeffrey Richter (of CLR Via C# fame) writes in the November issue of MSDN magazine about some of the recent additions to C# that makes the async programming model easier, plus other stuff. read more...

1 comment |category: |Views: 48

tags: another

Asyncify Your Code(jdconley.com)

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

Asyncify your code. Everybody's doing it. (Chicks|Dudes)'ll dig it. It'll make you cool. An opinion on .NET asynchronous patterns, a sample application exposing its own asynchronous API, and why you should be writing asynchronous code. read more...

add a comment |category: |Views: 1

tags: another

Working With Asynchronous WebRequests(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 7 months ago

Do you knowh how to handle multiple asynchronous WebRequests? Do you know why the obvious way doesn't work? read more...

add a comment |category: |Views: 22

tags: another

Executing a Query Asynchronously in .NET 2.0(aspadvice.com)

submitted by veverkapveverkap(810) 4 years, 10 months ago

This is a pretty slick idea. read more...

1 comment |category: |Views: 8

tags: another

Scalable Apps with Asynchronous Programming in ASP.NET(msdn.microsoft.com)

submitted by senfosenfo(881) 4 years, 10 months ago

In my opinion, one of the most unappreciated enhancements to ASP.NET 2.0 is the ease in which one can design their code to run asynchronously. In my experience, developers have blown off the idea in the beginning because of not realizing the true potential of asynchronous development in a web application. This article goes into details about why asynchronous programming is important to your ASP.NET applications, and provides code samples to help you understand. read more...

add a comment |category: |Views: 26

tags: another

Asynchronous GridView in 5 simple steps(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 4 years, 11 months ago

Let’s load the GridView asynchronous and make the page load faster and the perceived speed greater. All in 5 simple steps. This technique can be used with the Repeater, FormView, DataList and other controls. read more...

add a comment |category: |Views: 568

tags: another

Asynchronous GridView in 5 simple steps(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 4 years, 11 months ago

Let’s load the GridView asynchronous and make the page load faster and the perceived speed greater. All in 5 simple steps. This technique can be used with the Repeater, FormView, DataList and other controls. read more...

add a comment |category: |Views: 568

tags: another

Asynchronous Pages in ASP.NET 2.0(msdn.microsoft.com)

submitted by jhol3990jhol3990(495) 5 years, 5 months ago

Improve scalability on your asp.net applications ... read more...

add a comment |category: |Views: 5

tags: another

AsyncWebService calls – the truth behind the Begin.. End.. Methods(codebetter.com)

submitted by RobChappelRobChappel(2720) 5 years, 6 months ago

Long story short, if you want to shotgun your webservice requests, make synchronous calls from worker threads and take the time to get that right. read more...

add a comment |category: |Views: 19

tags: another