| |
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.
|
10 Articles match "LINQ","Visual Studio"
| Related DevelopMentor Courses | MORE | | Simple WCF SOAP-REST Multi-Project Template did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. To get the new template, all you have to do is fire up Visual Studio, then open up the Extensions Manager from under the Tools menu. The REST client uses LINQ to XML to parse the response. Technical REST SOAP Visual Studio WCFDownload the source code for this post. My other REST and SOAP templates are intended as a starting point for more real-world WCF services. Enjoy. DevelopMentor Courses - Monday, June 11, 2012 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. assuming Silverlight 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! 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. Power Debugging with WinDBG For many developers debugging tools start and end with Visual Studio. DevelopMentor Courses - Tuesday, March 1, 2011 |
24 Articles match "LINQ","Visual Studio"
| The Latest from DevelopMentor | MORE | | Attend my sessions at DevWeek 2013 in London Then we’ll learn how to leverage MongoDB (a popular NoSQL DB) to build.NET applications using LINQ as the data access language. From there we will build out a.NET application using LINQ and MongoDB in a series of interactive demos using Visual Studio 2012 and C#. Want to see some of the topics covered in my blog presented live and in-person? Make your way to London in March 2013 to DevWeek ! I’ll be presenting 4 sessions covering NoSQL, ASP.NET MVC, and Cloud (Auzre and AWS mostly). Details below. Sessions : Building Rich Input Forms in ASP.NET MVC. Michael C. Kennedy's Weblog - Tuesday, December 4, 2012 Join Me at Guerrilla.NET in November You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2012 and Windows 8. LINQ and Entity Framework 5. 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 NoSQLWe’ve just updated the outline with the most important current and upcoming technologies (see below). hope to see you there! mkennedy. C# 5.0. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 Simple WCF SOAP-REST Multi-Project Template did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. To get the new template, all you have to do is fire up Visual Studio, then open up the Extensions Manager from under the Tools menu. The REST client uses LINQ to XML to parse the response. Technical REST SOAP Visual Studio WCFDownload the source code for this post. My other REST and SOAP templates are intended as a starting point for more real-world WCF services. Enjoy. DevelopMentor Courses - Monday, June 11, 2012 | -
| The Best from DevelopMentor | MORE | - 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 - 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. What I want to talk about is all the cool open source projects I found just by flipping through the pages of the NuGet directory in the Visual Studio "Add Library Package Reference" dialog. NoRM at [link] LINQ, NoSQL and MongoDB , what more could you want? Keep in mind, that to get the latest version, you can just use the Visual Studio "Add Library Package Reference" dialog because of all the NuGet goodness. Here you go. Enjoy! Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - The NoSQL Movement, LINQ, and MongoDB – Oh My!
you may cry, “for where … Continue reading → NoSQL Open Source Visual StudioMaybe 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!” Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - 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 - Downloads from Building Rich Input Forms in ASP.NET MVC Webcast
Read the readme in the zip … Continue reading → DevelopMentor Speaking.NET ASP.NET LINQ MVC NoSQL Screencasts Visual StudioThanks to all who attended my webcast yesterday. Here is the recorded video, slides, and demo application. Slides: Kennedy-Rich-Forms-with-ASP.NET-MVC-Slides.zip Demo Application: Kennedy-MVC-Forms-Demo.zip Video Recording: Remember, you’ll need to run MongoDB to make the web app work. Michael C. Kennedy's Weblog - Wednesday, April 11, 2012 - Simple WCF SOAP-REST Multi-Project Template
did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints. To get the new template, all you have to do is fire up Visual Studio, then open up the Extensions Manager from under the Tools menu. The REST client uses LINQ to XML to parse the response. Technical REST SOAP Visual Studio WCFDownload the source code for this post. My other REST and SOAP templates are intended as a starting point for more real-world WCF services. Enjoy. DevelopMentor Courses - Monday, June 11, 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 and Visual Studio 2010. 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). Tony and Zuzana's World - Tuesday, August 4, 2009 %>
| | |