Roc1

Stories kicked by Roc1

ReSharper 4.5 gone gold(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 1 month ago

JetBrains has released version 4.5 of their multi purpose productivity plugin for Visual Studio, ReSharper. This updates contains some pretty cool features. For example, solution wide analysis now checks for members that can be made internal. Also, JetBrains promises to have improved performance and memory use. All in all certainly an update that is worth installing, especially because updating from licenses for version 4.0 and above is free read more...

add a comment |category: |Views: 314

tags: another

Where Are The Developer Machines?(stevesmithblog.com)

submitted by benrickbenrick(1020) 3 years, 1 month ago

Steve Smith posts about PCs for software developers, and how computer companies aren't targeting this section of the market. If a computer manufacturer made development machines, how should these computers be configured? read more...

add a comment |category: |Views: 568

tags: another

Creating SOLID Code: Dependency Inversion Principle(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

Taking a look at how to create SOLID Code: Creating SOLID Code: Dependency Inversion Principle (DIP). This is a last episode in a series where we will take a look at each of the parts the SOLID Princi read more...

2 comments |category: |Views: 410

tags: another

Free ASP.NET MVC eBook Tutorial - ScottGu(weblogs.asp.net)

submitted by beckelmwbeckelmw(2755) 3 years, 2 months ago

There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now – announcement coming soon). As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it. Over the last few months I’ve been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox. The book is now in production, and will be available to buy in stores soon read more...

2 comments |category: |Views: 802

tags: another

A New Look for Visual Studio 2010!(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0. Today I’m happy to reveal the new UI for Visual Studio, also built on WPF: read more...

add a comment |category: |Views: 1214

tags: another

Joining "IE6: Do NOT want!" campaign(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 3 months ago

IE6 users are still too many... it started with a tweet from a Norwegian web developer, and spread like fire across Europe. Joining the campaign is easy: just add a few lines of code to your site or blog. In this post is how to do it and a little more of background on how to do it. read more...

add a comment |category: |Views: 367

tags: another

Ruby inspired C# Extension Methods for natural DateTime operations(codeplex.com)

submitted by spavkovspavkov(1708) 3 years, 3 months ago

FluentDateTime is a open source library of Ruby inspired C# Extension Methods for easier and more natural DateTime handling and operations in .NET that allows you to write code like this: DateTime.Now + 1.Week() + 3.Days + 14.Minutes(); 3.Days().Ago(); 5.Days().After(new DateTime(2000, 1, 1)); DateTime.Now.NextDay(); DateTime.Now.WeekAfter(); DateTime.Now.Midnight(); DateTime.Now.SetTime(11, 55, 0); read more...

add a comment |category: |Views: 556

tags: another

ASP.NET MVC 1.0 Release Candidate Now Available(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. read more...

2 comments |category: |Views: 239

tags: another

Whitehouse.gov: an ASP.NET site(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 4 months ago

This article looks into the JavaScript libraries, HTTP headers, platform and more of the new Whitehouse website. It includes statistics and some suggestions. read more...

5 comments |category: |Views: 676

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

tags: another

VisualSVN 1.6 Released(visualsvn.com)

submitted by chemodaxchemodax(145) 3 years, 6 months ago

VisualSVN team released the new and improved version of the professional Subversion integration for Microsoft Visual Studio - VisualSVN 1.6. This release brings significant usability improvements such as Quick Revert, editor-aware status and Hot Switch features. read more...

add a comment |category: |Views: 498

tags: another

Update on Silverlight 2 - and a glimpse of Silverlight 3 (weblogs.asp.net)

submitted by simonechsimonech(10.1k) 3 years, 6 months ago

ScottGu unveils the plans for Silverlight 3, shipping next year read more...

1 comment |category: |Views: 350

tags: another

Building a Silverlight Line-Of-Business Application – Part 3(silverlightshow.net)

submitted by restl3ssrestl3ss(255) 3 years, 6 months ago

The third part of the great article Chris Anderson wrote about developing a framework for a Line-Of-Business application in Silverlight. read more...

add a comment |category: |Views: 520

tags: another

Silverlight Toolkit Released on CodePlex!(codeplex.com)

submitted by pbrookspbrooks(775) 3 years, 6 months ago

The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle. It adds new functionality quickly for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. This first release includes full source code, unit tests, samples and documentation for 12 new controls covering charting, styling, layout, and user input. read more...

add a comment |category: |Views: 209

tags: another

CodeRush Xpress for Visual Studio announced(blogs.microsoft.co.il)

submitted by kim_majorkim_major(375) 3 years, 6 months ago

A free subset of CodeRush and Refactor! Pro is now available. read more...

add a comment |category: |Views: 367

tags: another

The Excitement that is C# 4.0(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 6 months ago

I just got back from the “Future of C#” talk at PDC by Anders Hejlsberg. This was a truly inspiring talk for a geek like me. C# is evolving into a much more dynamic language. I have always been a believer of strong typing… except when I’m not… and I have been wishing for something more dynamic (such as Duck Typing). In C# 4.0, we will be seeing some significant dynamic features. read more...

add a comment |category: |Views: 560

tags: another