| |
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.
|
20 Articles match "Data","LINQ"
| Related DevelopMentor Courses | MORE | | Understanding Map - Reduce The Map process gets the raw data as input and discard anything in the data we are not interested in, basically each input has a corresponding output so we end up with the same number of simplified data elements. And the Reduce process takes the output of the Map process and combines/discards data to produce the result. It should output exactly the same data structure as it took as its input. The Orders data structure looks like this: 1: public class Order. During the Map process we just extract the data we are interested in. Simple right? 10: }. The Problem Solver - Monday, December 3, 2012 Screening C# Candidates: Let’s Play 20 Questions! For example, someone might be called upon to build a WPF app retrieving data from a WCF service that queries a SQL database using Entity Framework with Ninject for dependency injection and MOQ for unit testing. What keyword would you use to define an inline variable in a LINQ query? Neither do the questions touch on any of the “pillars” of the.NET Framework API, such as data access (Entity Framework), web services (WCF), or presentation platforms (WPF, SL, ASP.NET MVC). What keyword would you use to define an inline variable in a LINQ query? > reference 2. DevelopMentor Courses - Tuesday, February 28, 2012 Guerrilla.NET (US) Training and LINQ and lambda expressions from C# 3.0. Multithreading : Build efficient multithreaded processing using new lightweight concurrent data structures. EF : Decouple your entity model from the data using Plain Old CLR Objects (POCOs). 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. Learn to write code using new.NET class libraries like LINQ and Silverlight. DevelopMentor Courses - Tuesday, March 1, 2011 |
45 Articles match "Data","LINQ"
| The Latest from DevelopMentor | MORE | | Reblogged: What should I learn to get started in.NET and web development? LINQ (simple focus on LINQ to objects). Intro to data access in C#. https://learninglineapp.com/courses/7/introduction-to-data-access-in-csharp. '[ Note : I am reblogging this post which originally was posted to the LearningLine blog. Hope you all find it useful here as well]. recently had a conversation with someone who is looking to make a fresh start and become a developer (coming from other IT positions). The question they had was: What should I learn to get started in.NET and web development? How do I do that?” That’s another blog post. :). Michael C. Kennedy's Weblog - Monday, May 6, 2013 A Roundup of MongoDB Management Tools Now there is one less worry in managing your web-scale data. Import relational data from MySQL or SQLServer into MongoDB automatically and start building your applications right away. really like the “overview” view for a given database to see just how much space everything is using and how your data is growing. LINQPad lets you interactively query databases in a modern query language: LINQ. Designed with security and ease of use, MMS collects statistics on all key server and hardware indicators and then presents the data in a powerful web console. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Optimistic concurrency in MongoDB using.NET and C# At the end of this article is a simple C# class (data context) which has save and delete methods which internally are safe via optimistic concurrency control. The only thing you need to do to use this library in your apps is to implement this interface on all top-level MongoDB entities and use a class derived from ConcurrentDataContext (in library below) for your data access. Using this interface, the data context will manage a unique ID for you named _accessId per save. All you do is call save and access entities via LINQ queries. Optimistic concurrency control. Michael C. Kennedy's Weblog - Monday, April 8, 2013 | -
| The Best from DevelopMentor | MORE | - A Roundup of MongoDB Management Tools
Now there is one less worry in managing your web-scale data. Import relational data from MySQL or SQLServer into MongoDB automatically and start building your applications right away. really like the “overview” view for a given database to see just how much space everything is using and how your data is growing. LINQPad lets you interactively query databases in a modern query language: LINQ. Designed with security and ease of use, MMS collects statistics on all key server and hardware indicators and then presents the data in a powerful web console. - The NoSQL Movement, LINQ, and MongoDB - Oh My!
you may cry, “for where will people put their data if not in a database? The NoSQL movement is about re-evaluating the constraints and scalability of data storage systems in the light of the way modern web applications generate and consume data. The outcry about flat files above is meant to highlight an assumption developers often have about building data-driven applications: Data goes in the database (SQL Server, Oracle, or MySql). Just maybe, if we are really cutting-edge, we might consider storing our data in the cloud, but the choices generally stop there. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Securing WCF Data Services using WIF
Since WCF Data Services is just a normal WCF service (using the web programming model), all the typical security APIs and extensibility points apply. Here’s a quick walkthrough: Enabling WIF in the Data Service. Sending a token header to the Data Service. The next step is to send a token to the Data Service. Using the Data Service. 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. The easiest way to get WIF wired up is by writing a custom service host factory. www.leastprivilege.com - Monday, February 15, 2010 - WCF Data Services versus WCF Soap Services
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? This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. But Microsoft has done a lot of work on the client-side programming model for Data Services. Sweet. Tony and Zuzana's World - Tuesday, April 13, 2010 - Who is Improving LINQ to SQL? Plinqo by Code Smith!
A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with.NET 4.0 Nevertheless, I have a consulting client, Credit Solutions , that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. In addition you’ll get better performance using LINQ to SQL (we’ll see how EF4 compares when it comes out). and Visual Studio 2010. Tony and Zuzana's World - Tuesday, August 4, 2009 - Join Me at Guerrilla.NET in November
LINQ and Entity Framework 5. PFx: The Parallel Class and Concurrent Data Structures. Applied NoSQL with LINQ, and MongoDB. Filed under: DevelopMentor Tagged: NET , ASP.NET , Azure , Cloud , Debugging , DevelopMentor , jQuery , LINQ , MVC , NoSQL. DevelopMentor.NET ASP.NET Azure Cloud Debugging jQuery LINQ MVC NoSQLJust a quick announcement for an developer upcoming event I’ll be participating in… Early November I’ll be co-teaching DevelopMentor’s biggest.NET developer event of the year in Los Angeles: Guerrilla.NET. mkennedy. C# 5.0. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 - Who is Improving LINQ to SQL? Plinqo by Code Smith!
A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with.NET 4.0 Nevertheless, I have a consulting client that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. In addition you’ll get better performance using LINQ to SQL (we’ll see how EF4 compares when it comes out). and Visual Studio 2010. file under a common folder. Tony and Zuzana's World - Tuesday, August 4, 2009 %>
| | |