samsert

Stories submitted by samsert

Introduction to Visual Studio Test Professional 2010(www.dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 3 months ago

In this article we will take an overview of the many features available for Visual Studio Test Professional 2010. read more...

add a comment |category: |Views: 1082

tags: another

Multi-Column ComboBox in WPF(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

WPF XAML has huge capabilities for effective UX development. The following post shows how to display multi-column data values for ComboBox in WPF read more...

add a comment |category: |Views: 404

tags: another

Integrating Traditional .NET MSMQ Application with WCF (dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

Most of you might have already started working with WCF for developing SOA based enterprise applications. WCF has provided several benefits for distributed application development e.g. Security, Sessions, Callback etc. One of the nice features with WCF is integration with Microsoft Message Queuing (MSMQ). In this article, we will see how to integrate traditional .NET MSMQ Application with Windows Communication Foundation 3.5 using MsmqIntegrationBinding read more...

add a comment |category: |Views: 272

tags: another

Sort the Items of an ASP.NET DropDownList using jQuery(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

Short and useful article that demonstrates how to sort the items of an ASP.NET DropDownList using jQuery. read more...

add a comment |category: |Views: 240

tags: another

Use Keyboard Shortcuts to Create Tooltips for Forms using jQuery(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

The following article demonstrates how to use keyboard shortcuts with jQuery to create tooltips for HTML forms. read more...

add a comment |category: |Views: 146

tags: another

Implementing KeyBoard Shortcuts on an ASP.NET Hyperlink Control(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

Popular Web apps like Gmail and Windows Live Mail feature Keyboard shortcuts, which help you save time by executing common operations using the Keyboard, without having to switch between the keyboard and mouse. Explore how to use keyboard shortcuts on Hyperlink controls using jQuery read more...

add a comment |category: |Views: 108

tags: another

Search and Filter Items of an ASP.NET DropDownList using jQuery (dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

Search and filter items of an ASP.NET DropDownList using jQuery. read more...

add a comment |category: |Views: 340

tags: another

Prevent Cut, Copy, Paste Operations in an ASP.NET TextBox using jQuery(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 7 months ago

Shows the power of jquery to prevent users from doing Cut, Copy and Paste operations in an ASP.NET TextBox without writing much code read more...

3 comments |category: |Views: 209

tags: another

My New EBook – 51 Recipes with jQuery and ASP.NET Controls(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 7 months ago

Today I am glad to announce my new EBook – 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls. Being an ASP.NET Microsoft MVP, I have always had the opportunity to have early access to products and explore new web technologies, first hand. Last year, during the same time, it got me all excited when Microsoft officially announced that jQuery will be part of their official development platform. I have been extensively using jQuery with ASP.NET ever since then. This EBook is the result of my practical experience of using jQuery with ASP.NET controls, all in the pursuit of demonstrating techniques to resolve Client-Side programming challenges, quickly. read more...

add a comment |category: |Views: 38

tags: another

Determine if your .NET application is running as 32-bit or 64-bit(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 7 months ago

Cool tip to determine if your ASP.NET application is running as a 32-bit or 64-bit application read more...

add a comment |category: |Views: 21

tags: another

Specify a Condition while Editing TOP Rows using SSMS(SQL Server 2008)(sqlservercurry.com)

submitted by samsertsamsert(2159) 2 years, 7 months ago

I had recently posted about Using SSMS to change the Edit TOP Rows option . A user Greg commented asking me if it was possible to specify a condition while Editing the TOP Rows. Here's how to specify a condition. read more...

2 comments |category: |Views: 125

tags: another

What's New in Windows Communication Foundation (WCF) 4.0 Part- II(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 8 months ago

In part 1 of this article, we went through a new feature of WCF - ‘Simple Configuration’. In this second part of the article series, we will see how WCF 4.0 performs routing. read more...

add a comment |category: |Views: 397

tags: another

How to Bind An Enum Name and Value to an ASP.NET DropDownList(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 8 months ago

Binding an Enumeration Name and Value to the DropDownList. read more...

add a comment |category: |Views: 19

tags: another

Silverlight RIA Services and AutoCompleteBox(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 8 months ago

Check this cool article on how to use the AutoCompleteBox control in conjunction with RIA Services. read more...

add a comment |category: |Views: 334

tags: another

What's New in Windows Communication Foundation (WCF) 4.0 Part- I(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 8 months ago

VS 2010 and .NET 4.0 has come out with many new features. Typically there are a lot of changes in Windows Workflow 4.0 (WF 4.0), Windows Presentation Foundation (WPF 4.0) and Windows Communication Foundation (WCF 4.0). In this article we will see one of the new features of WCF 4.0. read more...

add a comment |category: |Views: 522

tags: another

Using Silverlight 3 to Detect Network Changes(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 8 months ago

In part I of this article I’ll demonstrate how to use the networking features in Silverlight to detect network changes. read more...

add a comment |category: |Views: 170

tags: another