Click here to Skip to main content
15,881,715 members

Articles by webdev_hb (Articles: 12, Technical Blogs: 10)

Articles: 12, Technical Blogs: 10

RSS Feed

Average article rating: 4.60

Desktop Programming
Windows Forms
27 Jul 2009   Updated: 28 Jul 2009   Rating: 4.20/5    Votes: 5   Popularity: 2.94
Licence: CC (ASA 2.5)    Views: 37,704     Bookmarked: 32   Downloaded: 196
Please Sign up or sign in to vote.
Anonymous Types are a powerful feature in the .NET language, but are limited when you need to pass that information around. In this post, I discuss a class that I wrote to allow you to work with Anonymous Types easily, even after they leave their initial scope.
Programming Languages
C#
7 Jul 2009   Updated: 3 Sep 2009   Rating: 4.88/5    Votes: 64   Popularity: 8.77
Licence: CC (ASA 2.5)    Views: 127,999     Bookmarked: 120   Downloaded: 0
Please Sign up or sign in to vote.
How you can use Enumerated types and the Flag Attribute along with Extension Methods to make your code more compact and easier to understand
13 Jul 2009   Updated: 14 Jul 2009   Rating: 4.48/5    Votes: 22   Popularity: 5.92
Licence: CC (ASA 2.5)    Views: 47,215     Bookmarked: 36   Downloaded: 0
Please Sign up or sign in to vote.
If you've ever worked with collections, then you may have come across yield return, but unless you mess around with it, you may never know that it is really a very unique way to work with your collections. This post discusses using yield return in your programs.
2 Sep 2009   Updated: 2 Sep 2009   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CC (ASA 2.5)    Views: 22,231     Bookmarked: 24   Downloaded: 0
Please Sign up or sign in to vote.
Loops are a standard item in any programmer's toolbox. But as often as they make their way into our code, you have to wonder why you don't see more improvements to using them. This post discusses some ideas to improve your loops by using Extension Methods.
6 Jul 2009   Updated: 9 Jul 2009   Rating: 4.29/5    Votes: 15   Popularity: 5.05
Licence: CC (ASA 2.5)    Views: 61,664     Bookmarked: 30   Downloaded: 0
Please Sign up or sign in to vote.
C# offers a few additional keywords to allow you to accept multiple parameters for a method. This post goes over using the 'params' keyword and the evil '__arglist' keyword.
Javascript
6 Jul 2009   Updated: 13 Aug 2009   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CC (ASA 2.5)    Views: 38,933     Bookmarked: 27   Downloaded: 0
Please Sign up or sign in to vote.
jLinq is a Javascript query language that makes it easy to work with large arrays of information. Today, jLinq 2.2.0 is released which offers new commands, bug fixes and more!
Web Development
ASP.NET
7 Jul 2009   Updated: 8 Jul 2009   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CC (ASA 2.5)    Views: 13,960     Bookmarked: 20   Downloaded: 0
Please Sign up or sign in to vote.
Complete control over your Webforms output
7 Jul 2009   Updated: 7 Aug 2009   Rating: 4.67/5    Votes: 2   Popularity: 1.40
Licence: CC (ASA 2.5)    Views: 17,430     Bookmarked: 19   Downloaded: 0
Please Sign up or sign in to vote.
Can't use WebControls in ASP.NET MVC anymore? Not quite. This post discusses some options that you have in MVC for creating "WebControls" by using Extension Methods, IDisposable or a "Super Secret" method.
16 Jul 2009   Updated: 16 Jul 2009   Rating: 4.39/5    Votes: 18   Popularity: 5.41
Licence: CC (ASA 2.5)    Views: 91,144     Bookmarked: 83   Downloaded: 1,116
Please Sign up or sign in to vote.
Encrypt Your Web.config, Please
8 Jul 2009   Updated: 13 Aug 2009   Rating: 4.67/5    Votes: 2   Popularity: 1.40
Licence: CC (ASA 2.5)    Views: 19,370     Bookmarked: 14   Downloaded: 0
Please Sign up or sign in to vote.
jLinq (LINQ for JSON) is a completely extensible library that allows you to create your own query methods and attach them to the core library. This screencast goes over some of the basics for creating your first extension method.
HTML
26 Jul 2009   Updated: 27 Jul 2009   Rating: 4.33/5    Votes: 2   Popularity: 1.30
Licence: CC (ASA 2.5)    Views: 21,391     Bookmarked: 19   Downloaded: 0
Please Sign up or sign in to vote.
Enclosures and jQuery let you do some pretty cool things - like what? How about creating a Vista like 'Toggle Password Visibility' option, all from a single chained command? Nice!
XHTML
10 Jul 2009   Updated: 10 Jul 2009   Rating: 4.27/5    Votes: 6   Popularity: 3.32
Licence: CC (ASA 2.5)    Views: 58,894     Bookmarked: 18   Downloaded: 0
Please Sign up or sign in to vote.
Simulate threading using JavaScript

Average blogs rating: 3.84

All Topics
15 Jul 2010   Updated: 15 Jul 2010   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CC (ASA 2.5)    Views: 4,850     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Microsoft was awesome enough to actually allow us to create our own dynamic types by simply inheriting from the DynamicObject class. This post looks at how we can create a semi-dynamic object by handling the binding methods ourselves.
Database Development
NoSQL
9 Feb 2010   Updated: 10 Feb 2010   Rating: 3.91/5    Votes: 3   Popularity: 1.87
Licence: CPOL    Views: 48,196     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
An article about using MongoDB With Visual Studio
Programming Languages
C#
13 Jan 2010   Updated: 13 Jan 2010   Rating: 4.33/5    Votes: 5   Popularity: 3.03
Licence: CC (ASA 2.5)    Views: 8,930     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
This post goes over a sample scenario where you might use delegates as arguments instead of writing multiple functions to perform different tasks.
Javascript
14 Jan 2010   Updated: 15 Jan 2010   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CC (ASA 2.5)    Views: 9,933     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Some simple external templates with jQuery
XML
5 Apr 2010   Updated: 5 Apr 2010   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: CC (ASA 2.5)    Views: 11,440     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
How to make UserControls and Namespaces work
Web Development
ASP.NET
20 Dec 2009   Updated: 21 Dec 2009   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CC (ASA 2.5)    Views: 15,903     Bookmarked: 17   Downloaded: 0
Please Sign up or sign in to vote.
This post talks about possible ways to implement an Undo feature
28 Jul 2009   Updated: 20 Aug 2009   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CC (ASA 2.5)    Views: 28,470     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
Have you ever created a WebControl in MVC and though “Gee, it sure would be nice if I could add a stylesheet/script to the header of my page.” It’s not as easy as it used to be. This post goes over some code that can help you bridge that gap.
27 Sep 2009   Updated: 29 Sep 2009   Rating: 4.53/5    Votes: 12   Popularity: 4.72
Licence: CC (ASA 2.5)    Views: 84,223     Bookmarked: 21   Downloaded: 0
Please Sign up or sign in to vote.
WebServices make for a convenient way to share functionality across many different applications. MVC makes it easy to call methods by using standard HTTP calls. With a little bit of Reflection, you can map an MVC Controller to a Web Service.
IIS
18 Aug 2009   Updated: 19 Aug 2009   Rating: 4.82/5    Votes: 8   Popularity: 4.35
Licence: CC (ASA 2.5)    Views: 74,548     Bookmarked: 38   Downloaded: 0
Please Sign up or sign in to vote.
IIS can be a bully to your poor web application and when you're in a hosted environment you have even less control. In this post we discuss how we can keep your website from being recycled and do it without needing external code!
XHTML
12 Aug 2009   Updated: 20 Aug 2009   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CC (ASA 2.5)    Views: 37,970     Bookmarked: 15   Downloaded: 0
Please Sign up or sign in to vote.
This post continues the WebControls In MVC series. In this post we finally get some code that can be downloaded and tested. This post explains how to use the MvcWebForms methods to add WebControls to your Mvc Views -- and make them talk to your Controllers!

Average tips rating:

No tips have been posted.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.