User Rob Bazinet - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T21:21:29Zhttp://stackoverflow.com/feeds/user/2305http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/23994/experiences-using-asp-net-mvc-framework2Experiences Using ASP.NET MVC FrameworkRob Bazinet2008-08-23T04:51:32Z2009-03-14T04:24:02Z
<p>I am wondering what experiences people are having using the ASP.NET MVC Framework? In particular I am looking for feedback on the type of experience folks are having using the framework.</p>
<p>What are people using for their view engine? What about the db layer, NHibernate, LINQ to SQL or something else?</p>
<p>I know stackoverflow uses MVC, so please say this site.</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/252382/shared-hosting-trust-level-medium/252431#2524311Answer by Rob Bazinet for Shared Hosting <trust level ="Medium" />Rob Bazinet2008-10-31T02:10:25Z2008-10-31T02:10:25Z<p>It sounds to me like your web host is not very flexible. I would ask them about adding the needed permissions they allow. I had the same problem with Server Intellect and after speaking with them and telling them the permission I needed, they helped out and worked it out.</p>
<p>Honestly though, there are a lot of hosting companies and a lot who are willing to work with people to get their business. If I were facing the same difficult hosting provider, I would look elsewhere to a provider that will help you out. The change they made caused you pain and they should at least attempt to help you, otherwise move on to someone who wants to support you. Just me 2 cents, probably not a recommendation you were looking for.</p>
http://stackoverflow.com/questions/21464/recommended-iphone-development-resources2Recommended iPhone Development ResourcesRob Bazinet2008-08-21T23:53:36Z2008-10-29T13:27:26Z
<p>Hello;</p>
<p>This is my first post here and I wanted to get some input from people doing iPhone development. Other than the Apple DevCenter, where are there good sites to learn iPhone developement?</p>
<p>I know Apple has a tough NDA but there has to be people talking about writing applications for the iPhone.</p>
<p>Thank you,
Rob Bazinet</p>
http://stackoverflow.com/questions/223533/convert-csv-file-or-excel-spreadsheet-to-resx-file0Convert CSV file or Excel spreadsheet to RESX FileRob Bazinet2008-10-21T21:14:19Z2008-10-22T03:05:05Z
<p>I am looking for a solution or recommendation to a problem I am having. I have a bunch of ASPX pages that will be localized and have a bunch of text that needs to be supported in 6 languages.</p>
<p>The people doing the translation will not have access to Visual Studio and the likely easiest tool is Excel. If we use Excel or even export to CSV, we need to be able to import to move to .resx files. So, what is the best method for this?</p>
<p>I am aware of this question, <a href="http://stackoverflow.com/questions/198772/convert-a-visual-studio-resource-file-to-a-text-file">http://stackoverflow.com/questions/198772/convert-a-visual-studio-resource-file-to-a-text-file</a> already and the use of Resx Editor but an easier solution would be preferred.</p>
<p>Thank you.</p>
<p>-Rob Bazinet</p>
http://stackoverflow.com/questions/61383/is-there-a-good-admin-generator-for-ruby-on-rails/61411#614115Answer by Rob Bazinet for Is there a good admin generator for Ruby on Rails?Rob Bazinet2008-09-14T15:34:17Z2008-09-14T15:34:17Z<p>Scaffolding is the normal way to create an admin backend BUT there is a project called <a href="http://www.activescaffold.com/" rel="nofollow">ActiveScaffold</a> which may solve your problem. </p>
http://stackoverflow.com/questions/55574/learning-ruby-on-rails/56828#568280Answer by Rob Bazinet for Learning Ruby on RailsRob Bazinet2008-09-11T15:09:51Z2008-09-11T15:09:51Z<p>I think the screencasts and short books from <a href="http://peepcode.com/" rel="nofollow">Peepcode</a> are really good. They have screencasts to get you started and have some as you get more advanced.</p>
http://stackoverflow.com/questions/44608/good-place-for-a-week-of-training/44640#446400Answer by Rob Bazinet for Good place for a week of training?Rob Bazinet2008-09-04T19:55:59Z2008-09-04T19:55:59Z<p>If I had the opportunity to go just one place for training I would go visit Dave Thomas at his <a href="http://pragmaticstudio.com/" rel="nofollow">Pragmatic Studio</a> training. I think the curriculum Dave teaches with is top-notch.</p>
<p>If I was looking for .NET specific then <a href="http://www.pluralsight.com/main/" rel="nofollow">Pluralsight</a>, who has some great developers/trainers.</p>
http://stackoverflow.com/questions/40773/ticket-tracking-software-w-good-email-integration-and-decent-navigation/41102#411025Answer by Rob Bazinet for Ticket Tracking Software w/ Good Email Integration and Decent Navigation?Rob Bazinet2008-09-03T02:56:29Z2008-09-03T02:56:29Z<p>I have to agree, Fogbugz is probably the best out there. I have used both the hosted version and the purchased version which I hosted. It is top-notch.</p>
http://stackoverflow.com/questions/40603/msi-installer-fails-without-removing-a-previous-install/40685#406851Answer by Rob Bazinet for MSI Installer fails without removing a previous installRob Bazinet2008-09-02T21:11:49Z2008-09-02T21:11:49Z<p>You need to change the ProductCode between each version, if you don't do this you will get the behavior you are seeing. The ProductCode is seen in the project properties. Check out the <a href="http://msdn.microsoft.com/en-us/library/aafz9hx4.aspx" rel="nofollow">MSDN Online Help for ProductCode</a> to understand better.</p>
http://stackoverflow.com/questions/37359/what-c-mocking-framework-to-use/37481#374816Answer by Rob Bazinet for What c# mocking framework to use?Rob Bazinet2008-09-01T05:19:16Z2008-09-01T05:19:16Z<p>Are you on .NET 3.5? If you are then consider <a href="http://code.google.com/p/moq/" rel="nofollow">Moq</a>, it is a full-featured mocking framework some some really nice features.</p>
<p>If not on .NET 3.5 then I would go with Rhino Mocks. They have a huge community following so the answers to your questions should be easily available.</p>
http://stackoverflow.com/questions/36952/ruby-introduction-for-c-devs/36969#369694Answer by Rob Bazinet for Ruby Introduction for C# DevsRob Bazinet2008-08-31T17:08:38Z2008-08-31T17:08:38Z<p>Check out the series at CodeThinked about <a href="http://www.codethinked.com/?tag=/ruby" rel="nofollow">programming Ruby from a C# perspective</a>. It is a really good series and I recommend it for any C# developer looking to learn Ruby</p>
http://stackoverflow.com/questions/36916/communication-between-pages/36925#369251Answer by Rob Bazinet for Communication between pagesRob Bazinet2008-08-31T15:47:10Z2008-08-31T15:47:10Z<p>You probably don't want to use sessions for things like chat messages but you probably could use some type of implementation of queueing using <a href="http://msdn.microsoft.com/en-us/library/ms711472.aspx" rel="nofollow">MSMQ</a>.</p>
<p>The approach to chat could be done in many different ways, this is just a suggesting off the top of my head.</p>
http://stackoverflow.com/questions/36916/communication-between-pages/36918#369180Answer by Rob Bazinet for Communication between pagesRob Bazinet2008-08-31T15:35:48Z2008-08-31T15:35:48Z<p>ASP.NET is "stateless" but it maintains state using Sessions. You can use them by default just using the Session[] keyword. </p>
<p>Look at <a href="http://msdn.microsoft.com/en-us/library/ms972429.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms972429.aspx</a> for some details from Microsoft.</p>
http://stackoverflow.com/questions/36580/something-other-than-c/36598#365983Answer by Rob Bazinet for Something other than C#Rob Bazinet2008-08-31T03:02:31Z2008-08-31T03:02:31Z<p>I have experience with many years of C# with a lengthy background in ASP, VB and other languages and when I was looking for a language to learn I turned to Ruby. It is a dynamic language which has many great features you can pick up easily. Ruby is a joy to write in and has IronRuby under development for the .NET platform. </p>
<p>I think it is as least worth a look.</p>
http://stackoverflow.com/questions/34401/send-email-from-elmah/34434#344341Answer by Rob Bazinet for Send email from Elmah?Rob Bazinet2008-08-29T15:04:15Z2008-08-29T15:55:39Z<p>I have used Elmah myself in this configuration and I had to setup the server with SMTP locally. It is a straight-forward install on you local IIS server. This should do the trick.</p>
<p>Good point above, you need the errorMail module BUT if you are not using a remote SMTP server you need SMTP locally, just to clarify.</p>
http://stackoverflow.com/questions/34127/whats-the-best-way-to-partition-large-drive-used-for-os-and-multimedia-storage-x/34497#344971Answer by Rob Bazinet for Whats the best way to partition large drive used for OS and multimedia storage (xp, ntfs)Rob Bazinet2008-08-29T15:50:32Z2008-08-29T15:50:32Z<p>I would advise against splitting up into separate partitions. The problem is the OS partition can fill up pretty easily over time and leave you with space issues. Having two partitions buys you no performance increase since you have a single hard drive spindle.</p>
<p>I would just create a media folder on the root of C: and put all of your stuff in there.</p>
http://stackoverflow.com/questions/34215/what-are-the-best-alternatives-to-notepad/34487#344875Answer by Rob Bazinet for What are the best alternatives to notepad?Rob Bazinet2008-08-29T15:48:17Z2008-08-29T15:48:17Z<p>I was put onto <a href="http://www.pnotepad.org/" rel="nofollow">Programmers Notepad</a> and love it. I had been using Notepad 2 but this is much better and more customizable.</p>
http://stackoverflow.com/questions/30831/favorite-place-to-buy-tech-books-excluding-amazon/33925#339252Answer by Rob Bazinet for Favorite place to buy tech books (excluding Amazon)Rob Bazinet2008-08-29T03:51:47Z2008-08-29T03:51:47Z<p>I use BookPool all the time and they often send updates on sale items via email. Usually you can find an entire publisher offering 50% off or more.</p>
<p>Amazon is great but BookPool is dedicated to technical books.</p>
http://stackoverflow.com/questions/33852/using-unsigned-primitive-types/33865#338652Answer by Rob Bazinet for Using Unsigned Primitive TypesRob Bazinet2008-08-29T02:34:59Z2008-08-29T02:34:59Z<p>I think the subtle use of uint vs. int will cause confusing with developers unless it was written into developer guidelines for the company.</p>
<p>If the length, for example, can't be less than zero then it should be expressed clearly in the business logic so future developers can read the code and know the true intent.</p>
<p>Just my 2 cents.</p>
http://stackoverflow.com/questions/33853/net-multilingual-cms/33856#338562Answer by Rob Bazinet for .net multilingual cmsRob Bazinet2008-08-29T02:32:15Z2008-08-29T02:32:15Z<p>Have you looked at <a href="http://www.umbraco.org/" rel="nofollow">Umbraco</a>? I have worked with it to try out for clients and it looks really good.</p>
<p>I would look to them as a possible solution.</p>
http://stackoverflow.com/questions/33813/what-are-some-useful-textmate-features/33821#338211Answer by Rob Bazinet for What are some useful TextMate features?Rob Bazinet2008-08-29T02:08:13Z2008-08-29T02:08:13Z<p>It's nice and lightweight and has all of the macros built-in for Ruby and let's you run Ruby code, or any other code for that matter just with a keystroke.</p>
http://stackoverflow.com/questions/32892/what-would-motivate-you-to-change-jobs/32919#329191Answer by Rob Bazinet for What would motivate you to change jobs?Rob Bazinet2008-08-28T17:56:12Z2008-08-28T17:56:12Z<p>I agree on the Joel Test as a set of criteria to know the development aspect of the company.</p>
<p>I would also take into account how the work appeals to me. For instance, if I was offered a job at Travelers Insurance writing some Claims application but had a chance to work on the next Twitter or Facebook then I might be more interested in the latter.</p>
<p>My philosophy is that you will do a good job and enjoy it if you are passionate about the work. It is pretty easy to take a job for more money but it rarely means much once you get used to the paycheck but the work is boring.</p>
http://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read/29448#294480Answer by Rob Bazinet for What is the single most influential book every programmer should read?Rob Bazinet2008-08-27T03:20:49Z2008-08-27T03:20:49Z<p>I know so many others have had the same answer but needed to add my 2 cents:</p>
<p><a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete by Steven McConnell</a></p>
http://stackoverflow.com/questions/25063/how-to-mentor-a-junior-programmer/25085#250850Answer by Rob Bazinet for How to mentor a junior programmerRob Bazinet2008-08-24T14:37:16Z2008-08-24T14:37:16Z<p>I have mentored several junior people under me before. My approach varied slightly based on the person a bit based on how they learned. </p>
<p>In short, I gave the junior people small, self-contained projects when I could and gave them a relatively fixed time to complete the task. Once the task was complete I would review their approach, code and solution and made suggestions for improvements or a better way to handle the problem. I think this way they don't feel overwhelmed being part of a much larger project.</p>
<p>Hope this helps a bit.</p>
http://stackoverflow.com/questions/23082/how-did-you-decide-between-wisa-and-lamp/24019#240192Answer by Rob Bazinet for How Did You Decide Between WISA and LAMP?Rob Bazinet2008-08-23T05:22:07Z2008-08-23T05:22:07Z<p>I personally use both stacks and the reason really depends on the client. If a client can support LAMP, it is certainly cheaper but it is important what the client or company can support.</p>
<p>As an independent developer I would not recommend LAMP when all of the client's assets exist on Windows. It is really a comfort level as either platform works equally well to solve any problem.</p>
http://stackoverflow.com/questions/23994/experiences-using-asp-net-mvc-framework/24015#240150Answer by Rob Bazinet for Experiences Using ASP.NET MVC FrameworkRob Bazinet2008-08-23T05:18:05Z2008-08-23T05:18:05Z<p>Why the choice of NHibernate over anything else? I am not against NHibernate, just wondering the rational.</p>
http://stackoverflow.com/questions/24004/to-what-extent-should-a-developer-learn-database/24013#240132Answer by Rob Bazinet for To what extent should a developer learn database?Rob Bazinet2008-08-23T05:16:40Z2008-08-23T05:16:40Z<p>I think it really depends on your job. If you are a developer in a large company with dedicated DBAs then maybe you don't need to know much, but if you are in a small company then it may be really helpful knowing more about databases. In small companies you may wear more than one hat.</p>
<p>It cannot hurt to know more in any situation.</p>
http://stackoverflow.com/questions/296/should-i-learn-c/23999#239990Answer by Rob Bazinet for Should I learn C?Rob Bazinet2008-08-23T04:56:12Z2008-08-23T04:56:12Z<p>In short, yes. C was one of my first languages I learned and always refer back to the way C handles things and comparing to today. I think C and Assembly are great to know what is really going on in your computer where todays languages abstract away too many things and developers really can't understand the fundamentals.</p>
<p>Much programming on Linux systems is done with C and C++ still today, so that should say a lot. It is a very fundamental langage to at least grasp the concepts from, even if you never write commerial C.</p>
http://stackoverflow.com/questions/22321/remoting-server-auto-discovery-broadcast-or-not/22370#223700Answer by Rob Bazinet for Remoting server auto-discovery. Broadcast or not?Rob Bazinet2008-08-22T13:36:53Z2008-08-22T13:36:53Z<p>The best solution I have found in my remoting work was to keep the server list in a config file on the client systems and make it updateable. Not the easiest to maintain but was fast and no broadcasting.</p>
http://stackoverflow.com/questions/21288/which-c-net-dependency-injection-frameworks-are-worth-looking-into/21527#215270Answer by Rob Bazinet for Which C#/.NET Dependency Injection frameworks are worth looking into?Rob Bazinet2008-08-22T00:37:04Z2008-08-22T00:37:04Z<p>I think a good place to start is with Ninject, it is new and has taken into account alot of fine tuning and is really fast. Nate, the developer, really has a great site and great support.</p>
http://stackoverflow.com/questions/61383/is-there-a-good-admin-generator-for-ruby-on-rails/61411#61411Comment by Rob Bazinet on Is there a good admin generator for Ruby on Rails?Rob Bazinet2008-09-14T21:58:28Z2008-09-14T21:58:28ZGreat, glad I could help.