Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

Web Developer

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

Authors

Search

XML Feeds

Google Ads

Tags: .net

comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

Silverlight 2 got released about a week ago. And this is what ScottGu promises us.

Silverlight 2 is a cross-platform browser plug-in that enables rich media experiences and .NET RIAs (Rich Internet Applications) within the browser.



Silverlight 2 is small in size (4.6MB) and takes only 4-10 seconds to instal...

Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

Mono 2.0 Has Been Released

Mono 2.0 is a portable and open source implementation of the .NET framework for Unix, Windows, MacOS and other operating systems.



Some Details:

Microsoft Compatible APIs

ADO.NET 2.0 API for accessing databases.

ASP.NET 2.0 API for developing Web-based applications.

Windows.Forms 2.0 API to create desktop applications.

System.XML 2.0: An API to manipulate XML documents.

System.Core: Provides support for the Language Integrated Query (LINQ).

System.Xml.Linq: Pro...

Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

The DotNetSlackers site has a nice series of articles about design patterns. The articles were written by Granville Barnett and are a very good read. Here is what is in the first four articles.

Design Patterns – Part 1

Learn how to design more robust and maintainable code by incorporating design patterns into your software projects.

1 Introduction

2 The strategy pattern

3 Implementing our design

4 Summary

Read More...