l33t

Stories kicked by l33t

ASP.NET AJAX(ATLAS) RC Released(ajax.asp.net)

submitted by korayemkorayem(1240) 5 years, 5 months ago

A direct link to the new release of ASP.NET AJAX(ATLAS) RC read more...

add a comment |category: |Views: 3

tags: another

The Specification Pattern(devlicio.us)

submitted by testostelestestosteles(160) 5 years, 5 months ago

An implementation of the specification pattern using .NET 2.0 features. read more...

add a comment |category: |Views: 70

tags: another

ILASM - #define and .typedef(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 5 years, 5 months ago

Two little-known features of ILASM (the IL assembler for .NET) are #define and .typedef which can reduce typing significantly, just as these do in a classic programming language. Often people do "round-tripping", i.e. they write an application in C#, ildasm it, make some slight modification, and ilasm it again. Now, in such a cycle you won't see all of the features of IL, such as #define and .typedef. So, if you're interested in IL, read on. read more...

add a comment |category: |Views: 13

tags: another

IIS7 Beta Hosting at DiscountASP(blogs.msdn.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

"I got an email yesterday from Takeshi over at DiscountASP and they just launched free IIS7 Beta hosting for all customers who are interested. You can get all the details at http://www.discountasp.net/sp_iis7hosting.aspx' read more...

2 comments |category: |Views: 3

tags: another

ASP.NET Podcast Show #79 - Microsoft AJAX UpdatePanel and Clientside P(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years, 5 months ago

A video on the Microsoft AJAX UpdatePanel and the Page based Client Lifecycle. read more...

add a comment |category: |Views: 0

tags: another

ASP.NET AJAX under the hood secrets(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

Microsoft recently released Beta 2 of ASP.NET AJAX. Although it's a very powerful framework, when you will build a real AJAX site like those out there in the Web 2.0 world, you will face many problems that you will hardly find documented anywhere. In this article, I will show some advance level ideas that I learned while building Pageflakes. We will look at the advantages and disadvantages of Batch calls, AJAX call timeouts, browser call jam problem, ASP.NET 2.0's bug in web service response caching, and so on. read more...

add a comment |category: |Views: 2

tags: another

AJAX enabled components with Anthem.NET(csharptutorial.blogspot.com)

submitted by bacalaobacalao(320) 5 years, 5 months ago

Anthem.NET does components for ASP.NET the way Microsoft shoud have made them years ago. read more...

add a comment |category: |Views: 27

tags: another

Building an AJAX based chat room in ASP.NET(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

"The sample application is a single chat room with many users. It maintains a list of users that gets populated as users log in. The list gets shorter as a user session times out. The chat room also permits the execution of some command-line-like functions such as /admin clear which clears the chat room, and /nick [Name] which changes the current user's nickname" read more...

add a comment |category: |Views: 148

tags: another

Developing Asp.Net Ajax Web Control(weblogs.asp.net)

submitted by caslorcaslor(60) 5 years, 6 months ago

Write an ASP.NET AJAX-Aware Control is not so simple... A detailed guide from the UpdatePanel Creator. read more...

add a comment |category: |Views: 3

tags: another