Posts Tagged ‘Ajax’

Links For August 22nd 2008

Saturday, August 23rd, 2008

Links For August 22nd 2008

ASP.Net:
Caching Interview Questions Part 1
Dependency injection made easy for the ASP.NET MVC
ASP.NET AJAX Development Approach Part 2

Web:
HTML 5: The event loop, hashchange, and more
Create HotKey combinations with jQuery
Debugging Ajax Using FireBug
Speed Up Your Website By PreLoading - Example Included

Podcasts:
ASP.NET Podcast Show #124 - Speed up big Apps with Velocity!
4 Elements of Professional WPF Applications
ASP.NET Podcast Show #118 - Paul on Peer-To-Peer with Windows Communication Foundation

WCF:
How to Build REST apps on .NET using WCF

Silverlight:
A Personal Guide to Getting Started with Silverlight

Links For August 22nd 2008

Links For August 20th 2008

Thursday, August 21st, 2008

Links For August 20th 2008

Ajax:
Ra Ajax: Ajax for .NET
Cancelling an Asynchronous PostBack in ASP.NET Ajax
65 Excellent jQuery Resources (tutorials,cheat sheets,ebooks,demos,plugins…)
Easily build powerful client-side AJAX paging, using jQuery

Web:
The lessons of CSS frameworks
Making creating DOM-based applications less of a hassle
15 Quick Ways to Shrink Page Load Times

LINQ:
Increase LINQ Query Performance
Find Duplicates using LINQ

Other:
Timeline of Project Astoria
VB 2008 Language Deep Dive - Presentation Materials (Jonathan Aneja)

ADO.Net:
Many To Many Mappings in Entity Framework

Links For August 20th 2008

Links for August 5th 2008

Wednesday, August 6th, 2008

Links for August 5th 2008

Podcasts:
PodCast: Glenn Block on Prism, Unity, and MEF

Software Releases:
First preview of Mono 2.0 is out

Ajax:
AutoCompleteExtender Client API
Programming AJAX with ASP.NET Partial Rendering
ASP.NET AJAX using JSON - Here’s how.

F#:
Exploring the F# Language Series Part 1 - What is F#?
Exploring the F# Language Series Part 2 - Installation and Configuration

LINQ:
Getting External with LINQPad – Advanced LINQPad Dimecast (aka part 3 of 3)
Increase LINQ Query Performance

Silverlight:
Create Animations with XAML and Expression Blend
Create Web Apps You Can Draw On with Silverlight 2
Craft Custom Controls for Silverlight 2
Using Code Analysis with Silverlight

SQL Server:
SQL Server 2008 Technet Webcasts

Links for August 5th 2008

Have you heard about Doloto ???

Thursday, May 15th, 2008

Have you heard about Doloto ???

Have you heard about Doloto ??? Well Doloto is an Code Splitting system from Microsoft Research labs. As of this writing it is not available publicly yet. But if you are interested you can read a pdf about it from here.

The goal of Doloto is to reduce the initial startup time for Web 2.0 applications. Well generally most Web 2.0 applications have all the Javascript in a single file and is sent to the browser. So the user has to wait till all the file gets downloaded, before he can start interacting with the application. Dial Up users would have experienced the frustration of seeing a ‘loading…’ for a long time, Doloto’s goal is remove that frustration.

If you take a look at this link, you can see that most of the websites hardly use 20 - 30% of the Js code when the page initially renders, so by cutting this initial payload to a minimum, these sites can be loaded much faster.

The idea of Doloto is to send only the initial payload and the rest can be transferred silently in background or on demand. Well yes it is a very interesting topic, dont forget to read the 25 page pdf at the Microsoft’s research site.

Links Referred:

1) Doloto: Code Splitting for Network-Bound Web 2.0 Applications

2) Split the Initial Payload

Have you heard about Doloto ???

Microsoft Anti-Cross Site Scripting Library V1.5

Tuesday, March 4th, 2008

Microsoft Anti-Cross Site Scripting Library V1.5

This download link contains the redistributable files for the Microsoft Application Security Anti-Cross Site Scripting Library. The Anti-Cross Site Scripting Library can be used to provide a high degree of protection to Web-based applications against Cross-Site Scripting (XSS) attacks.

Download Link

Microsoft Anti-Cross Site Scripting Library V1.5