| |
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.
|
11 Articles match "2010","LINQ"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training and LINQ and lambda expressions from C# 3.0. LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 NoSQL : Build insanely fast, data-driven applications with NoSQL, MongoDB, and LINQ. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. Learn to write code using new.NET class libraries like LINQ and Silverlight. and LINQ and lambda expressions from C# 3.0. dynamic typing from C# 4.0, DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. Along the way we will look at how LINQ can be used to query and manipulate this data. IObservable interface and LINQ to create a compelling new programming model that allows you to build "event" based code with declarative LINQ statements. Leverage new features of C# 4.0, including named and optional parameters and dynamic typing. Understand the new features of the core.NET runtime services including the garbage collector. couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 Essential Windows Presentation Foundation - WPF Training Use VS.NET 2008 (or 2010) and Expression Blend together to build your user interface. Use new technologies such as LINQ and XLINQ with WPF. Integrate your visual designers with your developers to maximize their skills. Properly design your architecture to take advantage of data binding. Create professional, modern interfaces with animations, and special effects. Customize the appearance of controls with styles and themes. Utilize your existing controls, forms and resources from Windows Forms with WPF. What is MVVM and how do I use it? What are the new features in WPF 3.5 to WPF 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 |
23 Articles match "2010","LINQ"
| The Latest from DevelopMentor | MORE | | Digging into WCF REST and Visual Studio 2010, folding in features we first saw in the REST Starter Kit, which is now largely obsolete. also threw in a console client project which consumes the WCF REST service and uses LINQ to XML to parse the results. It uses LINQ to XML to parse the result into a list of items. Last Thursday evening I presented a talk to the Dallas.NET User Group on support in WCF 4 for building REST-ful services. Here is a summary of the talk: To REST or Not To REST? But what’s it good for? We’ll also look at API’s for syndicating content using RSS and ATOM. Tony and Zuzana's World - Saturday, September 10, 2011 11 Killer Open Source Projects I Found with NuGet It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. NoRM at [link] LINQ, NoSQL and MongoDB , what more could you want? So maybe I'm late to the party, but I recently started playing with NuGet. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). Let's just say you should learn about NuGet if you don't know it already. RazorEngine at [link]. RazorEngine is templating engine built upon Microsoft's Razor parsing technology. Just use the hot new @Razor syntax from ASP.NET MVC 3. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 Windows Workflow Foundation futures and database access These days most.NET developers have gotten used to, and expect, the power and beauty or LINQ with the related IntelliSense and compile time checking. Conclusion While the async IO and ADO.NET provider model are nice they don’t make up for the big step backwards by not giving us LINQ, IntelliSense and compile time validation of our queries. Ron Jacobs showed a number of really cool new workflow features we can be expecting in the next version of Windows Workflow Foundation during the last PDC in Redmond and Tech-Ed Europe in Berlin. nearly 10 years ago feels bad. The Problem Solver - Saturday, November 20, 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 - 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 … Continue reading → NoSQL Articles Visual Studio Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - The NoSQL Movement, LINQ, and MongoDB – Oh My!
Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the “NoSQL” movement and it’s taking the web application world by storm. Insanity!” you may cry, “for where … Continue reading → NoSQL Open Source Visual Studio Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - 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 - Securing WCF Data Services using WIF
New up your derived class, set the token and use e.g. 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. protected override ServiceHost CreateServiceHost(. 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 %>
| | |