sam123

Stories kicked by sam123

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

Grouping Controllers with ASP.NET MVC(haacked.com)

submitted by alleyalley(2840) 3 years, 6 months ago

question that often comes up is how do you group controllers when building a large application with ASP.NET MVC. Often, the question is phrased as whether or not ASP.NET MVC supports “Areas”, a feature of Monorail. According to the Monorail documentation, MonoRail supports the concept of areas, which are logical groups of controllers. All controllers belong to an area. The default area is an empty (unnamed) one read more...

1 comment |category: |Views: 200

tags: another

Setting up Castle Windsor for Auto Registration(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 6 months ago

A short screencast on how to set up Castle Windsor for Auto Registration by using convention based registration. read more...

add a comment |category: |Views: 222

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