Tips and Tricks
There are 3 entries for the tag
Tips and Tricks
Thanks to everyone who attended my presentation “Deconstructing an ASP.NET MVC Website” at the Carolina Code Camp on Saturday, October 10, 2009. I really enjoyed sharing some of the things I learned while building my first ASP.NET MVC website. As promised, I am posing my slide deck and resource links below. Slide Deck ASP.NET MVC Free ASP.NET MVC Tutorial Free Microsoft Virtual PC VHDs Microsoft Web Platform Installer LINQ to SQL – Many-to-Many Relationships Part I LINQ to SQL – Many-to-Many Relationships...
Posted On Sunday, October 18, 2009 6:15 PM | Feedback (1)
A friend recently asked how do you make a call to a web page via code. For example, the web page might be designed to return some data in a text-based format and filtered by query string parameters. (While this is more commonly done using a web service, it can also be accomplished by controlling the output of the HttpResponse object.) The following is a basic demonstration of how you might go about coding this in Visual C#: 1: /// <summary> 2: /// Makes a request to a Uniform Resource Identifier...
Posted On Sunday, May 10, 2009 10:03 PM | Feedback (0)
Before we can start this journey together, I should take a moment to declare the foundation upon which everything will be built upon going forward. In other words, I need to tell you which languages and frameworks I currently make my living off of and will be blogging about. And I would like to do so without trying to intentionally fan the flames of the already overblown Microsoft vs. [fill-in-the-blank] wars. While I was in college, I thought I could do it all and be an expert in everything. After...
Posted On Thursday, April 30, 2009 10:12 PM | Feedback (0)