| |
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.
|
19 Articles match "Course"
See all articles with
"Course"
| The Latest from Tony and Zuzana's World | MORE | | Secure WCF REST Services with a Custom UserNamePasswordValidator Of course, you’ll want to employ a more sophisticated technique, such as hashing the password to compare against entries in a database table.). Download the code for this blog post here. When securing WCF services you’re faced with a choice: Message versus Transport security. Unless you need to conceal messages from an intermediary, your best bet is to stick with transport security and use SSL to secure messages traveling over HTTP. This means you can eschew the complexity and overhead of message-based security in favor of the simpler and leaner model of transport-based security. Enjoy. DevelopMentor Courses - Monday, May 28, 2012 Screening C# Candidates: Let’s Play 20 Questions! Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. If a person has ever bothered to read a book or technical article or taken a training course, their answers will set them apart from the crowd of folks who don’t make time for ongoing professional development. Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. Furthermore, I’m looking for a developer with a thirst for knowledge. This is the purpose of the technical phone screen. DevelopMentor Courses - Tuesday, February 28, 2012 Welcome to the World Kory! wouldn’t have minded waking up, of course, but she wanted to be considerate of me because I had come down with a bad cold. On Tuesday February 8, 2011, at 3:55 AM, Kornelius Aaron Sneed was born at our home in McKinney, Texas. Our daughter Karisma was also born at home , but this time we planned to have a home birth. We had been a bit nervous because an ice and snow storm had stranded us in our home for several days beforehand, and a snow storm was forecast to hit town Tuesday evening. My wife Zuzana spent Monday decorating our guest room and we went out for a date night that evening. Tony and Zuzana's World - Tuesday, February 8, 2011 | | The Best from Tony and Zuzana's World | MORE | | Setting up SQL Server 2008 Express with Profiler When I teach my DevelopMentor course on Entity Framework 4.0 and WCF Data Services , I use the Express Edition of SQL Server 2008 R2, but I have need for the SQL Profiler tool, which comes only with the full version and is needed to inspect what SQL is sent to the database. In addition, the setup folks often have a hard time getting the permissions right. So I wrote a script that first installs just the tools from a trial version of the Developer Edition, which include both SQL Management Studio and SQL Profiler. Click on the Eval X86 Executable link to download SQLFULL_x86_ENU.exe. Tony and Zuzana's World - Thursday, August 5, 2010 Screening C# Candidates: Let’s Play 20 Questions! Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. If a person has ever bothered to read a book or technical article or taken a training course, their answers will set them apart from the crowd of folks who don’t make time for ongoing professional development. Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. Furthermore, I’m looking for a developer with a thirst for knowledge. This is the purpose of the technical phone screen. DevelopMentor Courses - Tuesday, February 28, 2012 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. 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. Because Ayende comes from the NHibernate camp, I thought it would be interesting to highlight some EF4 capabilities lacking in the current version of NHibernate. EF supports LINQ out of the box (NH doesn’t have it yet). Tony and Zuzana's World - Wednesday, January 13, 2010 | - Easier Async for Silverlight Apps using MVVM
An example of where you might want to use the Notify method is if you have the need to prompt the user for input in the course of executing a long-running task on a background thread. It makes sense to execute long-running tasks on a background thread, in order to keep the UI responsive by not tying up the main thread. However, as is the case with other UI frameworks such as Windows Forms or WPF, you should not touch UI elements from worker threads. This has to do with how Windows apps process messages, which are always handled on the thread that created the visual element. Tony and Zuzana's World - Saturday, January 29, 2011 - Secure WCF REST Services with a Custom UserNamePasswordValidator
Of course, you’ll want to employ a more sophisticated technique, such as hashing the password to compare against entries in a database table.). Download the code for this blog post here. When securing WCF services you’re faced with a choice: Message versus Transport security. Unless you need to conceal messages from an intermediary, your best bet is to stick with transport security and use SSL to secure messages traveling over HTTP. This means you can eschew the complexity and overhead of message-based security in favor of the simpler and leaner model of transport-based security. Enjoy. DevelopMentor Courses - Monday, May 28, 2012 - Automatically Upgrading to Visual Studio 2010
Of course, upgrading to VS 2010 is only half the process. I’ve had the need recently to convert a large number of projects from Visual Studio 2008 to Visual Studio 2010. was not able to find a tool out there that does this automatically, so I wrote one. The key is to invoke devenv.exe from the command line and use the /upgrade switch. Here is a link to the docs on that option. And here is a Windows Forms app I wrote that searches for all Visual Studio solutions under a root directory and shells out to a command prompt to do the upgrade. Cheers. Tony and Zuzana's World - Sunday, November 28, 2010 - Why Health Care is Broken
Of course, with health insurance we would pay even less than that. Over the past few years it has become abundantly clear to me that the health care system in America is fundamentally broken. What we have tried to do as a country is build our health care system on capitalist principles. On its face there’s nothing wrong with that approach, if – and this is a BIG if – there are safeguards in place to prevent rampant greed from posing what has come to be called “systemic risks. And that is precisely what has happened to our health care system. Here is an interesting example. Tony and Zuzana's World - Saturday, August 1, 2009 - ELINQ with EF 4.0 Course Update
I’ve been working feverishly the last couple of months to update my DevelopMentor course: Essential LINQ with Entity Framework 4.0. Here is a breakdown of the course content: Day 1: 1. Here’s when and where we’re offering the course: Boston: February 9-12, 2010 London: February 23-26, 2010 Los Angeles: March 30-April 2, 2010 Boston: April 20-23, 2010 London: May 4-7, 2010 Los Angeles: June 8-11, 2010 Boston: June 29-July 2, 2010. Functional Programming in C# 2. LINQ to Objects 3. LINQ to XML. Day 2: 4. LINQ to SQL 5. EF: Architecture 6. EF: LINQ to Entities. Day 3: 7. Tony and Zuzana's World - Tuesday, December 29, 2009 - 100 EF4 Links
As part of my DevelopMentor Entity Framework course , I put together a delicious web site containing over 100 links to Entity Framework 4.0 topics. link]. Enjoy. Tony and Zuzana's World - Sunday, January 3, 2010 - The Joys of Parenting
We took a course in natural childbirth and read several books on the topic. We have found all these things in the GFI parenting program , which has a strong presence in the Dallas area, offering courses, support groups and various other resources. We have taken four courses to date: Infant Way, Babyhood Transitions, Toddler Transitions, and Virtuous Way. Even after having taken the courses, we were still fuzzy on how to practically apply what we learned in everyday life. Shortly after taking our first GFI course we discovered some controversy surrounding the program. Tony and Zuzana's World - Sunday, October 4, 2009 %>
349 Articles match "Course"
See all articles with
"Course"
| The Latest from DevelopMentor | MORE | | Unit testing code depending on the ASP.NET #WebApi HttpClient Of course we still need tests for updating existing resources as well as deleting them but with these examples those should be easy enough :-). 'In a previous post I showed how to unit test an ASP.NET WebAPI Controller. But with a REST service there is both a client and a service component. Assuming for a moment the client part is also written in C# we should test that as well. In this case the client application contains the following class to load books from the REST WebAPI controller: 1: public class BooksClient. 7: _httpClient = httpClient; 8: BaseUrl = new Uri( "[link] ); 9: }. The Problem Solver - Monday, May 20, 2013 Dialogue Sheets - update & new planning sheet When I do training course I always give teams one or two retrospective dialogue sheets for them to use for their first retrospectives. 'Last month InfoQ carried an update on the use of retrospective dialogue sheets. The use of these sheets continues to grow and I continue to receive good feedback. If you’ve tried the sheets and haven’t sent me some feedback than please e-mail me and let me know about your experiences. And for those of you who’ve not tried a dialogue sheet retrospective, whats stopping you? The Dialogue Sheet PDFs are free to download. Allan Kelly's Blog - Tuesday, May 7, 2013 Reblogged: What should I learn to get started in.NET and web development? Here’s my advice along with a bunch of courses you can use to accomplish this efficiently and affordably. Here are the related LearningLine courses from DevelopMentor which will walk you through this path. Because you can preview the first lesson of each course, you have about 7 hours free and the rest are all included in an affordable $29 subscription. If a lesson (task) happens to be shared across courses, you’ll see it already marked as completed for you and you can just skip to the next. Hope you all find it useful here as well]. How do I do that?” Michael C. Kennedy's Weblog - Monday, May 6, 2013 | -
| The Best from DevelopMentor | MORE | - Why Choose NoSQL and Document Databases over RDBMS
This is an excerpt from my upcoming online MongoDB course for DevelopMentor. Filed under: NoSQL Tagged: DevelopMentor , LearningLine , NoSQL , Online courses , Online learning , Screencasts. NoSQL DevelopMentor LearningLine Online courses Online learning Screencasts 'Do you want to know the biggest single reason you should choose document databases over SQL Server, Oracle, or MySQL? Hint: It’s not performance or scalability. You can take the first 1 1/2 hours for free here: Early access: MongoDB and NoSQL for.NET developers. Cheers, @mkennedy. - Take the first hour of any online developer course for free at LearningLine
We are announcing the ability to preview any of our online courses, for free without entering any payment information. You can now study approximately the first hour of any one of our courses. To get started, just head over to our schedule page , click on any course title you’d like and choose “ Preview course for free “: . At the time of this writing, there are 27 courses which run between 4 and 15 days in length. So head on over to the schedule page and find a course that is right for you: https://learninglineapp.com/schedule. - ELINQ with EF 4.0 Course Update
I’ve been working feverishly the last couple of months to update my DevelopMentor course: Essential LINQ with Entity Framework 4.0. Here is a breakdown of the course content: Day 1: 1. Here’s when and where we’re offering the course: Boston: February 9-12, 2010 London: February 23-26, 2010 Los Angeles: March 30-April 2, 2010 Boston: April 20-23, 2010 London: May 4-7, 2010 Los Angeles: June 8-11, 2010 Boston: June 29-July 2, 2010. Functional Programming in C# 2. LINQ to Objects 3. LINQ to XML. Day 2: 4. LINQ to SQL 5. EF: Architecture 6. EF: LINQ to Entities. Day 3: 7. Tony and Zuzana's World - Tuesday, December 29, 2009 - Richard Blewett: Devweek 2013–WCF Crash Course
Thanks to everyone who attended my Devweek 2013 pre-conference session on WCF. You can get the slides and demos here DevelopMentor Courses - Tuesday, March 5, 2013 - Flowcharts in Workflow 4 and the Switch activity
Of course the FlowSwitch should just to a ToString() on the expression result , anything else would be pointless as any comparison fails. Flowcharts are a nice addition to Windows Workflow Foundation 4. They allow for a lot of pretty complex behavior that is hard to do in a sequential workflow. In WF 3 we used to model these complex behaviors as state machine workflows. That worked but they weren't really state machines or event driven and things could get a bit tricky. No it is just another activity to drop in a workflow. guess you get the picture. So far so good. Next (5). Enjoy! The Problem Solver - Tuesday, October 27, 2009 %>
| | |