| |
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.
|
83 Articles match "2011","How To"
| Related DevelopMentor Courses | MORE | | Using Reporters in Approval Tests Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. He and I pair-programmed remotely (he lives in Finland) to extend ApprovalTests per his ‘asks’. If you are using ApprovalTests and have an idea for a feature, please ping me via twitter @LlewellynFalco and I’ll pair with you to code up your idea as well. assume that you have tried out Reporters if you are reading this blog, however, just to get us started, I’ll remind you that a Reporter is called when an ApprovalTest fails. Let me know how it works for you. Why Use Reporters? DevelopMentor Courses - Saturday, December 31, 2011 Open Agile SoCal 2011 Past topics included Team self improvement Coding skills practice Kanban How to test Communication through drawings Open spaces are optimized to help you learn what YOU need to, not what someone else wants you to hear. Agile helps to improve communication, prioritize work streams, and visibility into the team and unstick teams. Many times puzzles and games are used to help understand underlying behavioral issues. Developers: There are usually hands on coding sessions to help developers practice and hone their craft. 16th 8:30 am to 6 pm. DevelopMentor Courses - Friday, September 9, 2011 How to discover what font was used Sometimes you’re working on a website and you get some images with text in them, but no one remembers what fonts was used in the image. No fear! There is a website call “What The Font” that will take your picture and tell you what font was used: [link]. ASP.NET DevelopMentor Courses - Monday, December 26, 2011 |
63 Articles match "2011","How To"
| The Latest from DevelopMentor | MORE | | SSD + SATA = Best of Both Worlds When I first got the laptop, I purchased a lightening-fast 240 GB SSD hard drive to replace the 500 GB drive, and I put the original drive in a case to use it for Time Machine backups. used Disk Inventory X to try and figure out where all the space went and was able to free up some of it, but I also run a Windows 7 virtual machine using Parallels Desktop , which takes up about 70 GB, and the rest of the space was taken up by stuff I wanted to keep or was difficult to extricate. had a total 740 GB of storage internal to my laptop. DevelopMentor Courses - Monday, April 2, 2012 2011 Recap After a rather long break from blogging, it’s time for me to jump back in! thought I would start by taking a look back at 2011 and recapping some of my experiences, with a sneak peek at blogging topics I plan to cover in the next several weeks. On a personal level, we added a new member to our family: Kornelius Aaron Sneed, born February 8, 2011. From a professional standpoint, 2011 was also an interesting year. It took me a few weeks to put out the first version. Ironically, I paid $2,000 for it, which in today’s dollars amounts to $4000. Tony and Zuzana's World - Tuesday, January 31, 2012 Using Reporters in Approval Tests Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. He and I pair-programmed remotely (he lives in Finland) to extend ApprovalTests per his ‘asks’. If you are using ApprovalTests and have an idea for a feature, please ping me via twitter @LlewellynFalco and I’ll pair with you to code up your idea as well. assume that you have tried out Reporters if you are reading this blog, however, just to get us started, I’ll remind you that a Reporter is called when an ApprovalTest fails. Let me know how it works for you. Why Use Reporters? DevelopMentor Courses - Saturday, December 31, 2011 | -
| The Best from DevelopMentor | MORE | - Using the WCF Web API in an ASP.NET MVC application
Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of a web application. So in this blog post I am going to show how to do the normal thing I Created an ASP.NET MVC 3 app to host the REST service. Just like in this post we can add a reference to the WCF Web API to our project. if (_repo != The Problem Solver - Monday, June 13, 2011 - Peeling Back the Onion Architecture
MVC (which stands for Model-View-Controller) lends itself to an Agile development methodology where TDD and BDD (Test-Driven and Behavior-Driven Development) are important components. This is a concept known as separation of concerns ( SoC ), which, in addition to testability, provides other benefits, such as greater application longevity and maintainability. The life of an application is extended because loose coupling makes it easer to upgrade or replace components without affecting other parts of the system. To< ProductRepository >().WithConstructorArgument( Tony and Zuzana's World - Saturday, October 8, 2011 - How to discover what font was used
Sometimes you’re working on a website and you get some images with text in them, but no one remembers what fonts was used in the image. No fear! There is a website call “What The Font” that will take your picture and tell you what font was used: [link]. ASP.NET DevelopMentor Courses - Monday, December 26, 2011 - Open Agile SoCal 2011
Past topics included Team self improvement Coding skills practice Kanban How to test Communication through drawings Open spaces are optimized to help you learn what YOU need to, not what someone else wants you to hear. Agile helps to improve communication, prioritize work streams, and visibility into the team and unstick teams. Many times puzzles and games are used to help understand underlying behavioral issues. Developers: There are usually hands on coding sessions to help developers practice and hone their craft. 16th 8:30 am to 6 pm. DevelopMentor Courses - Friday, September 9, 2011 - Software Facts - well, numbers at least
Its actually pretty hard to get these numbers and after hunting around I found myself with a copy of Capers Jones Applied Software Measurement. For now, I’d like to share some of the number in Applied Software Measurement. It is counter productivity to invest in tools before resolving organisational and methodology issues. Software does not age gracefully, and tends to become increasingly unstable and difficult to modify safely. Its a discussion of how to measure software and software teams. But he does have lots of interesting facts and numbers. Allan Kelly's Blog - Friday, January 14, 2011 - Using Reporters in Approval Tests
Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. He and I pair-programmed remotely (he lives in Finland) to extend ApprovalTests per his ‘asks’. If you are using ApprovalTests and have an idea for a feature, please ping me via twitter @LlewellynFalco and I’ll pair with you to code up your idea as well. assume that you have tried out Reporters if you are reading this blog, however, just to get us started, I’ll remind you that a Reporter is called when an ApprovalTest fails. Let me know how it works for you. Why Use Reporters? DevelopMentor Courses - Saturday, December 31, 2011 - Access Control Service: Walkthrough Videos of Web Application, SOAP, REST and Silverlight Integration
Instead of writing it all down, I decided to quickly record four short videos that cover the relevant features and code. This video shows how to wire up the service to ACS and hows how to create a client that first requests a token from an IdP and then sends this token to ACS. This part shows how to set up a WCF REST service that consumes SWT tokens from ACS. For the service integration I had to combine a lot of code from different sources (kzu, zulfiq) as well as the WIF SDK and OAuth CTPs together. Have fun ;). www.leastprivilege.com - Tuesday, May 24, 2011 %>
| | |