paroarya

Stories kicked by paroarya

TSQL Beginners Challenge 8 - Identify the release dates of movies on d(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years ago

Let us one again play with a date related problem. The challenge is to identify the various movies released in cities. There are two tables involved in this challenge. The first table is MovieReleaseDates which will contain the names of movies along with their release dates. The second table will hold the details of releases that happened in different cities. read more...

add a comment |category: |Views: 7

tags: another

TextBox AutoComplete with ASP.NET and jQuery UI(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

This article demonstrates how to use the jQuery UI AutoComplete widget to consume an ASP.NET Web Service that is JSON Serialized. read more...

1 comment |category: |Views: 732

tags: another

Responsible Extension Methods(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years ago

In LINQ is Better Than ForEach, I described how to use the reduce chain refactoring to better describe the functionality of the code. By encapsulating what we were doing, the calling code became more declarative, and the the functionality was more reusable. This didn’t sit well with one reader read more...

add a comment |category: |Views: 18

tags: another

Latest jQuery and jQuery UI Theme links on Google CDN(www.devcurry.com)

submitted by mopenmopen(3596) 2 years ago

I have often seen developers asking where to find the jQuery UI Library and the jQuery UI Themes on Google CDN. Well here’s the list read more...

add a comment |category: |Views: 17

tags: another

Introduction to Delegates(www.i-programmer.info)

submitted by mikejmikej(661) 2 years ago

A basic intro to Delegates that includes generic delegates, covariance and contravariance and leads on to multicast and events. read more...

add a comment |category: |Views: 14

tags: another

Refactoring with Visual Studio 2010 book available(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 2 years ago

Peter announces the book Refactoring with Visual Studio 2010. read more...

add a comment |category: |Views: 18

tags: another

The SharePoint 2010 Developer Center on MSDN has launched!(bit.ly)

submitted by sharepointdevsharepointdev(55) 2 years ago

SharePoint 2010 is a huge release for developers! With all the excitement around the launch events for SharePoint 2010 and Office 2010, here is one more launch event that's happening today: The SharePoint Developer Center on MSDN! Check out this blog post for a run-down of how you can get access to all the new content and resources for developers! read more...

add a comment |category: |Views: 0

tags: another

Win the Latest Manning EBooks(www.devcurry.com)

submitted by mopenmopen(3596) 2 years ago

Here’s a chance for you to win copies of the latest Manning EBooks. There are 10 copies in total to be won of the following: ASP.NET MVC 2 in Action, jQuery in Action - 2nd Edition, C# in Depth - 2nd Edition, SQL Server MVP Deep Dives, and SharePoint 2007 Developer's Guide to Business Data Catalog. read more...

add a comment |category: |Views: 253

tags: another

Localize the jQuery DatePicker Control in an ASP.NET Page (www.dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years ago

The jQuery UI DatePicker widget is highly configurable and full of features, and I use it in my applications whenever I can. In this article, we will see how to localize the DatePicker based on the value selected from an ASP.NET DropDownList. read more...

add a comment |category: |Views: 226

tags: another

Free eBook: .NET Performance Testing and Optimization(www.red-gate.com)

submitted by javeryjavery(5523) 2 years ago

Get your free copy of the Complete Guide to .NET Performance Testing and Optimization: Paul Glavich and Chris Farrell walk you through everything you need to know to set up a test environment and suggest steps you can take to get fast performance gains. Don't miss the good advice and recommendations on keeping your applications lean, mean, and fast! read more...

2 comments |category: |Views: 845

tags: another

Connected Show #29 - Get LIT With Silverlight & WPF4(www.connectedshow.com)

submitted by plaudatiplaudati(570) 2 years ago

In this episode, guest Pete Brown joins Peter to discuss the recent releases of Silverlight 4 & WPF4. Pete talks about how to “light up with COM” and do some crazy sh---tuff on your client. Mics, webcams, and sensors, oh my! WPF or Silverlight? Which one should you be looking at when deciding a client platform technology? Pete helps walk us through those decisions as well as the deltas between the two XAML-based platforms. (Interview starts at 13:34) Also on tap, guest host Dane Morgridge joins Peter to cover the latest Microsoft developer & interoperability news including: Enterprise Library 5 and new SQL Server drivers for Java & PHP. Be sure to catch up with Dane & Andrew Duthie on their Community Megaphone Podcast. read more...

add a comment |category: |Views: 78

tags: another

Smart Card Authentication Module Update - added Support for Membership(securitythroughabsurdity.com)

submitted by j.montyj.monty(1868) 2 years ago

This is a follow-on update on how to implement non-Active Directory Integrated Smart Card / Client Certificate Authentication with ASP.NET using Http Modules. This long overdue version adds support for ASP.NET Membership, Roles, and Profiles. read more...

add a comment |category: |Views: 193

tags: another

How to center and scale Silverlight applications using ViewBox control(geekswithblogs.net)

submitted by dzakdzak(210) 2 years ago

There are many ways to make your application scalable in Web Browser window and align it in the center. Usually we use two Grid controls to align and panel control (like Canvas) to scale our apps.... read more...

add a comment |category: |Views: 30

tags: another

MooTools 1.3 Beta 1 is Slick(techblog.ginktage.com)

submitted by isenthilisenthil(2309) 2 years ago

MooTools is a Opensource ,object-oriented, web-application framework, written in JavaScript for JavaScript. The MooTools can also be integrated in Visual Studio . read more...

add a comment |category: |Views: 13

tags: another

Using LINQ to represent XML data as an Object containing Master-Detail(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

In this article, we will read an XML file containing Master-Detail records and represent it as an object using LINQ. read more...

2 comments |category: |Views: 267

tags: another

Agile Platform: The IDE of my dreams(blogs.techrepublic.com.com)

submitted by tiago_simoestiago_simoes(25) 2 years ago

A few years ago, I was discussing my "fantasy IDE" with someone, and the Agile Platform comes really close. For one thing, it uses a richer metaphor for code than source code. In addition, it treats an application as an ecosystem of data, actions, workflows, etc. rather than simply a collection of related files that may or may not refer to each other at the time of compilation. read more...

add a comment |category: |Views: 18

tags: another