|
|
Yura
Yura
 |
|
Stories kicked by Yura
|
|
submitted by
quantum00
16 days, 21 hours ago
netfxharmonics.com — This article covers in detail how to interact with WCF services in Silverlight 2 without reverting to magic as well as how to utilize the async pattern, setup external-website service access, utilize WCF configuration, create strongly-typed WCF clients, access JSON services, use thread wait to ease the need for async chains, and also how NetFXHarmonics DevServer can aide your WCF and general web development. read more...
add a comment
|
category: Silverlight | Views: 10
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
zpyoung
16 days, 23 hours ago
zachariahyoung.com — The Austin Tech Book Club will be discussing the book Agile Principles, Patterns, and Practices in C#. We will be meeting every other Thursday at 11:30, starting November 20. read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kolbis
17 days, 6 hours ago
blogs.microsoft.co.il — Up to now, Visual Studio did a great job helping us develop applications and tests based on existing classes and methods, but when you don't have your API ready, the IDE will fight you. TDD is out there for some time now and is popular, however the IDE gives all those developers who use TDD hard time.
Visual Studio 2010 IDE has some improvements to allow test first style.
read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Rickasaurus
17 days, 12 hours ago
atalasoft.com — The blog CMS we use is great in a lot of ways but it’s built in editor is really, really bad. Initially, I had used Microsoft Word to fill the gap, with disastrous results. Since then I have moved to using our blog software’s horribly antiquated text editing system but that has limited my formatting options quite considerably. Now, after a recommendation from a friend, I am giving Windows Live Writer a shot. This blog post is a recursive review of my experience writing this blog post in Windows Live Writer. read more...
add a comment
|
category: Community | Views: 7
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 16 days, 21 hours ago, submitted by
mosessaur
17 days, 16 hours ago
mosesofegypt.net — Tips & Tricks when working with jQuery and ASP.NET AJAX: I posted about how to build and extender control using ASP.NET AJAX with jQuery. During my work I fall into few issues that I resolved and wished to share them with you read more...
6 comments
|
category: jQuery | Views: 431
|
|
tags:
ASP.NET, mosessaur, mosesofegypt.net, AJAX, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Faisal_Khan
17 days, 19 hours ago
stardeveloper.com — Gzip and Deflate are two popular HTTP compression methods. I ran a test in C# to figure out which one is faster and by how much. Read this article to see which won the speed test and how to implement Gzip and Deflate HTTP compression on your ASP.NET website.
read more...
1 comment
|
category: ASP.NET | Views: 14
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
hockman
17 days, 21 hours ago
hockblogs.net — Hi there,
I've recently been struggling with performance issues while implementing an ASP.NET Repeater control with a large resultset (more than 1000 records binded to it) and especially this in combination with ASP.NET AJAX. I was heavilly suffering from performance issues, a lot of times my browser really frozes during asynchronous postbacks. Add to that a serious performance requirement that data should load within 1,5 seconds I soon figured out that a solution with and UpdatePanel, an ASP.NET Repeater server Control wasn't going to do it for me.
After reading Dave Ward's post on 'Use jQuery and ASP.NET AJAX to build a client side Repeater' I decided to rewrite my code to built a client-side repeater. During the development time that went into it, I'd tried multiple ways to achieve my goal, namely: Good Performance!
After my thorough investigation I thought it was my obligation to write some post about it and show you the different performances that I discovered. so I decided I was going to write a couple of articles on it. In this first article I will show you the following:
Performance with ASP.NET AJAX & Repeater Server Control - Part 1 - The Updatepanel
These are the following articles that I will soon be writing about.
* Performance with ASP.NET AJAX & Client Repeater Control - Part 2 - Using StringBuilder
* Performance with ASP.NET AJAX & Client Repeater Control - Part 3 - DOM Create element
* Performance with ASP.NET AJAX & Client Repeater Control - Part 4 - String Concatenation
But first this article!
These are the things I have done (which can be seen when you download the source files below):
1. Setting up a page with a generate data button to retrieve a set of 3000 person records
2. Setting up a local webservice that will get the data (could have been a PageMethod).
3. Adding an updatepanel to the page, in which the repeater was wrapped
4. Adding progress indication during the asynchronous loading operation.
5. Using client side script to show the loading time in milliseconds.
read more...
add a comment
|
category: AJAX | Views: 11
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
sathai
18 days, 9 hours ago
sarin.mobi — After sometime in developing my Support Chat, I can get the panel scrolling to maintain it scroll position. Doing some Google don’t help much, only finding more complex solutions. A lot of people went with javascript, or something other. Then in the shower, I finally got, I can put the UpdatePanel inside the Panel, and then do the Aync post back. So I tried out my idea, and here the test code read more...
add a comment
|
category: AJAX | Views: 6
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 5 days ago, submitted by
rudigrobler
1 month, 5 days ago
dotnet.org.za — The WPF Toolkit has been updated and now also ship the DatePicker & Calendar controls read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 5 days ago, submitted by
johnsheehan
1 month, 6 days ago
weblogs.asp.net — If you’ve used ASP.NET AJAX then you’ve likely used controls from toolkits such as the ASP.NET AJAX Control Toolkit in your applications. Microsoft has also released a Silverlight Toolkit with new controls and functionality that can be used in Silverlight 2 applications. read more...
add a comment
|
category: Silverlight | Views: 253
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 3 days ago, submitted by
mystery
1 month, 6 days ago
pavkata.blogspot.com — My first look at Visual Studio 2010 codename "Rosario". I showed some screen shots and and some new features of the new visual studio. read more...
2 comments
|
category: Visual Studio | Views: 667
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|