|
|
Browse by Tags
All Tags » LINQ (RSS)
Showing page 1 of 8 (74 total posts)
-
Since LINQ was added to the .Net Community as a new wonderful new player, more and more solutions I have seen returns the IQueryable<T> from the Data Access Layer. One reason is to easy create different kind of queries in an easy way and execute them. Some developers use the IQueryable<T> interface to create a light weight interface ...
-
For those not at the MSDN Freedom Roadshow in Scranton, PA today, you are missed a good show. Here’s what happened: David Solivan – David presented a talk called UI, UX, U confused? The purpose was to show the various options we have and to explain when one option may be better than another by stepping through the design process. There’s a URL ...
-
I finished up my talks at ASP.NET Connections yesterday and wanted to get the code posted as well as links for the additional topics covered in the Silverlight animation session. Here they are: Building N-Tier ASP.NET Applications with LINQ Code Silverlight 2 Animations Code SilverlightFX Farseer Physics Engine for ...
-
I’ve had the opportunity to speak at a lot of cool places around the world but you can’t beat speaking in Hawaii! I’ve looked forward to this trip for quite awhile since I get to talk about a brand new technology in a great location. For those able to attend (or those who are interested but can’t attend), you’ll find the slides ...
-
Here are the events listed in Community Megaphone for the next week (or so) for the Mid-Atlantic area: Tuesday, October 07, 2008 6:30 PM: CMAP Main Meeting: ASP.NET MVC - This session will introduce attendees to the new ASP.NET MVC framework while building a real-world application. "Separation of concerns" will be discussed as the ...
-
In these last couple of days I’ve also been busy looking at LINQ To SQL. By now, I’m able to have some opinions on it. First, the things I liked the most…LINQ To SQL is PI (ie, Persistence Ignorant) which is great (at least, that is what I think). This means that your classes won’t have to inherit from any specific class or implement some ...
-
I’ve written a few posts about LINQ to SQL and am generally a big fan of the technology (even with its weaknesses) since it’s very productive. After creating a custom DataContext object using the LINQ to SQL designer (or one created by hand) I always ensure that the object is wrapped in a “using” statement so that the Dispose() method is ...
-
.NET 3.5’s LINQ to SQL functionality provides a great way to write data access layer code that automatically handles mapping relational data to object properties. Although I generally prefer to use stored procedures when performing insert, update or delete operations against a database (see my previous post on this), I still use LINQ to SQL ...
-
I was looking for a quick and easy solution to export data from SQL into an Excel format from within my ASP.NET application. I came across a great video posted by Beth Massi on the asp.net website (Video #7 at the bottom at http://www.asp.net/learn/linq-videos/). Beth steps through creating the LINQ to XML and how you can populate your Excel ...
-
Back this week after an offsite meeting last week, and here are the events listed in Community Megaphone for the next week (or so): Monday, August 11, 2008 6:00 PM: SoMD .NET User Group - August Meeting - Dynamic Data by James Pendarvis. One of the cool new features is something we call "ASP.NET Dynamic Data Support". In a nutshell ...
1 ...
|
|
|