codebeater

General .NET, ASP.NET, C# and VB.NET discussion

About the author

Author Name is someone.
E-mail me Send mail

Recent comments

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008

ASP.NET MVC Preview 3 Release

Scott Guthrie announced today that they've released the Preview 3 build of the ASP.NET MVC framework.  This new build includes features not included in last month's build including Visual Studio tool integration and documentation plus some enhancements/refinements.

Read the entire article

Download an integrated ASP.NET MVC Preview setup package here.

Download the ASP.NET MVC Preview 3 framework source code and framework unit tests here.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,
Categories: .net | asp.net | MVC
Posted by Jeff on Tuesday, May 27, 2008 3:36 PM
Permalink | Comments (0) | Post RSSRSS comment feed

Enterprise Library 4.0 for Visual Studio 2008 - Released!

Somehow I missed this announcement a few days back, but here it is anyway:

The sixth release of the enterprise library has been released and it includes all the blocks you're already familiar with updated for Visual Studio 2008, plus the new Unity Application Block for dependency injection.

What’s New in v4.0?

This release of Enterprise Library includes the following:

  • Integration with the Unity Application Block
  • Windows Management Instrumentation (WMI) 2.0 support and improved instrumentation
  • Performance improvements (particularly, in the Logging Application Block)
  • Pluggable Cache Managers
  • Visual Studio 2008 support
  • Bug fixes

Note: existing public APIs (v3.1) are still supported.

The Application Block Software Factory and the Strong Naming Guidance Package are not included in this release but are available as a separate download. Thus, there is no longer a dependency on Guidance Automation Extensions (GAX).

 Read the entire article at Tom Hollander's blog:  http://blogs.msdn.com/tomholl/archive/2008/05/17/enterprise-library-4-0-get-it-while-it-s-hot.aspx

Quick Links:

– MSDN site: http://msdn.microsoft.com/entlib

– Community Forum: http://go.microsoft.com/fwlink/?LinkID=119312

– Community Extensions: http://codeplex.com/entlibcontrib

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Jeff on Wednesday, May 21, 2008 1:44 PM
Permalink | Comments (0) | Post RSSRSS comment feed

SEO & ASP.NET: Put keywords in the URL

In what areas does Google look for keywords?  There are 3 documented areas; URL, Title, and the body of your content.  How does Google find the keywords in URLs?  Does the order of the keywords matter?  Rob Howard answers these questions and more in his post SEO & ASP.NET: Put keywords in the URL.  If you're at all interested in SEO I recommend taking a look.  I haven't read the entire series yet but it appears to be extremely informative and an easy read.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,
Categories: .net | asp.net | SEO
Posted by Jeff on Tuesday, May 20, 2008 5:38 PM
Permalink | Comments (0) | Post RSSRSS comment feed

ASP.NET AJAX Control Toolkit TabContainer Theme Gallery

I've recently discovered Matt Berseth's blog and can say, quite honestly, that it is full of excellent posts including this one which shows a bunch of very cool themes with which you can style the TabContainer control in the ASP.NET AJAX Control Toolkit.  Be sure to check out the live gallery while you're there too.

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,
Categories: .net | asp.net | ajax
Posted by Jeff on Tuesday, May 20, 2008 12:03 PM
Permalink | Comments (0) | Post RSSRSS comment feed

Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta - Nuggets of goodness

I noticed on Scott Guthrie's blog that the Visual Studio 2008 and .NET 3.5 Service Pack Beta have been released into the wild.  This beta brings about a whole slew of bug fixes and throws in some performance improvements for good measure. 

The beta can be downloaded from here.

Before I talk about the features in this service pack I wanted to raise a little awareness about a potential issue with the install.  I noticed in the comments to Scott's post a few issues with installations.  Apparently, if you you have previously installed some other beta stuff, such as Silverlight Tools for Visual Studio, you want to be sure to uninstall that stuff before installing the service pack.  I've also read that the install is a long one.

This service pack is not just bug fixes, it contains several new items of note.  I'm just going to summarize since you can read the details on Scott Guthrie's blog.

First, in web development:

  • ASP.NET Data Scaffolding Support (ASP.NET Dynamic Data)
  • ASP.NET Routing Engine (System.Web.Routing)
  • ASP.NET AJAX Back/Forward Button History Support
  • ASP.NET AJAX Script Combining Support
  • Visual Studio 2008 Performance Improvements in the HTML Designer and HTML Source Editor
  • Visual Studio 2008 JavaScript Script Formatting and Code Preferences
  • Better Visual Studio JavaScript Intellisense for Multiple JavaScript/AJAX Frameworks
  • Visual Studio Refactoring Support for WCF Services in ASP.NET Projects
  • Visual Studio Support for Classic ASP Intellisense and Debugging
  • Visual Web Developer Express Edition support for Class Library and Web Application Projects

Client Development:

  • Application Startup and Working Set Performance Improvements
  • New .NET Framework Client Profile Setup Package
  • New .NET Framework Setup Bootstrapper for Client Applications
  • ClickOnce Client Application Deployment Improvements
  • New Windows Forms Controls (vector shapes, printing, and DataRepeater controls)
  • WPF Performance Improvements
  • WPF Data Improvements
  • WPF Extensible Shader Effects
  • WPF Interoperability with Direct3D
  • Several VS 2008 for WPF Improvements

Data Development

  • SQL 2008 Support
  • ADO.NET Entity Framework and LINQ to Entities
  • ADO.NET Data Services (formerly code-named "Astoria")
  • WCF Development Improvements

There are also a few VB, C# and Team Foundation Server improvements.  Overall it appears to be a fairly comprehensive service pack with loads of goodies.  I haven't really messed with Silverlight yet and don't plan to until 2.0 is released, so for this service pack I'm particularly interested in the new ASP.NET Routing Engine and the ASP.NET Script Combining support.  Of course, all performance improvements are always welcome, too.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:
Posted by jeff on Monday, May 12, 2008 2:35 PM
Permalink | Comments (0) | Post RSSRSS comment feed

Completely free PDF .NET library written in C#

Not too long ago I was looking at the various PDF components because I wanted to help a family member with a business problem they were having.  There were products out there that did all the things they wanted but the cost was prohibitive for them.  Unfortunately, at the time I was unable to find a viable solution but I just stumbled across a blog entry with a story similar to my own and an answer to the problem.  I hope to check out PDFSharp in the near future to determine if it meets my needs.  Have you used this product?  Any problems to report?

Check out the blog entry here.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: .net | pdf
Posted by Jeff on Tuesday, April 29, 2008 10:21 AM
Permalink | Comments (0) | Post RSSRSS comment feed

BlogEngine.NET 1.3.0.0 Security Hole

As I mentioned here, codebeater was hacked over the weekend. Apparently, there was a flaw that would allow username and passwords to be viewed in plain text by simply viewing a specific url.  I am very disappointed to learn that this information is being stored in it's raw form in BlogEngine.NET.  However, kudos to the BlogEngine team for responding to the flaw as quickly as they did.  Unfortunately, I received word of the fix a little too late.  My site had not only been defaced but all content had been deleted. 

If you are using BlogEngine.NET 1.3.0.0 please update your site to the latest version immediately.  You can read more about this exploit here.

P.S.  I've restored much of my previous data, although it does not appear in it's proper chronological order.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: .net | News
Posted by Jeff on Sunday, April 27, 2008 11:06 PM
Permalink | Comments (1) | Post RSSRSS comment feed