| |
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.
|
30 Articles match "Course","Web Services"
| Related DevelopMentor Courses | MORE | | 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. Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. 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). This is the purpose of the technical phone screen. DevelopMentor Courses - Tuesday, February 28, 2012 The Architecture of WCF 'Before WCF it was, of course, possible for software running on different machines to communicate. Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. The goal of WCF was to provide a unified API for communication and to be able to provide a common level of service irrespective of the underlying transport. To understand the structure of WCF and why it looks the way it does useful starting point are the four tenets of service orientation. Messages. Channels. WCF, as of 4.5, DevelopMentor Courses - Sunday, April 7, 2013 |
8 Articles match "Course","Web Services"
| The Latest from DevelopMentor | MORE | | The Architecture of WCF 'Before WCF it was, of course, possible for software running on different machines to communicate. Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. The goal of WCF was to provide a unified API for communication and to be able to provide a common level of service irrespective of the underlying transport. To understand the structure of WCF and why it looks the way it does useful starting point are the four tenets of service orientation. Messages. Channels. WCF, as of 4.5, DevelopMentor Courses - Sunday, April 7, 2013 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. Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. 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). This is the purpose of the technical phone screen. DevelopMentor Courses - Tuesday, February 28, 2012 Web Apps vs Web Services: 302s and 401s are not always good Friends It is not very uncommon to have web sites that have web UX and services content. But in services, when you emit a 401, you typically want that status code to travel back to the client agent, so it can do error handling. If you think (like me) that you should separate UX and services into separate apps, you don’t need to read on. If it is a MVC based web service, that’s easy of course. The UX part maybe uses WS-Federation (or some other redirect based mechanism). All is good. These two approaches conflict. Just do it ;). null ). {. www.leastprivilege.com - Friday, February 10, 2012 | -
| The Best from DevelopMentor | MORE | - Web Apps vs Web Services: 302s and 401s are not always good Friends
It is not very uncommon to have web sites that have web UX and services content. But in services, when you emit a 401, you typically want that status code to travel back to the client agent, so it can do error handling. If you think (like me) that you should separate UX and services into separate apps, you don’t need to read on. If it is a MVC based web service, that’s easy of course. The UX part maybe uses WS-Federation (or some other redirect based mechanism). All is good. These two approaches conflict. Just do it ;). null ). {. www.leastprivilege.com - Friday, February 10, 2012 - Paging with the Silverlight RIA services DomainDataSource
Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method to use to load the data from the web service(in this case LoadCustomers). Of course it is just a matter of setting properties so doing so from code is easy enough. Next add a DataGrid to display the data and you are good to go. Adding paging. Enjoy! The Problem Solver - Monday, April 27, 2009 - 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. Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. 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). This is the purpose of the technical phone screen. DevelopMentor Courses - Tuesday, February 28, 2012 - Building Windows Machines in Amazon EC2
Register for an Amazon Web Services account at [link]. Of course, the system was created with an administrator account which has a strong password. You can do with it what you will, install software, start serving web pages, etc. If your intent is to run a web server, then let it run. In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. Here we go. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - The Architecture of WCF
'Before WCF it was, of course, possible for software running on different machines to communicate. Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. The goal of WCF was to provide a unified API for communication and to be able to provide a common level of service irrespective of the underlying transport. To understand the structure of WCF and why it looks the way it does useful starting point are the four tenets of service orientation. Messages. Channels. WCF, as of 4.5, DevelopMentor Courses - Sunday, April 7, 2013 - Need WIF Training?
My good friend Brock and I put together a two day training course about WIF that covers everything we think is important. The course includes extensive lab material where you take standard application and apply all kinds of claims and federation techniques and technologies like WS-Federation, WS-Trust, session management, delegation, home realm discovery, multiple identity providers, Access Control Service, REST, SWT and OAuth. The course outline looks as follows: Day 1. Externalizing Authentication for Web Applications. Or contact me directly! Day 2. www.leastprivilege.com - Wednesday, November 9, 2011 - Approving the Weather
This is possible thru a web API that will give us the weather report. Regression : Of course now that it's working we need it to work from this point on. This test will pass without actually running the query against the web service. city=San%20Diego Granularity When Things Change : Of course all things change. Of course you can do a large amount of setup to force them to be deterministic. And, of course, this carries a high price in both writing the test and maintaining it. How can I test the weather? So how do we test this? new approach. %>
| | |