pwhe23

Stories submitted by pwhe23

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

submitted by pwhe23pwhe23(972) 3 days, 19 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

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

submitted by pwhe23pwhe23(972) 1 month, 16 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

Agile is a Sham(williamedwardscoder.tumblr.com)

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

Agile is a Sham. Thats SCRUM and TDD and all the rest; it is all those new ways of managing development projects and being super-productive and modern and buzzword-compliant; all the sprints, scrums, playing cards crass commercial nonsense. read more...

12 comments |category: |Views: 448

tags: another

10 Questions, 10 Answers on Roslyn -- Visual Studio Magazine(visualstudiomagazine.com)

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

10 questions and answers to help understand the Roslyn complier-as-a-service project for Visual Basic and C# developers. read more...

add a comment |category: |Views: 198

tags: another

.NET vs Windows 8(geekswithblogs.net)

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

So, day 1 of DevWeek. Lots and lots of Windows 8 and WinRT, as you would expect. What I want to focus on is this: Windows 8 does not make .NET developers obsolete. read more...

2 comments |category: |Views: 342

tags: another

Suddenly Microsoft is the Hippest Tech Company Around(www.theatlanticwire.com)

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

While Apple and Google are busy getting bad press for their privacy issues, labor practices and general big-evil-company wrongdoings, Microsoft has done some brand regeneration, making it look like the hippest tech company on the block these days. read more...

4 comments |category: |Views: 238

tags: another

Gate: Rack for .Net(whereslou.com)

submitted by pwhe23pwhe23(972) 4 months, 10 days ago

The topic of this post is OWIN – specifically the 0.2.1 refresh of the Gate reference implementation which has been released to NuGet.org. read more...

2 comments |category: |Views: 228

tags: another

How To Build a Modern Website in 2011(blog.tommilway.com)

submitted by pwhe23pwhe23(972) 4 months, 18 days ago

Over the past 12 months I've been on a self-imposed quest for knowledge. We're at a changing - almost revolutionary - point with the web as I (start) writing this on November 1st, 2011. Here's why read more...

2 comments |category: |Views: 777

tags: another

Hostile code bases(tatiyants.com)

submitted by pwhe23pwhe23(972) 4 months, 18 days ago

I don't like calling code bases legacy. The word "legacy" makes people think of Ivy League schools, vintage leather couches, and Dad's old bottle of Scotch. It rarely elicits the kind of feeling of pain and despair one normally gets when dealing with old code. So instead, I prefer to call crusty old code Hostile. read more...

2 comments |category: |Views: 152

tags: another

Dodgy Coder: Modern Cross Platform Development(www.dodgycoder.net)

submitted by pwhe23pwhe23(972) 4 months, 22 days ago

Why isn't there a modern technology available for using the same codebase to produce native apps on all of the currently popular platforms - I'm talking iOS (iPhone/iPad/iPod Touch), Android, Windows, Mac and Linux? That was my original question before I started looking, and since then I've discovered there actually are plenty of new options out there for cross platform development catering for all of the above platforms. read more...

1 comment |category: |Views: 167

tags: another

.Net's Sort Is Not Secure. Don't Use It. Here's a better one.(zimbry.blogspot.com)

submitted by pwhe23pwhe23(972) 4 months, 22 days ago

.Net's Array.Sort (up to at least version 4.0) has serious weaknesses read more...

1 comment |category: |Views: 561

tags: another

A plea for progressive enhancement(stephanierieger.com)

submitted by pwhe23pwhe23(972) 4 months, 22 days ago

This is vitally important people so listen up. The web now connects a third of our planet. Over 1.2 billion people [1] use the web on devices, and this number is rising fast. Mobile already amounts to close to 6.5% of web traffic worldwide, and large sites such as Facebook and YouTube routinely report mobile traffic of at least 30%. By 2015, the ITU predicts mobile traffic will exceed desktop traffic and the ‘mobile-mostly’ group already make up a staggering 20% of users in the US and UK. read more...

3 comments |category: |Views: 99

tags: another

Vulnerabilities in .NET Framework Could Allow Elevation of Privilege(technet.microsoft.com)

submitted by pwhe23pwhe23(972) 4 months, 22 days ago

This security update resolves one publicly disclosed vulnerability and three privately reported vulnerabilities in Microsoft .NET Framework. The most severe of these vulnerabilities could allow elevation of privilege if an unauthenticated attacker sends a specially crafted web request to the target site. An attacker who successfully exploited this vulnerability could take any action in the context of an existing account on the ASP.NET site, including executing arbitrary commands. In order to exploit this vulnerability, an attacker must be able to register an account on the ASP.NET site, and must know an existing user name. read more...

3 comments |category: |Views: 132

tags: another

Monadic Philosophy Part 2 – The LINQ Monad(devhawk.net)

submitted by pwhe23pwhe23(972) 4 months, 22 days ago

If you don't come from a math or philosophy background (and I don't) "monad" sounds like a made-up word. Of course, understanding OO's use of terms like "class" and "object" can be hard to grok at first too. But at least those terms have some grounding in real-world concepts that non-math geeks come across. Because I couldn't draw an analogy of monads to anything at first, it made grasping the concept of monads very hard for me. read more...

1 comment |category: |Views: 157

tags: another

Free Databases in the Window Azure Marketplace(visualstudiomagazine.com)

submitted by pwhe23pwhe23(972) 4 months, 22 days ago

I hadn't heard of the Windows Azure Marketplace prior to the keynote, so I was intrigued to see how data was being sold in it and, more specifically, to see what interesting databases I might find for free or at very low cost. And find them I did. read more...

add a comment |category: |Views: 4

tags: another

Static Code Analysis(altdevblogaday.com)

submitted by pwhe23pwhe23(972) 4 months, 24 days ago

The most important thing I have done as a programmer in recent years is to aggressively pursue static code analysis. Even more valuable than the hundreds of serious bugs I have prevented with it is the change in mindset about the way I view software reliability and code quality. read more...

1 comment |category: |Views: 251

tags: another