|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
18 Articles match "2010","LINQ"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential SharePoint 2010 for Developers
This in-depth developer oriented course explores the new SharePoint 2010 features such as new customization capabilities, ASP.NET AJAX integration, Silverlight Integration, Content Management, Document Management, Workflows,NET 4.0, Office 2010, and more. You'll get answers to these questions: What are the different SharePoint 2010 Components? What is new in Office 2010? How do I architect and plan for robust SharePoint 2010 deployment? How do I customize SharePoint 2010 fast to suite business demands? Acquire skills you need to be productive today.
DevelopMentor Courses
- Tuesday, February 2, 2010
Essential SharePoint 2010 for Developers Training
This in-depth developer oriented course explores the new SharePoint 2010 features such as new customization capabilities, ASP.NET AJAX integration, Silverlight Integration, Content Management, Document Management, Workflows,NET 4.0, Office 2010, and more. You'll get answers to these questions: What are the different SharePoint 2010 Components? What is new in Office 2010? How do I architect and plan for robust SharePoint 2010 deployment? How do I customize SharePoint 2010 fast to suite business demands? Acquire skills you need to be productive today.
DevelopMentor Courses
- Wednesday, June 2, 2010
Exploring.NET 3.5: WPF/SL, WCF, WF, LINQ Training
The course begins with Language Integrated Query (LINQ), based on a new version of the C# programming language, which supports a uniform syntax for querying in-memory objects, XML and relational databases. You'll get answers to these questions: How can I use LINQ to query in-memory objects, XML or relational databases? and Language-Integrated Query (LINQ), Windows Presentation Foundation (WPF), Silverlight 3 (SL), and Windows Communication Foundation (WCF). LINQ to Objects.NET 3.5 Exploring.NET 3.5 How is WPF different from Windows Forms? in your applications today!
DevelopMentor Courses
- Thursday, June 3, 2010
|
16 Articles match "2010","LINQ"
|
The Latest from DevelopMentor
|
MORE
|
|
Portland CodeCamp Downloads: Demos and Slides
The NoSQL Movement, LINQ, and MongoDB - Oh My! You can download the slides, demo code, and the mongoctx code snippet for Visual Studio here: NoSQL + MongoDB + LINQ : [link] NoSQL vs. If you missed the sessions and want to see some MongoDB + LINQ or if you would like to recommend this session to a friend, I'll be doing a webcast on a very similar talk tomorrow: NoSQL + MongoDB + LINQ Webcast. Thanks to everyone who came to my two sessions at the Portland CodeCamp this weekend. Panel Discussion: NoSQL vs. RDBMS. RDBMS Panel : [link]. Cheers! mkennedy. Kennedy.
Michael C. Kennedy's Weblog
- Monday, May 24, 2010
Webcast: NoSQL Movement, LINQ, and MongoDB
I'm happy to announce I'll be doing a free webcast in the DevelopMentor webcast series on MongoDB,NET, LINQ, and NoRM. NoSQL Movement, LINQ, and MongoDB. We'll be building out a website in ASP.NET MVC with MongoDB as the back-end using LINQ. Tuesday May 25th - 11AM PST Register here. hope to see you there. There will be plenty of code so it should be fun and educational. Cheers! mkennedy. All content copyright Michael C. Kennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis.
Michael C. Kennedy's Weblog
- Tuesday, May 11, 2010
MongoDB vs. SQL Server 2008 Performance Showdown
This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. If there is a database that is 100 times faster than SQL Server, free, easy to administer and you program it with LINQ just as you would with SQL Server then that is a very compelling choice. These inserts were performed by inserting 50,000 independent objects using NoRM for MongoDB and LINQ to SQL for SQL Server 2008. Those were.
Michael C. Kennedy's Weblog
- Thursday, April 29, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
The NoSQL Movement, LINQ, and MongoDB - Oh My!
Interact with the database using LINQ. Shortly we’ll look at an example where we build out a disconnected, offline RSS reader that uses MongoDB and LINQ to store its data. You have several options when choosing how to access MongoDB from.NET but generally that means using LINQ and a light-weight object-mapper on top of MongoDB itself. Then we’d use LINQ to SQL or Entity Framework to generate the ORM classes. We begin by generating the objects (Blog, RssEntry, etc) in memory and then serializing them via NoRM to MongoDB much as you would in LINQ to SQL. Ok, ok.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
-
MongoDB vs. SQL Server 2008 Performance Showdown
This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. If there is a database that is 100 times faster than SQL Server, free, easy to administer and you program it with LINQ just as you would with SQL Server then that is a very compelling choice. These inserts were performed by inserting 50,000 independent objects using NoRM for MongoDB and LINQ to SQL for SQL Server 2008. Those were.
Michael C. Kennedy's Weblog
- Thursday, April 29, 2010
-
Securing WCF Data Services using WIF
LINQ to query the Data Service. This questions comes up every once in a while. Since WCF Data Services is just a normal WCF service (using the web programming model), all the typical security APIs and extensibility points apply. That said, depending on your scenario you might have to be a little more creative for REST-style services. Here’s a quick walkthrough: Enabling WIF in the Data Service. The easiest way to get WIF wired up is by writing a custom service host factory. gave it a try for SWT tokens (see here for the general SWT integration story). public Expression.
www.leastprivilege.com
- Monday, February 15, 2010
-
WCF Data Services versus WCF Soap Services
All you have to do for a.NET client is simply write a LINQ query, and Data Services will translate it to a URI sent to the service. in Visual Studio 2010. Someone recently asked me this question: When a company that has been using 2 tiers wants to move to n-tier, what are the considerations for choosing WCF and STEs [or Trackable DTOs] vs. WCF Data Services? m going to steal an image from the.NET Endpoint blog , because it shows how each programming model rests on top of the infrastructure provided by WCF. Whether that’s good or bad depends entirely on your point of view. Sweet.
Tony and Zuzana's World
- Tuesday, April 13, 2010
-
Webcast: NoSQL Movement, LINQ, and MongoDB
I'm happy to announce I'll be doing a free webcast in the DevelopMentor webcast series on MongoDB,NET, LINQ, and NoRM. NoSQL Movement, LINQ, and MongoDB. We'll be building out a website in ASP.NET MVC with MongoDB as the back-end using LINQ. Tuesday May 25th - 11AM PST Register here. hope to see you there. There will be plenty of code so it should be fun and educational. Cheers! mkennedy. All content copyright Michael C. Kennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis.
-
ReportViewer in VS2010
I’ve been using the ReportViewer control in Visual Studio quite a bit to create RDLC (offline) reports that are based on the result of LINQ queries against object trees. It’s been a while since there has been a new release of this control and Visual Studio 2010 did not include anything major with regards to the ReportViewer control. Tags: NET LINQ SQL Team System asked around and got an email from Robert Bruckner answering my two main questions: 1. Yes, the ReportViewer control in VS2010 will run on both.NET 3.5 as well as.NET 4.0.
The Blomsma Code
- Monday, July 20, 2009
-
EF4 compared to NHibernate
Last week while teaching my new LINQ and Entity Framework course I got a question asking me to compare EF4 with NHibernate. EF supports LINQ out of the box (NH doesn’t have it yet). Ayende mentions that NH will add LINQ with version 3.0, Not having worked extensively with NHibernate, I wasn’t in a position to address the question. Then yesterday I received an email containing a link to a blog post by Oren Eini (aka Ayende Rahien) doing just such a comparison. EF has a good designer (NH doesn’t). EF has much better documentation.
Tony and Zuzana's World
- Wednesday, January 13, 2010
|
|
|