The GIST Hub

  • Home
  • Activity
  • Blogs
  • Calendar
  • Forums
  • Get In Touch
  • Groups
  • Members
  • The GIST

Group Admins

  • Profile picture of The GIST Hub
  • Profile picture of Chris Murray
Group logo of .NET User Group

.NET User Group

Public Group active 4 days, 11 hours ago

Developers practising or learning the art of programming with .NET

  • Home
  • Forum
  • Members 19
  • RSS
  • New external post Please Learn to Think about Abstractions from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 day, 6 hours ago

    Jeff Atwood wrote a post called Please Don’t Learn to Code and Zed Shaw wrote a post […]

  • Profile picture of Matthew Watson

    Matthew Watson joined the group Group logo of .NET User Group.NET User Group 1 week ago

  • New external post The Floppy Disk means Save, and 14 other old people Icons that don't make sense anymore from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 week, 1 day ago

    The Floppy Disk Icon means “save” for a whole generation of people who have never […]

  • New external post The Nerd Parent's Guide: When and how to introduce your kids to Star Wars from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 week, 3 days ago

    Let me start by saying I’m not a big Star Wars guy. I enjoyed the films when I was […]

  • New external post Introducing Workspace Reloader – A Visual Studio AddIn to save your open files across project reloads from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 2 weeks, 1 day ago

    A while back my buddy Sam Saffron (from Stack Overflow and Mini Profiler) complained to […]

  • New external post Back to Basics: Moving beyond for, if and switch from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 3 weeks ago

    I visit a lot of customers and look at a lot of code. I also worked with a number of […]

  • Profile picture of Jolyan Turrall

    Jolyan Turrall joined the group Group logo of .NET User Group.NET User Group 3 weeks, 1 day ago

  • New external post A world of pretty cloud drive icons – SkyDrive, Google Drive, Dropbox, BitBucket and GitHub from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 3 weeks, 2 days ago

    Today Google Drive and Windows SkyDrive came out with clients for Windows and Mac. […]

  • New external post Create a great mobile experience for your website today. Please. from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 3 weeks, 3 days ago

    People are fascinating with making mobile web sites. It’s amazing that we’re not […]

  • New external post Root Cause Analysis for Toddlers and Medical Eyeball Tweezers from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 4 weeks ago

    #eyeballpic {
    border: none;
    padding: 3px;

    box-shadow: 0px 0px 20px 10px […]

  • New external post Given I like reading Source Code by the fire with my smoking jacket and brandy snifter, a list of books from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month ago

    Jeff had a blog post yesterday (seems everything he writes in his retirement gets on […]

  • New external post Visual Studio 11 Express for Web for Front End Development – JavaScript/HTML5/CSS3 from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month ago

    I wanted to work through a new tutorial by former Microsoftie, now Googler Pete LePage along with Chris Wilson. They have a great lab called "WReader" that uses Ember, HTML5 Boilerplate, Moment.js, Bootstrap CSS and LawnChair.js that builds a single page JavaScript application over 12 exercises. A few weeks ago a non-Microsoft developer saw a…

    [Read more]

  • New external post Facebook's privacy settings are too complex for ANYONE to use – Change these settings today from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month ago

    My wife is quite a bit smarter than I am. She is also more educated that I am. Frankly, I’m happy she talks to me at all. She put a photo on Facebook last week of she and a friend and was careful to double-check that the photo was set to "Friends only." A few days later she rushed in and told me that she thought the photo was public even though…

    [Read more]

  • New external post The Big Glossary of Open Source JavaScript and Web Frameworks with Cool Names from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month ago

    It’s getting to the point where there are so many cool open source projects that I can’t keep up. When you add in the currently battle royale of JavaScript projects that are basically just hip sounding words with ".js" added to the end, it’s a little overwhelming. Seriously, just pick a word out of the dictionary at random and that’s the name of…

    [Read more]

  • New external post My car ships with crapware from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month, 1 week ago

    There are few things sadder than the software that ships with your car’s in dash computer. it’s 2012 and we have hybrids that can regenerate power from inertia but the car manufacturers haven’t figured out that we just want the in-dash car screen to be powered by our smartphone. Sure, there’s a few products in the space like the hobbyist-grade…

    [Read more]

  • New external post It's not what you read, it's what you ignore – Video of Scott Hanselman's Personal Productivity Tips from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month, 1 week ago

    I’ve done a number of talks on Productivity in the past. Lots of folks ask me what my tips are for being productive. I’ve taken all those tips as well as tips from Kathy Sierra, Stephen Covey, David Allen, The Pomodoro Technique and many more and aggregated them into a system that works well for me. I talk about how to effectively handle large…

    [Read more]

  • New external post Back to Basics: Dynamic Image Generation, ASP.NET Controllers, Routing, IHttpHandlers, and runAllManagedModulesForAllRequests from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month, 1 week ago

    Warning, this is long but full of info. Read it all. Often folks want to dynamically generate stuff with ASP.NET. The want to dynamically generate PDFs, GIFs, PNGs, CSVs, and lots more. It’s easy to do this, but there’s a few things to be aware of if you want to keep things as simple and scalable as possible. You need to think about the whole…

    [Read more]

  • New external post Hidden Gems in Visual Studio 11 Beta – .NET Portable Class Libraries from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month, 1 week ago

    I’m realizing there’s a number of subtle but important new things in the next version of VS that streamline some previously difficult tasks. For example, there’s the .NET Framework, but .NET is also in Silverlight, the Windows Phone, the Xbox, etc. If you create a regular Class Library it has a single Target Framework. However, if you are doing a…

    [Read more]

  • New external post Hidden Gems in Visual Studio 11 Beta – .NET Portable Class Libraries from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month, 1 week ago

    I’m realizing there’s a number of subtle but important new things in the next version of VS that streamline some previously difficult tasks. For example, there’s the .NET Framework, but .NET is also in Silverlight, the Windows Phone, the Xbox, etc. If you create a regular Class Library it has a single Target Framework. However, if you are doing a…

    [Read more]

  • New external post What geeks need to tell our parents about shopping online safely and securely from the blog Scott Hanselman in the group Group logo of .NET User Group.NET User Group 1 month, 1 week ago

    Mom and Dad, it’s a dangerous Internet. You like it and you use it but you don’t understand it. I totally get that. I don’t understand plumbing. I know that the sink drain goes into the bendy thing and then into the wall. After the pipe hits the wall, as far as I know, it’s turtles all the way down . I assume the Internet feels about the same to…

    [Read more]

  • Load More

Please create an account to get started.

What’s Happening Now

Proudly powered by WordPress and BuddyPress.

The GIST Hub
  • Log In
  • Sign Up
  • Visit
    • Random Member
    • Random Group
    • Random Site