<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Jonathan Cogley&amp;#39;s Blog</title><subtitle type="html">C#, Test Driven Development, Pair Programming, MVP C#, ASPInsider, Secret Server</subtitle><id>http://weblogs.asp.net/jcogley/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/jcogley/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2010-08-13T17:14:54Z</updated><entry><title>Hiring .NET Developers in Washington DC</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2013/05/07/hiring-net-developers-in-washington-dc.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2013/05/07/hiring-net-developers-in-washington-dc.aspx</id><published>2013-05-07T13:32:00Z</published><updated>2013-05-07T13:32:00Z</updated><content type="html">&lt;p&gt;My company, Thycotic Software is hiring for .NET Developers.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.thycotic.com/career_tdddeveloper.html " mce_href="http://www.thycotic.com/career_tdddeveloper.html "&gt;http://www.thycotic.com/career_tdddeveloper.html&lt;/a&gt; &lt;/p&gt;&lt;p&gt;This is a great position - competitive salary, great benefits, awesome 
developers and fun problems to solve - you will be challenged! &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10256655" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>oAuth versus Application Keys</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2013/02/19/oauth-versus-application-keys.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2013/02/19/oauth-versus-application-keys.aspx</id><published>2013-02-20T00:37:59Z</published><updated>2013-02-20T00:37:59Z</updated><content type="html">&lt;p&gt;I have not spent hours reading standards for interacting with websites.&amp;#160; However I did recently have to integrate with various services across a few projects:&amp;#160; MailChimp, GoToWebinar (citrixonline) and LinkedIn.&lt;/p&gt;  &lt;p&gt;The easiest to integrate with from simple C# / .NET code was definitely MailChimp.&amp;#160; Their API has a simple REST interface and they provide application keys in their Admin dashboard that you can create and then use in your integration (this is basically a simple “password” that is tied to your application and you can revoke the key if necessary).&amp;#160; For typical backend plumbing/integration work this is perfect … you authenticate simply from your script or code and then do the work of the integration (adding data, pulling data, whatever).&lt;/p&gt;  &lt;p&gt;Now let’s talk about oAuth … so I get it, the user needs to give their permission for your app to act on their behalf.&amp;#160; And here we have the first #fail … GoToWebinar has implemented this model although I am willing to bet the vast majority of their integrations are really just backend plumbing (grab a list of available webinars and show them on our website, etc.)&amp;#160; Using oAuth in this environment is really the wrong fit and is painful – but they provide no alternative.&amp;#160; That said, once you have done all the gyrations for user tokens, at least the actual API calls are just REST and make for simple code.&amp;#160; The biggest problem is that the oAuth access token will expire (after about a year I think per GoToWebinar docs in which case a human has to do the whole process to get things working again … yikes).&lt;/p&gt;  &lt;p&gt;Next I got to try out integration with LinkedIn … in this case oAuth did actually make sense for me, since my use case did require permission from the user (not just plumbing work).&amp;#160; Unfortunately the API is just not simple – the description of the authentication process in the LinkedIn docs is confusing and doesn’t really explain all the bits about AccessRequestToken, AccessRequestTokenSecret, OAuthAccessToken, OAuthAccessTokenSecret and OAuthAccessRequestVerifier.&amp;#160; Then the second killer is it just isn’t simple to call the API due to all the signature generation required (nonce, timestamp, etc.)&amp;#160; I used the oAuth code from &lt;a href="http://developer.linkedin.com/thread/1190"&gt;here&lt;/a&gt; which made it easier but still not simple.&lt;/p&gt;  &lt;p&gt;It seems like API developers need to be careful about which route they choose (for the typical use case) and how simple these things are to use…&amp;#160; &lt;/p&gt;  &lt;p&gt;Whatever happened to “Make it is as simple as possible and no simpler”?&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9892280" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>Hiring for TDD .NET engineers in Washington DC</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2013/02/19/hiring-for-tdd-net-engineers-in-washington-dc.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2013/02/19/hiring-for-tdd-net-engineers-in-washington-dc.aspx</id><published>2013-02-19T23:56:55Z</published><updated>2013-02-19T23:56:55Z</updated><content type="html">&lt;p&gt;Thycotic/LogicBoost is hiring for .NET engineers at our office in downtown Washington DC.&amp;#160; This is a team that has been doing Test Driven Development and Pair Programming since 2004 (very mature agile team).&amp;#160; This is an amazing environment to work with great engineers in a team-based atmosphere (free lunches on Wednesdays, loads of personal development and learning is at our core).&lt;/p&gt;  &lt;p&gt;Take the code test to apply.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.thycotic.com/career_tdddeveloper.html"&gt;http://www.thycotic.com/career_tdddeveloper.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9892170" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="Test Driven Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Test+Driven+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>Thycotic/LogicBoost is hiring for a Senior .NET TDD Developer in Washington DC</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2012/11/09/thycotic-logicboost-is-hiring-for-a-senior-net-developer.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2012/11/09/thycotic-logicboost-is-hiring-for-a-senior-net-developer.aspx</id><published>2012-11-09T13:16:00Z</published><updated>2012-11-09T13:16:00Z</updated><content type="html">This is really quite a unique team - very smart developers who really work together as a team - using pair programming and test driven development.  Lots of room for technical growth and a technical career.  Small company - 20+ employees.  Hiring is only for full time employees onsite at our offices in downtown Washington DC.


&lt;a href="http://www.thycotic.com/career_tdddeveloper.html"&gt;http://www.thycotic.com/career_tdddeveloper.html&lt;/a&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9347957" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term=".NET" scheme="http://weblogs.asp.net/jcogley/archive/tags/.NET/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /><category term="Agile" scheme="http://weblogs.asp.net/jcogley/archive/tags/Agile/default.aspx" /></entry><entry><title>Thycotic/LogicBoost is hiring for a UI Engineer/Developer</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2012/03/20/thycotic-logicboost-is-hiring-for-a-ui-engineer-developer.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2012/03/20/thycotic-logicboost-is-hiring-for-a-ui-engineer-developer.aspx</id><published>2012-03-20T13:01:00Z</published><updated>2012-03-20T13:01:00Z</updated><content type="html">Here is the posting:&lt;br/&gt;
&lt;a href="http://logicboost.com/careers_uideveloper.html"&gt;http://logicboost.com/careers_uideveloper.html&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;
Thycotic was recently named one of the 10 Best Tech companies to work for in 2012&lt;br/&gt;
&lt;a href="http://www.businessinsider.com/10-of-the-best-us-tech-companies-to-work-for-in-2012-2012-3"&gt;http://www.businessinsider.com/10-of-the-best-us-tech-companies-to-work-for-in-2012-2012-3&lt;/a&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8355588" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>First night at Business of Software 2011 in Boston!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2011/10/23/first-night-at-business-of-software-2011-in-boston.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2011/10/23/first-night-at-business-of-software-2011-in-boston.aspx</id><published>2011-10-24T03:23:00Z</published><updated>2011-10-24T03:23:00Z</updated><content type="html">I have finally made it to this conference after several years of conflicts with other shows. Registered, got my attendee bag - some nice books (too bad I have some of them already).

Met some founders already and had some good conversations. I am going to drive my team batty when I get back to DC with all these ideas!

http://www.businessofsoftware.org&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8006729" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /></entry><entry><title>Secret Server 7.4 released–password management for IT Admins</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2011/05/02/secret-server-7-4-released-password-management-for-it-admins.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2011/05/02/secret-server-7-4-released-password-management-for-it-admins.aspx</id><published>2011-05-02T22:30:07Z</published><updated>2011-05-02T22:30:07Z</updated><content type="html">&lt;p&gt;We have just released &lt;a href="http://www.thycotic.com/secretserver_land.html"&gt;Secret Server 7.4&lt;/a&gt; – this is an ASP.NET based web application with a SQL Server backend for storing passwords for IT Admins, DBAs and even developer teams.&amp;#160; Get rid of that spreadsheet and start using a robust password vault designed for teams.&amp;#160; It can be used to &lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;store server passwords&lt;/a&gt;, provide &lt;a href="http://www.thycotic.com/products_secretserver_webbased.html"&gt;web-based password management&lt;/a&gt;, or even &lt;a href="http://www.thycotic.com/products_secretserver_passwordchanging.html"&gt;automatically change network passwords&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7774959" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>The important of transparency in development</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2011/04/16/the-important-of-transparency-in-development.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2011/04/16/the-important-of-transparency-in-development.aspx</id><published>2011-04-16T16:11:00Z</published><updated>2011-04-16T16:11:00Z</updated><content type="html">David talks about the &lt;a href="http://blog.thycoticsolutions.com/2011/04/14/the-agile-virtue-of-transparency/"&gt;value of transparency in development&lt;/a&gt;.

&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7761034" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="Extreme Programming" scheme="http://weblogs.asp.net/jcogley/archive/tags/Extreme+Programming/default.aspx" /><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /><category term="Agile" scheme="http://weblogs.asp.net/jcogley/archive/tags/Agile/default.aspx" /></entry><entry><title>Easy SQL totals and other Aggregates with rollup and cube</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2011/03/31/easy-sql-totals-and-other-aggregates-with-rollup-and-cube.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2011/03/31/easy-sql-totals-and-other-aggregates-with-rollup-and-cube.aspx</id><published>2011-03-31T15:32:33Z</published><updated>2011-03-31T15:32:33Z</updated><content type="html">&lt;p&gt;David talks about &lt;a href="http://blog.thycoticsolutions.com/2011/03/31/easy-sql-totals-and-other-aggregates-with-rollup-and-cube/"&gt;SQL totals and aggregates using rollup and cube&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Jonathan Cogley is the CEO of Thycotic Software Ltd, a Washington DC based company who make the &lt;a href="http://www.thycotic.com/products_secretserver_webbased.html"&gt;web-based password manager&lt;/a&gt; Secret Server.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7739808" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /><category term="SQL Server" scheme="http://weblogs.asp.net/jcogley/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Do websites need to be experienced exactly the same in every web browser?</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2011/03/14/do-websites-need-to-be-experienced-exactly-the-same-in-every-web-browser.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2011/03/14/do-websites-need-to-be-experienced-exactly-the-same-in-every-web-browser.aspx</id><published>2011-03-14T19:31:13Z</published><updated>2011-03-14T19:31:13Z</updated><content type="html">&lt;p&gt;Jimmy has a new post about &lt;a href="http://thycoticsolutionsblog.wordpress.com/2011/03/14/do-websites-need-to-be-experienced-exactly-the-same-in-every-browser/"&gt;browser compatibility on websites&lt;/a&gt; and how to think about it from a developer and business perspective.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Jonathan Cogley is the CEO of Thycotic Software Ltd, a Washington DC based company who make the &lt;/em&gt;&lt;a href="http://www.thycotic.com/products_secretserver_webbased.html"&gt;&lt;em&gt;web-based password manager&lt;/em&gt;&lt;/a&gt;&lt;em&gt; Secret Server.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7723722" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>Secret Server 7.3 released – store your team’s passwords securely.</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2011/03/14/secret-server-7-3-released-store-your-team-s-passwords-securely.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2011/03/14/secret-server-7-3-released-store-your-team-s-passwords-securely.aspx</id><published>2011-03-14T13:10:02Z</published><updated>2011-03-14T13:10:02Z</updated><content type="html">&lt;p&gt;The Thycotic team just recently released 7.3 of our &lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;enterprise password management&lt;/a&gt; system.&amp;#160; The main improvement was the UI – we used lots of jQuery to make a Dashboard-like interface that allows you to create tabs, drag widgets, add/remove widgets etc.&amp;#160; This was a great face lift for a tool that is already the cornerstone for password management in many IT departments.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.thycotic.com/movies/secretserver/welcome"&gt;Check out a few videos that show off the new stuff&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Jonathan Cogley is the CEO of Thycotic Software, an agile software services and product development company based in Washington DC.&amp;#160; Secret Server is our flagship &lt;/em&gt;&lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;enterprise password manager&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7723429" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /><category term="jquery" scheme="http://weblogs.asp.net/jcogley/archive/tags/jquery/default.aspx" /></entry><entry><title>Fix your IE7 select lists</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2010/12/13/fix-your-ie7-select-lists.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2010/12/13/fix-your-ie7-select-lists.aspx</id><published>2010-12-13T16:25:49Z</published><updated>2010-12-13T16:25:49Z</updated><content type="html">&lt;p&gt;Jimmy (on our team) has posted about &lt;a href="http://thycoticsolutionsblog.wordpress.com/2010/12/08/quicktip-fix-your-ie7-select-lists/"&gt;how to fix your IE7 select lists&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Jonathan Cogley is the CEO of Thycotic Software, an agile software services and product development company based in Washington DC.&amp;#160; Secret Server is our flagship &lt;/em&gt;&lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;enterprise password manager&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7661404" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /><category term="jquery" scheme="http://weblogs.asp.net/jcogley/archive/tags/jquery/default.aspx" /></entry><entry><title>How to build a Google Finance client app with Windows Phone 7</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2010/10/26/how-to-build-a-google-finance-client-app-with-windows-phone-7.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2010/10/26/how-to-build-a-google-finance-client-app-with-windows-phone-7.aspx</id><published>2010-10-26T12:54:58Z</published><updated>2010-10-26T12:54:58Z</updated><content type="html">&lt;p&gt;Ben has a &lt;a href="http://thycoticsolutionsblog.wordpress.com/2010/10/21/how-to-build-a-google-finance-client-app-with-windows-phone-7/"&gt;new post&lt;/a&gt;.&amp;#160; Check it out.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Jonathan Cogley is the CEO of Thycotic Software, an agile software services and product development company based in Washington DC.&amp;#160; Secret Server is our flagship &lt;/em&gt;&lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;enterprise password vault&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7632878" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>Only 12 days left in the Code Contest!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2010/08/20/only-12-days-left-in-the-code-contest.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2010/08/20/only-12-days-left-in-the-code-contest.aspx</id><published>2010-08-20T12:41:41Z</published><updated>2010-08-20T12:41:41Z</updated><content type="html">&lt;p&gt;We are having a fun coding contest to find the best solution to a fairly trivial coding problem.&amp;#160; Come along and show off your skills … you might just win a totally awesome Gyroscope Powerball!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://thycoticsolutionsblog.wordpress.com/2010/08/12/code-challenge-win-a-gyroball/"&gt;&lt;strong&gt;Participate in the Code Contest!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7596726" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term=".NET" scheme="http://weblogs.asp.net/jcogley/archive/tags/.NET/default.aspx" /><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>Are you the Chuck Norris of C#?  Code Contest – win a Gyroscope Powerball!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jcogley/archive/2010/08/13/are-you-the-chuck-norris-of-c-code-contest-win-a-gyroscope-powerball.aspx" /><id>http://weblogs.asp.net/jcogley/archive/2010/08/13/are-you-the-chuck-norris-of-c-code-contest-win-a-gyroscope-powerball.aspx</id><published>2010-08-13T21:14:54Z</published><updated>2010-08-13T21:14:54Z</updated><content type="html">&lt;p&gt;We are having a fun coding contest to find the best solution to a fairly trivial coding problem.&amp;#160; Come along and show off your skills … you might just win a totally awesome Gyroscope Powerball!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://thycoticsolutionsblog.wordpress.com/2010/08/12/code-challenge-win-a-gyroball/"&gt;&lt;strong&gt;Participate in the Code Contest!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7592366" width="1" height="1"&gt;</content><author><name>thycotic</name><uri>http://weblogs.asp.net/members/thycotic.aspx</uri></author><category term=".NET" scheme="http://weblogs.asp.net/jcogley/archive/tags/.NET/default.aspx" /><category term="Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx" /></entry></feed>