Browse by Tags

All Tags » LINQ » C# (RSS)
One of my colleagues Mehfuz Hossain developed a wonderful open source project which allows you to query Flickr photos by LINQ, also lets you insert, delete photos directly to/from Flickr. You wonder how to extend LINQ in such an amazing way? It’s easy...
Posted by Tanzim Saqib | 1 comment(s)
Filed under: ,
In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer. When the application runs, LINQ to SQL translates into SQL the language-integrated queries in the object model...
Posted by Tanzim Saqib | 2 comment(s)
Filed under: ,
Web 2.0 applications are widely developed. These applications often work with third party contents, aggregate them, make various use of them and then make something useful and meaningful to the users. For the past few years, developers were also engaged...
Posted by Tanzim Saqib | with no comments
Filed under: , , , , ,
More Posts