OK, let's play with LINQ4SP again. You can download Beta1 , write a simple query , create a new list item and lookup fields . In the next part I'll show you how to delete an item from a list : [TestMethod] public void DeleteCreatedItems() { using (AwContext context = new AwContext()) { var q...
Well, how do you like our solution to query a list or insert a new item to a list by LINQ4SP? What do you think about it? What would you tell, if I show you a newer interesting thing? Are you ready? - OK, today surprise is how to insert a lookup reference to another list. See this short demo , or check...
Well, we can query our SharePoint lists with LINQ4SP, that's great. But what about data manipulation? Can we create, modifiy or delete items as well? My answer is: yes, we can! We are able to create new item, modify or delete items with LINQ4SP! First of all, let's see an item creation: we'll...
In the last demo I showed you are able to generate the context and business classes with the LINQ4SP code generator. This time I would like to go through and easy query generation and some basic filtering. First we generated the context from a SharePoint list and created a test project. This is, where...
As we're planning to release LINQ4SP Beta1 at the end of this week, let's start to show some pieces of it! First of all, I'll show you how you can browse your site's content, and select what you want to use in the generated code. You can select lists, columns, lookups, etc. After finishing...
In the OBA demo Part 1 we could see how we can build component-based applications by OBA Composition Reference Toolkit . But these are only the base things - these are really important, as in a building, but we can't move in yet. We're really happy to have it ready, it's an important step...
Recently I had two presentations about Office Business Applications (OBAs) and OBA Composition Reference Toolkit . A few days ago I wrote about my presentation on Hungarian Architecture Forum, but I didn't mention the second one: on the Visual Studio 2008 Launch ("Heroes Happen Here") I...