egady

Stories submitted by egady

Asynchronous ASP.NET 2.0 Programming(blogs.microsoft.co.il)

submitted by egadyegady(65) 3 years, 7 months ago

One of the coolest features in ASP.NET 2.0 is asynchronous pages. This feature increase scalability by using thread-pool threads more efficiently. read more...

add a comment |category: |Views: 11

tags: another

To JSON or not to JSON?(blogs.microsoft.co.il)

submitted by egadyegady(65) 3 years, 11 months ago

I want to introduce some performance testing about DataContractJsonSerializer against DataContractSerializer. read more...

add a comment |category: |Views: 29

tags: another

REST Friendly URLs(blogs.microsoft.co.il)

submitted by egadyegady(65) 3 years, 11 months ago

With Friendly URLs your site links (and API) are clean, easy to remember, SEO friendly, and has abstraction level. read more...

add a comment |category: |Views: 33

tags: another

WCF and ASP.NET AJAX Integration(blogs.microsoft.co.il)

submitted by egadyegady(65) 4 years ago

I played with the WCF and ASP.NET AJAX integration, and created a sample web site which by can integrate WCF service with Microsoft Virtual Earth. read more...

add a comment |category: |Views: 9

tags: another

Using the ASP LinqDataSource Control(blogs.microsoft.co.il)

submitted by egadyegady(65) 4 years, 1 month ago

With ASP.NET LinqDataSource Control we can bind Web Pages to retrieves or modify data by using the advantages of the unified programming model that provided by LINQ. read more...

add a comment |category: |Views: 5

tags: another

Creating Silverlight Chart User Control(blogs.microsoft.co.il)

submitted by egadyegady(65) 4 years, 1 month ago

In this post, you can see how to create a Silverlight 2.0 Chart User Control, which connected to a database using RESTFull web service. read more...

add a comment |category: |Views: 124

tags: another