mehra123

Stories kicked by mehra123

In programming, clever != smart.(spoiledtechie.com)

submitted by cheetahtechcheetahtech(815) 3 years, 6 months ago

You ever have one of those days where you think you are the smartest man in the world and the best programmer at your place of work? Then some clever kid comes along and does something that speeds up your code by a few seconds/minutes? Ease your self. Just because that person just solved your problem, doesn't mean they are smart. read more...

add a comment |category: |Views: 10

tags: another

Building an RSS Ticker in C# using WPF and LINQ(codefreezer.com)

submitted by CryptikCryptik(155) 3 years, 6 months ago

Create an application that downloads RSS, RDF and ATOM data and displays it in a ticker that scrolls using WPF animations. read more...

1 comment |category: |Views: 432

tags: another

Are all .NET developers going to be BizTalk developers(developersingravy.com)

submitted by andrea1979andrea1979(55) 3 years, 6 months ago

Some thoughts about OSLO and DUBLIN's resemblance to BizTalk read more...

add a comment |category: |Views: 10

tags: another

Silverlight Game Programming Tutorial - Getting Started(brighthub.com)

submitted by phyxxphyxx(20) 3 years, 6 months ago

A Silverlight development tutorial that shows you how to create your own 2D web based games. This series attempts to recreate a game originally developed with Flash, and can be used to highlight the differences between the two platforms. read more...

add a comment |category: |Views: 75

tags: another

.NET Language Integrated Query for XML(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 6 months ago

This is the overview of .NET Integrated Language Query for XML. This Article explains some of the features of XLINQ with example. read more...

add a comment |category: |Views: 32

tags: another

Building applications with DLinq Designer(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 6 months ago

DLinq designer is the visual design surface to create the entity objects and bound the controls to the dlinq objects with relationships. We can easily create the windows form using the designer. The developer need not take more time to design the User Interface. The designer itself suggests you the controls suitable for the selected fields. read more...

1 comment |category: |Views: 303

tags: another

Think in LINQ: Yahtzee Score Calculator Using LINQ Technology(c-sharpcorner.com)

submitted by dinesh123321dinesh123321(80) 3 years, 6 months ago

This article revisits the yahtzee program I wrote in 2002 and reimplements scoring using LINQ technology. It compares the old way of scoring with LINQ and shows you the advantages of using LINQ. read more...

add a comment |category: |Views: 306

tags: another

Convert a LINQ Query Resultset to a DataTable(c-sharpcorner.com)

submitted by beckelmwbeckelmw(2755) 3 years, 7 months ago

After a long struggle I find out the way to convert a Linq Query resultset to DataTable object. The attached source code shows how to do it. I am sharing this article with my developer friends and make their life easier. read more...

add a comment |category: |Views: 677

tags: another