Welcome to weblogs.com.pk Sign in | Join | Help

Browse by Tags

All Tags » LINQ   (RSS)

Delegates and Lambdas

Happy Eid Melad-un-Nabi! In my last post about Delegates and Generics , we had the following delegate to play with… delegate T ComplexDelegate<S, T>(S[] values); .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas,
Posted by khurram | 1 Comments
Filed under: , ,

LinqDataSource - Video

View this 16megs video from Dan Wahlin ; in which he shows how easy things are with LinqDataSource! You get a filter; master/detail form and full editing/deletion/insertion; with almost no line of code! I personally dont like such declarative style programming;
Posted by khurram | 1 Comments
Filed under: ,

Linq 200605 CTP

LINQ's 200605 CTP is available...Simply awesome! I guess C# is taking a good lead comparing to Java, first properties/delegates/events, then better generics implementation, anonymous types and now lot of new cool things like Lambda expressions , extension
Posted by khurram | 0 Comments
Filed under:

DLINQ

Here is a simple web app using DLINQ. In case you are curious how to setup LINQ/DLINQ for web apps; read this ... For the DLINQ; you need to create a class decorating it with DLINQ attributes. I have created one such class below. Once you have all such
Posted by khurram | 0 Comments
Filed under:

LINQ in Web Applications

LINQ gets cooler when it can be used in web apps… Microsoft has just released RC1 of Web Application Projects (WAP) ; and with this; one can now use (*)LINQ in web projects. Here are the steps. Install WAP Download the LINQ Preview ; and install it in
Posted by khurram | 1 Comments
Filed under: ,