aturlov

Stories kicked by aturlov

Using Anonymous Types Outside of Local Context with Dynamic Keyword(blog.turlov.com)

submitted by aturlovaturlov(355) 6 months, 21 days ago

Explains how to leverage C# dynamic keyword to extend usability of C# anonymous types. read more...

add a comment |category: |Views: 3

tags: another

Using jQuery to Consume ASP.NET MVC JSON Services(blog.turlov.com)

submitted by aturlovaturlov(355) 10 months, 14 days ago

...for the last two years the alternative ASP.NET MVC framework has been drawing more and more attention from the development community due to its good implementation of the MVC design pattern and adherence to web standards and bleeding edge web technologies. For many experienced ASP.NET developers accustomed to Web Services especially accompanied with ASP.NET AJAX framework a natural question occurs: how to implement similar approach with ASP.NET MVC framework and its natural JavaScript companion jQuery? read more...

add a comment |category: |Views: 5

tags: another

Fix for Bing Maps not working in Firefox 4(blog.turlov.com)

submitted by aturlovaturlov(355) 1 year ago

Explains how to fix a JavaScript error "p_elSource.attachEvent is not a function" with Bing Maps in Firefox 4. read more...

add a comment |category: |Views: 46

tags: another

The .NET Reflector is becoming a paid-for software(blog.turlov.com)

submitted by aturlovaturlov(355) 1 year, 3 months ago

The article discusses the story of the famous Lutz Roeder's .NET Reflector in the context of it's becoming a paid-for software and urges developers to voice their opinions and vote for the Reflector's future. read more...

add a comment |category: |Views: 9

tags: another

Set up local SMTP for your .NET development environment on Windows 7(blog.turlov.com)

submitted by aturlovaturlov(355) 1 year, 4 months ago

Shows how to configure your .NET application to use local SMTP service on Windows & with IIS 7 instead of an external SMTP server while developing and testing. Very useful when your development environment is not connected to the Internet. read more...

add a comment |category: |Views: 54

tags: another

Re: Can architecture emerge from continuous refactoring?(blog.turlov.com)

submitted by aturlovaturlov(355) 1 year, 10 months ago

Some thoughts about re-architecture projects and factors involved in their success or failure. read more...

add a comment |category: |Views: 2

tags: another

How to programmatically set a value of a watermarked TextBox via JS(blog.turlov.com)

submitted by aturlovaturlov(355) 2 years ago

After the recent release of the new version of the Ajax Control Toolkit some client-side JavaScript technique has been changed. The article explains how how to use a TextBoxWrapper JavaScript class from the ACT to get or set value of a watermarked textbox. read more...

add a comment |category: |Views: 7

tags: another

Leveraging Visual Studio JavaScript IntelliSense. Part 1(blog.turlov.com)

submitted by aturlovaturlov(355) 2 years ago

Article explains how to make most out of one of the most interesting new features of VS 2008 and VS2010 - JavaScript IntelliSense. The first part covers enabling VS JavaScript IntelliSense for third-party JavaScript libraries. read more...

add a comment |category: |Views: 13

tags: another

Compress embedded JavaScript resources with MS Ajax Minifier(blog.turlov.com)

submitted by aturlovaturlov(355) 2 years, 5 months ago

The article explains how to modify a Visual Studio project file in order to automatically compress all the embedded JavaScript resources using Microsoft Ajax Minifier tool. read more...

add a comment |category: |Views: 26

tags: another

Using the Microsoft Ajax Library 3.5 with the CDN(blog.turlov.com)

submitted by aturlovaturlov(355) 2 years, 6 months ago

Article explains how to leverage Microsoft Ajax CDN for ASP.NET web applications built on .NET 3.5. read more...

add a comment |category: |Views: 13

tags: another

ASP.NET user name availability check using WCSF Validation Bundle(blog.turlov.com)

submitted by aturlovaturlov(355) 2 years, 11 months ago

Shows how to improve on user experience in a standard web site membership sign-up scenario using ASP.NET AJAX and a ServerSideValidatorExtender control from the P&P Web Client Software Factory Validation bundle. read more...

add a comment |category: |Views: 43

tags: another

How to programmatically set a value of a watermarked TextBox via JS(blog.turlov.com)

submitted by aturlovaturlov(355) 2 years, 11 months ago

One more article from the "AJAX Control Toolkit tips and tricks" series. Explains how to access (set or get) programmatically (via JavaScript) a value of an ASP.NET TextBox control that has a TextBoxWatemark extender from the AJAX Control Toolkit attached to it. read more...

add a comment |category: |Views: 25

tags: another

Enabling a WCSF solution for sub-Web Application Project(blog.turlov.com)

submitted by aturlovaturlov(355) 3 years ago

Explains how to enable a Web Client Software Factory WAP solution for using sub-Web Application Projects. read more...

add a comment |category: |Views: 17

tags: another

IIS 7 Error Pages taking over 500 Errors(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years ago

I've been running into a problem with IIS returning error pages when my application is actually returning 500 errors along with custom content. IOW, IIS is taking over error display completely even if I send my own content for errors. This has some profound effects on error handling and on some custom handler implementations that relying on returning error information to the client. Thankfully there's a new ASP.NET 3.5 property that helps with this problem, although it's a rather obscure fix for this issue. read more...

add a comment |category: |Views: 24

tags: another

How to Improve ASP.NET UpdatePanel Performance(blog.turlov.com)

submitted by aturlovaturlov(355) 3 years ago

Article provides with tips and tricks helping improve web application performance and avoid some mistakes while using ASP.NET UpdatePanel. read more...

add a comment |category: |Views: 131

tags: another

Using ColorPickerExtender Client-side Events(blog.turlov.com)

submitted by aturlovaturlov(355) 3 years, 2 months ago

Article describes how to subscribe to the colorSelectionChanged client-side event of the ColorPicker ASP.NET AJAX Extender control using both JavaScript or ASP.NET mark-up code and how to improve user experience by handling the event. Code examples provided. read more...

add a comment |category: |Views: 83

tags: another