codepronet.blogspot.com
Code.NET: Getting Property Name using LINQ
http://codepronet.blogspot.com/2010/02/getting-property-name-using-linq.html
Thursday, February 4, 2010. Getting Property Name using LINQ. Sometimes we want to compare the property names like,. But this is not type safe. If we change the property name then this won’t work as expected and also it won’t throw compile time error. For getting property name for Type safe operations we can use LINQ. So if you change property name in future, you’ll get compile time error. GetPropertyName T ( Expression. T expression) { MemberExpression. Expression.Body; return. Posted by Arun Jacob.
codepronet.blogspot.com
Code.NET: August 2009
http://codepronet.blogspot.com/2009_08_01_archive.html
Friday, August 14, 2009. If an object implementing INotifyPropertyChanged. Interface it’ll raise a property changed event when its property changes.Lets create a sample application to know how we can implement INotifyPropertyChanged. Interface. I am creating a Silverlight application which demonstrates the data binding with both an object implementing INotifyPropertyChanged. And also a normal DependencyProperty. Open Visual Studio and select a new silverlight application. PropertyChanged; public void.
codepronet.blogspot.com
Code.NET: CodeProject Monthly Competition
http://codepronet.blogspot.com/2010/06/codeproject-monthly-competition.html
Thursday, June 10, 2010. Yesterday I saw that my latest article is listed for Voting under the section Best ASP.NET Article of May 2010. Its a beginner article about a simple Silverlight RSS Reader and I am happy to see that it helped some beginners. If you like the article and think that it'll help some beginners then Vote for it. Http:/ www.codeproject.com/script/Surveys/VoteForm.aspx? Thanks for your time. Article won the CodeProject's monthly competition for Best ASP.NET Article of May 2010.
codepronet.blogspot.com
Code.NET: March 2009
http://codepronet.blogspot.com/2009_03_01_archive.html
Friday, March 20, 2009. First Look – Microsoft Silverlight 3. Posted by Arun Jacob. Wednesday, March 11, 2009. WCF concepts include ABC i.e.,. C – Contract. Services are building on windows communication foundation’s System.ServiceModel. C: Windows Microsoft.NET Framework v3.0 Windows Communication Foundation. Download Sample Application,. Silverlight and WCF Service. A Silverlight RSS Reader. You'll get more samples from MSDN, Download Samples. MSDN Tutorials for WCF,. Posted by Arun Jacob. Tag mapping ...
codepronet.blogspot.com
Code.NET: May 2009
http://codepronet.blogspot.com/2009_05_01_archive.html
Thursday, May 28, 2009. Watch some cool Microsoft Surface Videos here. Hope you’ll enjoy. Posted by Arun Jacob. Wednesday, May 27, 2009. AjaxControlToolkit version 3.0.30512 is released with 3 new controls,. Posted by Arun Jacob. Friday, May 22, 2009. Visual Studio 2010 Professional Beta 1. Finally here comes what we’ve been waiting.Next Generation of Visual Studio is on move.Visual Studio 2010 Professional Beta 1 is now available for Download. Visual Studio 2010 Professional Beta 1. Posted by Arun Jacob.
codepronet.blogspot.com
Code.NET: July 2009
http://codepronet.blogspot.com/2009_07_01_archive.html
Thursday, July 30, 2009. Silverlight With WCF Service. How to use a WCF Service from a silverlight client? Let us discuss how we can achieve that.Sample application is also attached in the bottom of this article. Open Visual Studio and Create a new Silverlight application by selecting any of the available project templates in visual studio.Here i am selecting Silverlight Navigation Application,. This will create a silverlight project and a Web project in the solution. Posted by Arun Jacob. For your mobil...
codepronet.blogspot.com
Code.NET: Slideshow using Javascript
http://codepronet.blogspot.com/2010/03/slideshow-using-javascript.html
Wednesday, March 31, 2010. This is a web application for displaying a slideshow using Asynchronous javascript and XML or AJAX, a simple SlideshowClient web application having next/previous manual image switching and normal Start/Stop slideshow options.This application basically using client side scripting using javascript and XMLHTTPRequest.Our ultimate aim is to show the images and switch them without posting the page back.So definitely we should use any client side scripting language for th...We are fe...
codepronet.blogspot.com
Code.NET: May 2010
http://codepronet.blogspot.com/2010_05_01_archive.html
Wednesday, May 26, 2010. A Silverlight RSS Reader. RSSReader.Web { [ ServiceContract. Uri); } }. RssFeed.Items select new. Title = p.Title.Text, Summary = p.Summary.Text.Trim(), Permalink = (p.Links.FirstOrDefault()! PLinks.FirstOrDefault().GetAbsoluteUri() : null. PublishDate = p.PublishDate.LocalDateTime.ToString( "dd/MMM/yyyy". Items; } }. IsNullOrEmpty(RSSFeedUrlTextBox.Text.Trim() & Uri. IsWellFormedUriString(RSSFeedUrlTextBox.Text.Trim(), UriKind. RSSReaderServiceClient.GetFeedCompleted = new.
codepronet.blogspot.com
Code.NET: April 2009
http://codepronet.blogspot.com/2009_04_01_archive.html
Thursday, April 30, 2009. ScatterView in Microsoft Surface SDK. Create a Surface Project from Visual Studio Template. ScatterView contains collection of ScatterViewItem.Add Objects to ScatterView either inside a ScatterViewItem or we can directly add objects to the ScatterView. The ScatterView looks either like,. I am adding an Image to the ScatterView so that we can manipulate like resize,rotate or move the image. Posted by Arun Jacob. Monday, April 27, 2009. Type targetType, object. Posted by Arun Jacob.