niik

Stories kicked by niik

Exception data evolved(blog.freakcode.com)

submitted by niikniik(365) 1 year, 5 months ago

Two extensions methods which makes adding debug data to exceptions a breeze. read more...

add a comment |category: |Views: 64

tags: another

Intellisense for Google Maps v3 in Visual Studio(blog.freakcode.com)

submitted by niikniik(365) 2 years, 6 months ago

A drop in file for getting intellisense working for Google Maps version 3. read more...

add a comment |category: |Views: 131

tags: another

Two part screencast on iPhone Development using C#(codesnack.com)

submitted by BschooleyBschooley(125) 2 years, 8 months ago

This screencast compares and contrasts the creation of a UITabBarController-based application in both Xcode using Cocoa and MonoDevelop using MonoTouch. read more...

add a comment |category: |Views: 535

tags: another

Authenticating users with RPXNow (in ASP.NET MVC)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 10 months ago

Don’t you get sick of having to register at website X, at website Y, at website Z, …? It is really not fun to maintain all these accounts, change passwords, … Luckily, there are some large websites offering delegated sign-in (for example Google Accounts, Live ID, Twitter OAuth, …). You can use these delegated sign-in methods on your own site, removing the need of registering yet another account. Unfortunately, not everyone has an account at provider X… A while ago, I found out about the free service JanRain is offering: RPXNow. This (free!) service combines the strengths of several major account providers (Google Accounts, Live ID, Twitter, Facebook, OpenID, …) into one simple API. This means that people are able to log in to your website if they have an account at one of these providers! Here’s how to use it in ASP.NET MVC… read more...

add a comment |category: |Views: 283

tags: another

Exception signatures - organize your exceptions(blog.freakcode.com)

submitted by niikniik(365) 2 years, 10 months ago

Unhandled exceptions in your websites and applications are often a strong indication that one of your users is having a bad experience. Treat exceptions as TODO-items and use exception signatures to keep track of them without being overwhelmed. read more...

add a comment |category: |Views: 351

tags: another

How .NET Regular Expressions Really Work(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 2 months ago

A very deep dive into the source code for how .NET Regular Expressions really work read more...

3 comments |category: |Views: 609

tags: another

Googleman - Quite possibly the best WPF application ever(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

Googleman is a fun and pointless application for launching Google.com in the style of the Batman 60s TV show, complete with spinning Google logo and sound effects. Now when a friend or co-worker says “To Google!” you can open your favourite search engine in style. Googleman uses WPF and is written using the MVP pattern. read more...

1 comment |category: |Views: 1229

tags: another

A managed MD5 implementation(blogs.msdn.com)

submitted by niikniik(365) 3 years, 3 months ago

A fully managed MD5 implementation for .NET ported from the reference implementation in C. Allows for MD5 usage in Silverlight and removes some unwanted allocations that takes place in the built-in version. read more...

add a comment |category: |Views: 29

tags: another

How to Calculate Network Utilization in .NET(nayyeri.net)

submitted by niikniik(365) 3 years, 4 months ago

How to calculate utilization of a particular network interface in .NET using performance counters and a bit of math. read more...

add a comment |category: |Views: 519

tags: another

How would the CLR Be Different?(codebetter.com)

submitted by niikniik(365) 3 years, 4 months ago

Matthew Podwysocki explores the question “Knowing what we know now, how would you change the CLR?” read more...

add a comment |category: |Views: 12

tags: another

Ora - Alternative to #region(coolthingoftheday.blogspot.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

An interesting Visual Studio add-in for those who looking beyond regions for access/grouping. It’s kind of like the Class Diagram but on steroids * 10. And one of cooler things is that sample code is provided so you can add your own grouping. So you’re not tied to how the author decided to group the methods. Oh yeah, it works for VB projects too. read more...

add a comment |category: |Views: 634

tags: another

The Private Life of a Public API(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 5 months ago

Developing a public API on .NET is hard work, but it can be rewarding. Some reflections on the "Framework Design Guidelines" read more...

1 comment |category: |Views: 325

tags: another

Boy Scout Check-ins(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 6 months ago

How to leave your code campground cleaner than you found it. read more...

2 comments |category: |Views: 366

tags: another

C# 4.0 New Features Part 1 - dynamic keyword(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 6 months ago

A quick look at the new "dynamic" keyword in C# 4.0 and its implications for application development. read more...

add a comment |category: |Views: 687

tags: another

SVN-Monitor is finally out for free download!(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 7 months ago

A full-featured .net application that integrates SubVersion, TortoiseSVN and all your checked-out folders and repositories. Use it to perform all your svn commands and monitor all your projects' activities in a single place. Access all commands from the tray menu or from the main window. This is a must-have tool for every windows+svn user! read more...

2 comments |category: |Views: 1522

tags: another

7 of my favorite jQuery plugins for use with ASP.NET(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 7 months ago

Seven of my favorite jQuery plugins to use with ASP.NET and ASP.NET AJAX, based on my own successes and failures using them over the past year and a half. read more...

add a comment |category: |Views: 716

tags: another