Yura

Stories kicked by Yura

Top 10 Common Mistakes in .NET Development(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 5 months ago

In this article I’ll list some Common Mistakes that .NET Developers might make . read more...

add a comment |category: |Views: 97

tags: another

Understanding WCF Services in Silverlight 2(netfxharmonics.com)

submitted by quantum00quantum00(65) 3 years, 6 months ago

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: |Views: 72

tags: another

Austin Tech Book Club starting this week.(zachariahyoung.com)

submitted by zpyoungzpyoung(595) 3 years, 6 months ago

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...

add a comment |category: |Views: 6

tags: another

Test Driven Development & Visual Studio 2010(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

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...

add a comment |category: |Views: 138

tags: another

Chris Hoff's Favorite Links for 2008(rationalsecurity.typepad.com)

submitted by ArchimediusArchimedius(410) 3 years, 6 months ago

A great collection of forward-looking tech articles/blogs. read more...

add a comment |category: |Views: 10

tags: another

Windows Live Writer Makes Blogging Less of a Hassle(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 6 months ago

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: |Views: 7

tags: another

Tips & Tricks when working with jQuery and ASP.NET AJAX(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 6 months ago

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: |Views: 467

tags: another

How to build your own Digg Client in SIlverlight 2(weblogs.asp.net)

submitted by donjuanito909donjuanito909(45) 3 years, 6 months ago

Silverlight 2 is a impressive RIA creator. Learn how to make a application using the API from a popular social bookmarking site. read more...

add a comment |category: |Views: 20

tags: another

Gzip vs Deflate: Which is the faster HTTP compression method?(stardeveloper.com)

submitted by Faisal_KhanFaisal_Khan(126) 3 years, 6 months ago

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: |Views: 66

tags: another

Performance with ASP.NET AJAX - Part 1 - The Updatepanel(hockblogs.net)

submitted by hockmanhockman(505) 3 years, 6 months ago

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: |Views: 52

tags: another

ASP.NET AJAX maintain panel scrolling position(sarin.mobi)

submitted by sathaisathai(262) 3 years, 6 months ago

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: |Views: 110

tags: another

How to Call Controllers in External Assemblies in ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 6 months ago

In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies. read more...

1 comment |category: |Views: 217

tags: another

For vs Foreach Performance (in .NET)(madprops.org)

submitted by andrewtobinandrewtobin(15) 3 years, 6 months ago

Timing the difference between a "for" loop and a more "modern" version using "foreach" and Enumerable.Range. read more...

add a comment |category: |Views: 425

tags: another

ASP.NET Performance: Fast AJAX, Faster AJAX (blogs.msdn.com)

submitted by aliklalikl(160) 3 years, 6 months ago

Utilize ASP.NET AJAX hidden gems to improve AJAX performance by directly calling web services. read more...

add a comment |category: |Views: 44

tags: another

Silverlight Toolkit Overview and Examples(weblogs.asp.net)

submitted by johnsheehanjohnsheehan(4785) 3 years, 6 months ago

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: |Views: 343

tags: another

Pavel Nikolov's blog: Visual Studio 2010(pavkata.blogspot.com)

submitted by mysterymystery(160) 3 years, 6 months ago

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: |Views: 673

tags: another