.NET Answers

ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.
Subscribe

Did you know - Zip is built into .NET?

August 21, 2008 By: Dave Category: Did you know

food-cof-01 A couple of weeks ago, I was working on a project that required me to unzip a file.  There is only one text file in the zip, so using a full-blown library like SharpZipLib (OpenSource) or some commercial product just didn’t seem right.  From my experience with Java, I knew zip routines were available as part of the Java libraries in .NET (JSharp).  It seemed like my best bet would be to use what was already available rather than having yet another DLL on my system.

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

OOP is not the main problem w/ ASP.NET

March 27, 2008 By: Dave Category: none

Over at Jeff’s Junk, Jeff discusses what he feels is the main problem people have with ASP.NET.  That is, they don’t understand object oriented programming.

Jeff, you’ve got half the problem.

(more…)