Browse by Tags
All Tags »
.NET Development (
RSS)
Right now I'm working on a project that requires its own custom registration/authentication system and it got me thinking about object responsiblity and OO design. I'll pose this question and see what kind of opinions everyone has. I have a "User" class...
I just have to point to this , because of the "cool" factor. Some really awesome stuff being developed, and I'm really glad to see it supporting Firefox since it's been my main browser for about 2 years now.
When you add a MenuStrip control to your form - the Windows Forms Designer automatically sets it as the menu for the MainMenuStrip property of your form. However, when you add a ContextMenuStrip control to your form, it does not set it as the context...
In an ASP.NET page, when you've used a System.Web.UI.HtmlControls.HtmlInputFile control in your page - sometimes you want to get the size of the file uploaded. The HttpPostedFile class has a ContentLength property - but the value attainable by using the...
My first How-To-Select Guide on Charting components for .NET has finally made it's way onto the web! I'd be interested in hearing feedback if you are interested enough to read it. You can find it here .
As I've been working on my DevCampus.com website, one of the things I am taking very seriously and spending time thinking about and researching is my RSS strategy (or "xml feeds" in general, I'd like to at least offer ATOM and maybe another format to...
Since I'm an author and I like to write about technical stuff, I'd really like to be able to use Amazon.com's web services to display books on my DevCampus.com website that relate to the topic(s) covered in an article or whatever text is on the page....
How should enums be modeled in your database? Static Lookup Table? Or should they be left out of the data model and contained only in the object model? Specifically, I'm thinking about an enum that is represented in the UI layer by something like a combo...
There had been a lull for a while in getting new guides published to the internet over at Xtras HowToSelectGuides.com website. Just the other day though, Mike S published the Visual Studio 2005 Guide , written by Mike Gunderloy . What I'm even more jazzed...
I've been cruising around the ASP.NET 2.0 beta forums and the web w/ Google at my side, but this one is just kicking my butt so far. I've got VS.NET 2005 Beta 2 and SQL Express installed on a Virtual PC running WinXP SP2 and I'm trying to run the aspnet_regsql...
More Posts
Next page »