mboyda

Stories kicked by mboyda

Native HTML5 push notifications with ASP.NET Web API and Knockout.js(www.strathweb.com)

submitted by fdubfdub(281) 19 days, 21 hours ago

Tutorial on how to build a multi-person browser-based chat using ASP.NET Web API (PushStreamContent), Server Sent Events (JS Event Source) and Knockout.js. Features HTML5 push notifications over HTTP. read more...

add a comment |category: |Views: 295

tags: another

A somewhat performant networking library for .NET(blog.gauffin.org)

submitted by jgauffinjgauffin(150) 22 days, 20 hours ago

Griffin.Networking is a networking library inspired by Netty for Java. It should be somewhat perfomant and provide the infrastructure required to rapidly create networking applications. read more...

add a comment |category: |Views: 252

tags: another

Windows 8 and the future of XAML: Part 4: Contracts in WinRT/Windows 8(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 1 month, 17 days ago

In the previous article of this series, Gill Cleeren wrote the first lines of code for WinRT. The main message was that although WinRT is a new API, we can still use our familiar languages to create Metro style applications. We have used the XAML/C# combination, but it’s perfectly possible to use XAML/VB or XAML/C++ as well. We’ll be using more of the API in the coming articles but in this article, we’ll focus on some specifics around contracts, more specifically, the Search contract. Contracts enable Metro applications to communicate with each other or with Windows itself without there being a hard reference in place. read more...

add a comment |category: |Views: 103

tags: another

67% of ASP.NET websites have serious config related vulnerabilities(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 1 month, 24 days ago

Actually, it’s even worse than that – it’s really 67.37%. It’s an alarmingly high number for what amounts to very simple configuration vulnerabilities. The numbers come courtesy of ASafaWeb, the Automated Security Analyser for ASP.NET Websites which is a free online scanner at asafaweb.com. Let me walk you through these results and offer a bit of insight as to where things are going wrong when ASP.NET web sites are published. Hopefully this will be a bit of a “call to action” which helps developers understand where they might need to do a bit of tweaking in their apps. read more...

1 comment |category: |Views: 396

tags: another

Windows 8 does not make .NET developers obsolete(www.simple-talk.com)

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

Simon Cooper reports the good news straight from DevWeek that Windows 8 is not going to leave us out in the cold, and that .Net applications are fully supported on the Windows 8 desktop. read more...

1 comment |category: |Views: 327

tags: another

What else is new in C# 5?(www.mindscapehq.com)

submitted by dpetersondpeterson(4397) 2 months, 5 days ago

Ivan Towlson shows us some of the neat new features in C# 5 that aren't getting as much press: method caller information and loop variables in lambdas. read more...

1 comment |category: |Views: 700

tags: another

Programming Language Rankings(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 3 months, 14 days ago

RedMonk has released a ranking of programming languages based on their popularity on StackOverflow and GitHub. The buzz seems to be focused on Java, which is surprising since C# left it in the dust on features... read more...

1 comment |category: |Views: 564

tags: another

Why Inheritance Doesn’t Scale(gal-segal.com)

submitted by cornetocorneto(135) 4 months ago

OO Programmer tend to use inheritance as a way of code reuse, a best practice and for better maintainability. I am no exception. But there are times where inheritance can become your worst enemy, and instead of making your life easier, complicate stuff to the point you are lost. read more...

1 comment |category: |Views: 392

tags: another

A few principles for writing blazing fast code in .NET(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 4 days ago

Just a few tips to write code that requires higher performance demands read more...

2 comments |category: |Views: 1020

tags: another

10 Things ASP.NET Developers Should Know About Web.config Inheritance(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 months, 9 days ago

Ten things you should know about Web.config inheritance and overrides that will simplify some configuration challenges and help with debugging. Bet there are some you didn't know about! read more...

5 comments |category: |Views: 1282

tags: another

C# 5.0 Async explaned as simple as possible(blogs.infosupport.com)

submitted by iiChrisbiiChrisb(94) 4 months, 17 days ago

In my own clear style, async programming explained read more...

1 comment |category: |Views: 496

tags: another

8 Things clients need to learn about software development(leoncullens.nl)

submitted by AvalaxyAvalaxy(214) 4 months, 25 days ago

Software developers always have to do everything they can to deliver good software, lot's of books have been written on the subjects of quality assurance, requirements management, agile, etc. Something that deserves its own book however are the rules you as a client should obey when starting a new software project. The biggest problems are the fact that most customers want their software to be as cheap as possible, the ever changing requirements and the lack of communication. read more...

2 comments |category: |Views: 314

tags: another

7 WP7 dev tools you might not know but will want to have(timdams.wordpress.com)

submitted by timdamstimdams(119) 5 months, 14 days ago

There’s an incredible amount of guides, tools and utilities to be found on the Internet (or should I say ‘tha cloud’?) for Windows Phone 7 developers. Compiled in this article are some of the tools I’ve come across on my searches which I now use frequently but didn’t know the existence of beforehand. Read on to change you WP7 development life. read more...

1 comment |category: |Views: 120

tags: another

The Fastest Webserver? - Web Performance(www.webperformance.com)

submitted by pwhe23pwhe23(972) 5 months, 20 days ago

Looking for the snappiest, fastest web server software available on this here internet? So were we. Valid, independent, non-synthetic benchmarks can be difficult to find. Of course, we all know that benchmarks don’t tell us everything we need to know about real-world performance; but what’s the fun of having choices if we can’t pick the best? Exactly. I decided to do a little research project of my own. read more...

3 comments |category: |Views: 488

tags: another

Why Many Developers Hate ASP.NET and Why They’re Wrong (net.tutsplus.com)

submitted by pwhe23pwhe23(972) 5 months, 20 days ago

Few platforms draw the same amount of ire as ASP.NET (or .NET in general) from the development community. While there are certainly valid criticisms of the platform (what platform doesn't?), the majority of negativity comes from those who haven't spent any time with .NET. Those developers typically rely on misconceptions or flat out hatred to base their opinion, and they do a disservice to others looking to learn a new technology and to the platform itself. So, let's examine these excuses and add a dose of reality on why you shouldn't listen to the rabble and give ASP.NET a try. read more...

6 comments |category: |Views: 654

tags: another

The trouble of finished software(nenadsabo.com)

submitted by ruffleleslrufflelesl(141) 6 months, 6 days ago

I think that there is a very important question, and that is the question of what constitutes a finished software. Well, that might seem easy. It should just work as specified. read more...

3 comments |category: |Views: 187

tags: another