http://hboss.myopenid.com/
Name: http://hboss.myopenid.com/
Score: 257.22
Last Seen: 198 days, 5 hours, 40 minutes ago
Member Since: 18 May, 2009
DotNetShoutout
atom rss
6
shouts

Build A Smarter Loop With C# « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 198 days, 5 hours, 40 minutes ago
Wednesday, September 02, 2009 12:01:16 PM GMT
Loops are a standard item in any programmers 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. (more)
category: Architecture | clicked: 11 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET, ASP.NET MVC, Delegate, lambda, Loop, MVC
7
shouts

Using WebControls In ASP.NET MVC Views – Part 3 « Yet Another WebDev Blog

published 217 days, 13 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 218 days, 5 hours, 12 minutes ago
Friday, August 14, 2009 5:28:21 PM GMT Thursday, August 13, 2009 12:29:46 PM GMT
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! (more)
category: ASP.NET | clicked: 35 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET, ASP.NET MVC, MVC Framework, Web forms, WebControl, WebForms
4
shouts

WebControls in MVC – Part 2 of ??? « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 224 days, 5 hours, 59 minutes ago
Friday, August 07, 2009 11:42:43 AM GMT
If you've invested a lot of time or money into WebControls then you might hesitate to use the new MVC framework for ASP.NET. However, using WebControls inline with MVC isn't impossible and in post we talk about how to perform simple postbacks and actually make them work! (more)
category: ASP.NET | clicked: 8 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET, ASP.NET MVC, C#, MVC, Web Controls, web development
6
shouts

Include Stylesheets and Scripts From A WebControl In MVC « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 234 days, 5 hours, 57 minutes ago
Tuesday, July 28, 2009 11:44:33 AM GMT
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. (more)
category: ASP.NET | clicked: 8 | comment | | source: somewebguy.wordpress.com
tags: ASP .NET MVC, ASP.NET, C#, MVC, web development, WebControl
5
shouts

Dude, For Real — Encrypt Your Web.Config « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 239 days, 5 hours, 15 minutes ago
Thursday, July 23, 2009 12:26:07 PM GMT
Web.config encryption appears to be a point of contention in the web community -- to which I say -- 'Dude, for real -- just encrypt your stinkin' web.config' -- And in this post I explain why. (more)
category: ASP.NET | clicked: 11 | comment | | source: somewebguy.wordpress.com
tags: ASP .NET MVC, ASP.NET, Encryption, MVC, Security, web.config
10
shouts

Encrypt Your Web.config, Please « Yet Another WebDev Blog

published 244 days, 4 hours, 9 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 246 days, 6 hours, 17 minutes ago
Saturday, July 18, 2009 1:32:18 PM GMT Thursday, July 16, 2009 11:24:14 AM GMT
Are you encrypting your web.config files? It's not that hard to do but in this post I share a program I wrote to make it as easy as point and click. Now you can remotely encrypt and decrypt your web.config files without needing to use a command prompt or look up IIS information! (more)
category: ASP.NET | clicked: 74 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET, aspnet_regiis, C#, Encryption, web.config, WinForms, WMI
5
shouts

The Mystery Behind ‘Yield Return’ « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 248 days, 6 hours, 31 minutes ago
Tuesday, July 14, 2009 11:10:09 AM GMT
If you've ever worked with collections then you may have run 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. (more)
category: ASP.NET | clicked: 10 | comment | | source: somewebguy.wordpress.com
tags: .NET, C#, General Software Development, Programming, Yield
2
shouts

Simulate Threading Using Javascript « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 252 days, 6 hours, 31 minutes ago
Friday, July 10, 2009 11:10:20 AM GMT
Large loops in Javascript tend to slow down browsers and cause the user experience to degrade. With the use of enclosures and setTimeout, we can simulate 'threading' and improve the performance of our page. This post explains how to create a simple class to handle 'threading'. (more)
category: UX | clicked: 3 | comment | | source: somewebguy.wordpress.com
tags: JavaScript, Threading, User Experience, web development
14
shouts

Moses' Blog | KiGG support for Entity Framework and MySQL

published 252 days, 4 hours, 44 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 254 days, 20 hours, 58 minutes ago
Friday, July 10, 2009 12:57:48 PM GMT Tuesday, July 07, 2009 8:43:58 PM GMT
Introduction KiGG is a Web 2.0 style social news web application developed in Microsoft supported technologies. It is an open source project hosted on CodePlex. It is live and running as DotNetShoutout.com. KiGG and Entity Framework On May 2009, I’ve completed the implementation of Entity Framework support on KiGG. KiGG design was very flexible to plug another repository implementation other than LINQ to SQL. So basically now KiGG comes with 2 repository flavours, LINQ to SQL and Entity Framework. (more)
category: Architecture | clicked: 75 | comment | | source: mosesofegypt.net
tags: DotNetShoutout, EF, Entity Framework, entityframework, KiGG, mysql, Open Source, OpenSource
8
shouts

jLinq (LINQ for JSON) Screencast #2 – Creating Your Own Extension Methods « Yet Another WebDev Blog

published 253 days, 5 hours, 36 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 254 days, 6 hours, 8 minutes ago
Thursday, July 09, 2009 12:05:29 PM GMT Wednesday, July 08, 2009 11:33:53 AM GMT
jLinq is a Javascript library that allows you to do LINQ style queries with JSON data. Did you know that jLinq let’s you extend the base library with your own methods? Did you realize that any method you create plugs right in and works with the built in jLinq features? This screencast goes over some of the basics to creating your first extension method for jLinq.Creating A Query Method A Query method is what determines what records stay and which records are removed from a jLinq query. Here is a samp... (more)
category: ASP.NET | clicked: 62 | comment | | source: somewebguy.wordpress.com
tags: data, JavaScript, jLinq, JSON, Linq, web development
7
shouts

C# And Accepting Parameters « Yet Another WebDev Blog

published 255 days, 4 hours, 43 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 256 days, 5 hours, 53 minutes ago
Tuesday, July 07, 2009 12:58:38 PM GMT Monday, July 06, 2009 11:48:03 AM GMT
Have you ever written a function that looked similar to the following – Passing in an array of a value? public void UpdateList(string[] list) { //...etc... } It’s not that uncommon of a method, but did you know you can take it a little further? The params Keyword The params keyword is an interesting modifier to an argument for a method. It allows a user to pass individual values instead of using the array itself. public void ProcessList(params string[] args) { //...etc... } //old way still ... (more)
category: ASP.NET | clicked: 48 | comment | | source: somewebguy.wordpress.com
tags: C#, Params, Programming
8
shouts

Testing Your Javascript « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 259 days, 6 hours, 7 minutes ago
Friday, July 03, 2009 11:34:50 AM GMT
I’ve noticed that there has been a lot of talk lately about TDD, or Test Driven Development. Personally, I see it useful in certain areas and not so much in others. But, one thing that I’ve found TDD really great for is Javascript libraries, or really any dynamic language for that matter. Dynamic languages have a chance of being altered by anything at anytime. It makes them particularly difficult to debug, which makes Javascript libraries ideal for testing. (more)
category: Ajax | clicked: 1 | comment | | source: somewebguy.wordpress.com
tags: JavaScript, TDD, Test Driven Development
7
shouts

jLinq Screencast #1 – Getting Started With jLinq « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 261 days, 5 hours, 23 minutes ago
Wednesday, July 01, 2009 12:18:03 PM GMT
First episode on learning jLinq - Javascript/Json Query Language has been posted! This video goes over the basics of using jLinq and explains some of the cool features behind the way jLinq works. (more)
category: UX | clicked: 5 | comment | | source: somewebguy.wordpress.com
tags: data, jLinq, JSON, web development
10
shouts

jLinq 2.2.0 Released! « Yet Another WebDev Blog

published 261 days, 3 hours, 33 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 263 days, 5 hours, 58 minutes ago
Wednesday, July 01, 2009 2:08:11 PM GMT Monday, June 29, 2009 11:43:24 AM GMT
Ever hear of jLinq. If not, it’s no big deal. Its a personal project of mine to make a LINQ style query language for Javascript. With all these “Web 2.0″ applications floating around, the ability to sort, query and manage your records on the client side may become a necessity. Use jLinq with the JSON data you already have and you’ve got quite a combination. If you haven’t tried it out, there is an online version available you can use to see it in action. Below are some of the new features in jLinq 2.2.... (more)
category: ASP.NET | clicked: 43 | comment | | source: somewebguy.wordpress.com
tags: JavaScript, jLinq, Linq, Linq To Javascript, Programming, web development
3
shouts

More jQuery Magic – Search Highlighting « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 266 days, 6 hours, 10 minutes ago
Friday, June 26, 2009 11:31:21 AM GMT
So at first glance, which browser do you think we’re using in the screenshot below? FireFox? Chrome? IE8? It’s actually IE6 and all that search highlighting is done via jQuery! Now most modern browsers do some sort of highlighting now when you do a “Find On Page” search so this may not be the most incredible jQuery trick you see in your life — but at the very least it’s the most impressive jQuery trick on this page.Highlighting The Page If you’re interested in following along, you can view the dem... (more)
category: UX | clicked: 10 | comment | | source: somewebguy.wordpress.com
tags: HTML, javscript, jQuery, UI, web development
3
shouts

WebForms And MVC In Harmony — Almost… « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 274 days, 13 hours, 3 minutes ago
Thursday, June 18, 2009 4:38:54 AM GMT
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. (more)
category: ASP.NET | clicked: 11 | comment | | source: somewebguy.wordpress.com
tags: ASP .NET, ASP .NET MVC, C#, Programming, WebForms
2
shouts

Enums, Flags and C# — Oh my! (bad pun…) « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 277 days, 3 hours, 46 minutes ago
Monday, June 15, 2009 1:55:03 PM GMT
I’m not sure about everyone else, but I just love Enumerated types. Whats more, I love the Flags Attribute when you combine them together. If you’ve never used this combination before, then you’re missing out. Consider the following code… class User { bool CanDelete; bool CanRead; bool CanWrite; bool CanModify; bool CanCreate; } Okay, so that’s no big deal even though it may be quite a few extra lines of code. It would be nice to be able to combine all of those permissions into a ... (more)
category: ASP.NET | clicked: 32 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET, C#, enum, Extension Methods, Tips & Tricks
1
shouts

Complete Control Over Your Webforms Output « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 288 days, 4 hours, 21 minutes ago
Thursday, June 04, 2009 1:20:24 PM GMT
I like Regular Expressions… a lot. I know I’m not an expert with them, but even an amateur can do some pretty amazing things with just a couple Regular Expressions. WebForms has always been a little… messy with it’s output. Your page is normally littered with a bunch of excessively long ID’s and name on content that doesn’t really need it (for example, I saw a vendors program with this little gem in it accountsoverviewbodyquickActionquickActionTitleLabel all for a span element). You’re also stuck ... (more)
category: ASP.NET | clicked: 0 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET, C#, HTML, Markup, Rendering
2
shouts

Anonymous Types – Help C# Pretend to be Javascript « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 294 days, 13 hours, 6 minutes ago
Friday, May 29, 2009 4:35:24 AM GMT
In a previous post I discussed trying to work with Anonymous types in .NET. I had included some code for working with those types to try and make it easier to pass your information around inside your projects. Essentially, it was a wrapper for Reflection that allowed you to access properties by providing the correct type and property name. It would keep the instance of the Anonymous type in memory so it could work directly with the object. You may have noticed that there was .Get() functions, but no .S... (more)
category: ASP.NET | clicked: 2 | comment | | source: somewebguy.wordpress.com
tags: AnonymousType, C#, Programming
2
shouts

Is ASP.NET And MVC Really A Good Fit? « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 297 days, 1 hour, 17 minutes ago
Tuesday, May 26, 2009 4:24:16 PM GMT
ASP.NET MVC is a new framework for building web applications. It’s geared to favor TDD and gives programmers more control over the the content that is sent down to the client. I’ve even defended ASP.NET MVC in other places for all of its great new features. I really do like ASP.NET MVC. But the more I use it, the more I wonder if the pattern really works – or at least as well as WebForms did. Maybe I’m missing something, and I’d gladly take advice, but here are a few of my road blocks.The Disconnect Wit... (more)
category: ASP.NET | clicked: 3 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET, C#, MVC, Programming
Previous 1 2 Next