User RTipton - Stack Overflowmost recent 30 from stackoverflow.com2010-03-20T15:48:15Zhttp://stackoverflow.com/feeds/user/4929http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls1What are some good WPF grid controls?RTiptonhttp://stackoverflow.com/users/49292008-09-27T21:40:35Z2010-03-02T14:23:03Z
<p>We use a grid control from Infragistics at work. Are there others? Pay or free?</p>
http://stackoverflow.com/questions/1941481/what-are-the-benfits-of-using-wcf-over-asmx-web-services/1941885#19418850Answer by RTipton for What are the benfits of using WCF over ASMX web services?RTiptonhttp://stackoverflow.com/users/49292009-12-21T18:49:54Z2009-12-21T18:49:54Z<p>Here is an article from Keith Elder that I ran across awhile back that may help a little: <a href="http://www.keithelder.net/blog/archive/2008/10/17/WCF-vs-ASMX-WebServices.aspx" rel="nofollow">http://www.keithelder.net/blog/archive/2008/10/17/WCF-vs-ASMX-WebServices.aspx</a></p>
<p>Have a great Christmas!</p>
http://stackoverflow.com/questions/1205191/what-are-things-that-make-a-programmers-life-miserable/1622538#16225383Answer by RTipton for What are things that make a programmer's life miserable?RTiptonhttp://stackoverflow.com/users/49292009-10-25T23:55:38Z2009-10-25T23:55:38Z<p>Like I'm sure others have said, loud working environment. I work in a cubicle and there are certain people right around me that are so disruptive that I have to wear headphones most of the time to drown them out.</p>
<p>I love it when the same people get angry because I do not hear them calling me over the cubicle walls or on the phone.</p>
http://stackoverflow.com/questions/1546594/best-practices-for-naming-user-controls/1546683#15466831Answer by RTipton for Best practices for naming user controls?RTiptonhttp://stackoverflow.com/users/49292009-10-10T00:34:10Z2009-10-10T00:34:10Z<p>Like some of the others, we also use the Control suffix for our user controls. (ie ResPayerControl)</p>
http://stackoverflow.com/questions/47740/what-are-some-good-linq-resouces5What are some good LINQ resouces?RTiptonhttp://stackoverflow.com/users/49292008-09-06T19:04:06Z2009-08-11T19:15:09Z
<p>I have just finished reading "LINQ in Action" which I have found to be a great resource. What are some other resources available?</p>
http://stackoverflow.com/questions/47833/in-c-what-is-the-best-way-to-test-if-a-dataset-is-empty5In C#, what is the best way to test if a dataset is empty?RTiptonhttp://stackoverflow.com/users/49292008-09-06T21:02:43Z2009-07-13T06:27:20Z
<p>I know you can look at the row.count or tables.count, but are there other ways to tell if a dataset is empty?</p>
http://stackoverflow.com/questions/168802/where-can-i-find-a-tutorial-to-get-started-learning-jquery/170732#1707321Answer by RTipton for Where can I find a tutorial to get started learning jQuery?RTiptonhttp://stackoverflow.com/users/49292008-10-04T17:42:18Z2008-10-04T17:42:18Z<p>I ran across a site with JQuery videos recently. <a href="http://www.mefeedia.com/tags/jquery/" rel="nofollow">http://www.mefeedia.com/tags/jquery/</a>.
There was also a Hanselminutes podast on the subject of JQuery. <a href="http://is.gd/3wrM" rel="nofollow">http://is.gd/3wrM</a></p>
<p>Hope this helps.</p>
http://stackoverflow.com/questions/170652/whats-the-best-net-library-for-parsing-and-generating-excel-spreadsheets/170691#1706910Answer by RTipton for What's the best .NET library for parsing and generating Excel spreadsheets?RTiptonhttp://stackoverflow.com/users/49292008-10-04T17:22:58Z2008-10-04T17:22:58Z<p>We use Essential XLSIO from SyncFusion. It is not free, but it has worked well. </p>
<p><a href="http://is.gd/3wpG" rel="nofollow">http://is.gd/3wpG</a></p>
http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/144365#1443650Answer by RTipton for What do you use to keep notes as a developer?RTiptonhttp://stackoverflow.com/users/49292008-09-27T20:12:53Z2008-09-27T20:12:53Z<p>I use Evernote. I love the fact that I can get to my notes whether I on the Internet or not. Also, the text in graphics are searchable. Comes in handy for a photo of a Whiteboard.</p>
http://stackoverflow.com/questions/23375/anyone-programming-in-visual-foxpro-out-there/49878#498781Answer by RTipton for Anyone programming in Visual Foxpro out there?RTiptonhttp://stackoverflow.com/users/49292008-09-08T15:01:13Z2008-09-08T15:01:13Z<p>My company is currently in the process of converting legacy systems in Dos FoxPro 2.5, Visual FoxPro 3 and Visual FoxPro 7 to a WPF/C#/SQL Server application. I have been doing VFP since 1993 and am feverishly trying to get up to speed in the .NET world.</p>
<p>A lot of my time now is keeping the legacy apps running while another team does the .NET development. I really want to be in that group. I am getting more assignments, but would really like to be doing more .NET than VFP.</p>
http://stackoverflow.com/questions/3553/one-piece-of-advice/48690#486900Answer by RTipton for One piece of adviceRTiptonhttp://stackoverflow.com/users/49292008-09-07T19:11:11Z2008-09-07T19:11:11Z<p>I agree about the source control..very important.</p>
<p>Continue to learn other languages. Don't rely only on the language you program in at work. You never know when Microsoft is going to stop supporting it...</p>
http://stackoverflow.com/questions/1644/what-good-technology-podcasts-are-out-there/47734#477340Answer by RTipton for What good technology podcasts are out there?RTiptonhttp://stackoverflow.com/users/49292008-09-06T18:52:06Z2008-09-06T18:52:06Z<p>My list includes:
Herding Code, Deep Fried Bytes, Polymorohic Podcast, Pixel8, .Net Rocks, Hanselminutes, Powerscripting podcast. Full list: <a href="http://rtipton.wordpress.com/podcasts/" rel="nofollow">http://rtipton.wordpress.com/podcasts/</a></p>