Noldorin

Stories submitted by friends of Noldorin

IronJSMVC: Script ASP.NET MVC in JavaScript using IronJS(pietschsoft.com)

submitted by pwhe23pwhe23(972) 3 days, 3 hours ago

Personally, I enjoy writing much of my applications using a statically typed language such as C#. However, I would really prefer to be able to write UI logic and script certain parts of my applications using a dynamic language if I could. I was thinking about this and the following question came to mind: What would it be like to write an ASP.NET MVC application entirely using JavaScript? read more...

add a comment |category: |Views: 5

tags: another

Developer Productivity Tools and Visual Studio Extensions(www.mehdi-khalili.com)

submitted by dpetersondpeterson(4397) 5 days, 17 hours ago

Mehdi Khalili shares what's in his toolbox for Visual Studio. It's a curated list of some of the best productivity boosters available. read more...

1 comment |category: |Views: 405

tags: another

Ten features I like about Coffeescript(openmymind.net)

submitted by dpetersondpeterson(4397) 10 days, 17 hours ago

Karl Seguin shares ten features he likes in Coffeescript. A great list for anyone learning Coffeescript, or anyone who isn't yet familiar with Coffeescript. read more...

1 comment |category: |Views: 198

tags: another

EF5 Release Candidate Now Available(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 10 days, 17 hours ago

The release candidate for Entity Framework 5.0 is now available on Codeplex. There have been several new improvements since beta 2. read more...

4 comments |category: |Views: 276

tags: another

Windows Dedicated Servers vs. Virtual Private Servers(www.epicwinhosting.com)

submitted by bsenoffbsenoff(1583) 17 days, 3 hours ago

Our friends of Epic Win Hosting spell out all of the differences you need to know about. read more...

add a comment |category: |Views: 208

tags: another

Introducing: Workspace Reloader by Scott Hansleman(www.hanselman.com)

submitted by dpetersondpeterson(4397) 23 days, 16 hours ago

Scott Hansleman has thrown together a nifty Visual Studio extension that allows you to reload your workspace without losing all your open windows. Very handy for anyone using distributed version control with Visual Studio. read more...

1 comment |category: |Views: 174

tags: another

Persisting Enumeration Classes with nHibernate(lostechies.com)

submitted by dpetersondpeterson(4397) 25 days, 16 hours ago

Jimmy Bogard shares an example of persisting enumeration classes to the database, and reading them back out with the correct representation. read more...

add a comment |category: |Views: 88

tags: another

Compilify: Compile and run your .Net code in the browser(www.compilify.net)

submitted by dpetersondpeterson(4397) 1 month ago

Compilify is a new website that lets you compile and run your .Net code right from the browser. Built on the Rosyln CTP, Compilify lets you write, compile, and observe the output of your code right from your browser. Now you can write and test code from anywhere, without the need for Visual Studio. It's fast too! read more...

add a comment |category: |Views: 294

tags: another

Lazy Programming for Smarties(blogs.dotnetkicks.com)

submitted by bsenoffbsenoff(1583) 1 month, 6 days ago

As a programmer, I can honestly say that I am lazy. Forget the menial job of repeating tasks… if it takes me an hour to complete an iteration, I would rather spend 3 hours automating the process. You never know when you might need to do it again, and the click of a button is much more satisfying than an hour of processing data. I know I’m not the only one who feels this way either, otherwise Andy Hunt and Dave Thomas wouldn’t have codified the DRY principle in The Pragmatic Programmer…. Don’t Repeat Yourself. read more...

1 comment |category: |Views: 296

tags: another

Reclaiming memory from Metro-style apps(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 1 month, 8 days ago

Steven Sinofsky gives us the scoop on the new memory management techniques found in Windows 8 for Metro apps, and how it effects system stability and performance as well as your application. read more...

add a comment |category: |Views: 36

tags: another

Free DotNetNuke Month(www.epicwinhosting.com)

submitted by bsenoffbsenoff(1583) 1 month, 9 days ago

Sign up today and get a free month with your DotNetNuke instance. read more...

add a comment |category: |Views: 37

tags: another

Top 5 Memory Management Gotchas(www.red-gate.com)

submitted by bsenoffbsenoff(1583) 1 month, 9 days ago

Unmanaged memory is often leaked when you forget to write code to deallocate it; however this can also happen because references are retained to the managed object which is responsible for deallocating it. read more...

add a comment |category: |Views: 214

tags: another

Announcing the Windows 8 Editions(windowsteamblog.com)

submitted by dpetersondpeterson(4397) 1 month, 9 days ago

Microsoft has now formally introduced the official versions of Windows 8 and their respective feature sets, including the ARM-only Windows RT. read more...

1 comment |category: |Views: 109

tags: another

Semantic Versioning 2.0.0-rc.1(semver.org)

submitted by pwhe23pwhe23(972) 1 month, 15 days ago

I propose a simple set of rules and requirements that dictate how version numbers are assigned and incremented. read more...

1 comment |category: |Views: 135

tags: another

What's new in Razor v2?(vibrantcode.com)

submitted by dpetersondpeterson(4397) 1 month, 15 days ago

Check out some of the new features and changes in the upcoming Razor view engine v2.0. Don't forget the source code is also now available on Codeplex! read more...

1 comment |category: |Views: 621

tags: another

Increase Metro App Performance With 2 Lines of Code!(ryanlowdermilk.com)

submitted by dpetersondpeterson(4397) 1 month, 20 days ago

Did you know you can improve Metro application performance by 46% with just two lines of code? It's true! read more...

1 comment |category: |Views: 307

tags: another