Browse by Tags

All Tags » Atlas (RSS)

Scott Guthrie presents at NDDNUG by findleyd

Scott gave a whirlwind presentation to a standing room only crowd at the North Dallas Dot Net User Group tonight. A wide range of topics were covered from IDE tips and tricks to ASP.NET tips to MS AJAX to LINQ and DLINQ (I still like to call it DLINQ...

ASP.NET AJAX 1.0 (excitement builds) by findleyd

I just downloaded beta 1 of ASP.NET AJAX today. Wow! Lots and lots of changes. The type system has been greatly simplified. I like this. The move to prototypes over closures was a good decision. The core scripts are much easier to read and comprehend...
Filed under: , , , ,

A great article on functional programming... by findleyd

http://www.defmacro.org/ramblings/fp.html This article was a great overview of many of the aspects of functional programming. With what Micosoft is doing to the CLR and C# and VB it would seem that functional programming is making advances into the main...

Microsoft Product Name Generator by findleyd

Lance and I were musing over some of the recent product renamings and it gave me the idea to throw together a product name generator. Here's my first stab at it: var pfx = new Array("", "Visual ", "Compact ", "Embedded ", "Expression "); var prd = new...

Atlas declarative blocks by findleyd

The text/xml-script declarative model is great. I'd just like to see it declared outside of the .aspx file. Semething like an "ajax" behind file. Imagine: Default.aspx Default.aspx.cs Default.aspx.ajax <-- declarative text/xml-script Most of the Atlas...
Filed under: ,
More Posts