RSS Feed
Upgrading DNN 4.x to .NET 3.5
Tue, 10 Nov 2009 17:21:00 +0000
Upgrade DotNetNuke 4.x to use .NET 3.5 (.NET 2.0, ASP.NET)
Creating a Scheduled Task in DotNetNuke
Mon, 27 Oct 2008 19:18:00 +0000
DotNetNuke allows you to create a simple scheduled task relying on the DNN framework only. This is useful if you want to keep everything self-contained within a module or you run within a hosting environment that don't allow you access to Remote Desktop. (IIS, ASP.NET, DNN)
Migrating IIS7 Site Settings
Sun, 28 Sep 2008 09:05:00 +0000
This article shows you how to migrate IIS 7 settings to a new machine using the new appcmd provided by IIS. (Web Server, ASP.NET, Windows)
Microsoft Fiddler Web Debugging Proxy
Thu, 18 Oct 2007 00:33:00 +0000
Here's a great Microsoft tool that deserves more attention than it gets. Fiddler is a free debugger software that hooks onto your Internet Explorer or Firefox browser. It allows a programmer to see the HTTP packets passing through the machine in a nicely arranged way. (asp.net, programming, perl, php)
Never Leave Source Code on the Server
Sun, 09 Sep 2007 17:07:00 +0000
I'm not a big fan when it comes to deploying source code on the Web server especially with the new Web Site projects that comes with VS.NET 2005. If your server got hacked before, you'll understand why source code on the server is a very bad idea. (c#, asp.net, php, perl, security, dotnetnuke)
Global Catch All Exception in .NET Winform and Console Application
Mon, 06 Aug 2007 18:49:00 +0000
You normally want to catch all exceptions at the highest tier in code so that your program has the chance to display the error message to the user or log it to the appropriate location. Under ASP.NET, you can do so easily by overriding the Application_Error event in Global.asax file. In a windows form or console application, the equivalent global catch all is available by listening to the ThreadException and AppDomain UnhandledException events. (winform, .NET, C#, VB.NET)
Quickly Sort A Collection Using Generics and Anonymous Delegate
Thu, 02 Aug 2007 04:36:00 +0000
One nice enhancement that came with .NET 2.0 is the ability to sort a custom collection quickly by making use of anonymous delegates and generics. In the past on .NET 1.1, you had to create a Comparer class implementing the IComparer interface. (ASP.NET)
Nested Form in ASP.NET Page
Tue, 24 Jul 2007 20:09:00 +0000
It's common practice on the web to copy and paste a third party HTML code to add functionality to a page. To embed this kind of code is normally a breeze for even non-programmers. What appears to be easy is actually quite complicated to do on ASP.NET pages. The reason is because every ASP.NET page is wrapped in one big HTML Form.
How to Create a Self-Signed SSL Certificate
Wed, 11 Jul 2007 01:44:00 +0000
When you're testing a web site on IIS either on your own development PC or on staging, you need a way to generate a self-signing certificate if you don't want to put out a few hundred dollars. In the past, Microsoft made available a tool called SelfSSL inside the IIS 6.0 Resource Kit. The tool works but there is a bug when you try to create more than one certificate on the same machine. You keep losing the first certificate you created. The better way is to use the new Microsoft SSL Diagnostics tool ... (ASP.NET, IIS)
Flex your site!
Thu, 05 Jul 2007 01:35:00 +0000
I think I stopped developing Flash at around version 7 or 8, right around OOP programming languages like Java and .NET became mainstream. I saw Flash as a difficult to maintain application. I was lately re-introduced to Adobe Flash once again, this time with the new Flex framework. I was astonished to see how closely it resembled to ASP.NET and C#/Java syntax...
Experiencing ASP.NET MVC deja vu - Builder AU
Wed, 10 Mar 2010 01:17:01 +0000
.Net Developer - ComputerWeekly.com
Fri, 05 Mar 2010 14:48:32 +0000
Experiencing ASP.NET MVC deja vu
Fri, 05 Mar 2010 06:18:44 +0000
Find out why Justin James is experiencing ASP.NET MVC deja vu and why he's encouraging other Web developers to check out ASP.NET MVC.
Research and Markets: ASP.NET 3.5 Website Programming: Problem - Design - Solution - SYS-CON Media
Wed, 03 Mar 2010 17:44:36 +0000
Research and Markets: ASP.NET 3.5 Website Programming: Problem - Design - Solution
Wed, 03 Mar 2010 17:38:00 +0000
DUBLIN----Research and Markets has announced the addition of John Wiley and Sons Ltd's new report "ASP.NET 3.5 Website Programming: Problem - Design - Solution" to their offering. Uses the popular Problem; Design; Solution format to help readers, especially those who know how to code specific ASP.NET features, learn to "put it all together" into a complete Web application Emphasizes n-tier ASP ...
News Briefs: March 1, 2010
Mon, 01 Mar 2010 22:11:38 +0000
New products come from Apprenda, Embarcadero and IBM Rational, while updates come from Alpha Software and Syncfusion Visit website for full story...
Programming news: PHP 5.2.13, ASP.NET 4, Drupal 7
Mon, 01 Mar 2010 17:27:22 +0000
Read about Red Gate's Reflector tool, uTest's load testing services, Symbian's need for volunteers, Webinar on REST in RAD Studio and Delphi, and more.
SharePoint Demands Performance and Scalability - Redmondmag.com
Sun, 28 Feb 2010 08:43:24 +0000
MagazineLine adds Several Computer Programming Titles to its List of Offerings - 24-7PressRelease.com
Sun, 28 Feb 2010 08:04:57 +0000
Building Massively Scalable Grids - Redmondmag.com
Tue, 23 Feb 2010 23:00:09 +0000
Survey: iPad demand beats early iPhone demand
Tue, 23 Feb 2010 21:22:34 +0000
Apple's iPad might lack some integral features, like multitasking, but the device seems to be in high demand as it nears launch day, researchers found.
Microsoft vs. Google: The empire strikes back
Mon, 22 Feb 2010 14:30:00 +0000
It can't be easy being Ray Ozzie. Microsoft's chief software architect is just 18 months into the job as Bill Gates' handpicked successor, yet depending on whom you ask, his tenure will either signal a bold new era for the company or mark the beginning of its terminal decline.
Manipulate XML File Data Using C#
Sun, 21 Feb 2010 01:47:23 +0000
Nearly 95 percent of .NET applications use XML for various tasks. A main usage for Web developers is combining XML with HTML to display information on Web pages, which relieves them from having to spend a long time editing the content on their Web pages.
C# / ASP.Net Web Developer - ashdowngroup.com
Fri, 19 Feb 2010 17:23:10 +0000
Hiring a programmer? Ask these questions in the interview
Thu, 18 Feb 2010 12:23:43 +0000
Routine interviews for programmers often offer tests that evaluate rote memorization that the modern development environment doesn't require. Here are some better questions to ask.
Delve into ASP.Net MVC
Wed, 17 Feb 2010 12:00:28 +0000
When Microsoft launched the .Net Framework nine years ago, a major part of the offering was ASP.Net, a web application framework to replace Active Server Pages.
Programming news: IronRuby 1.0 RC2, VS2010 RC, iPhone usability
Tue, 16 Feb 2010 08:53:49 +0000
Read about IronPython 2.6.1 RC1, Embarcadero's ToolCloud, Intel's Parallel Universe Portal, Azure pricing and SLA, EclipseCon, and more.
PHP and Perl crashing the enterprise party - CNET
Sun, 14 Feb 2010 14:00:23 +0000
Offshore Software & Web Development, PHP/ASP.Net/AJAX/RoR Programming ... - BigNews.biz
Sat, 13 Feb 2010 17:49:18 +0000