Nach Ordnungsbegriffen durchsuchen

Alle Ordnungsbegriffe » ASP.Net (RSS)

C# Acrobatics : Lambdas and Expression Methods as a replacement for NVelocity von .Net Smoothie

I’ve been very quiet recently. (I’m trying to not be so loud, Scott. ) You see, I’ve been writing a lot of ASP.Net code for a site I’m working on. And, to be honest, I’ve been having a lot of trouble. The source code for...

The Value of Being Free to See the Source von .Net Smoothie

Since the source code to ASP.Net was made available, I’ve been using it extensively. Here’s a great example of why it’s so valuable. I’ve been trying to integrate the Enterprise Library 3.1 Exception Handling Block into my application...
Abgelegt unter: , ,

Mix 08 Online Presentations von .Net Smoothie

My favorite conference is about to start: MIX 08. It’s a great conference for Microsoft developers with an interest in the web. Last year they had some great talks about user experience and architecture. There’s always something interesting...
Abgelegt unter: , ,

A Pure ASP.Net Grid with Grouping von .Net Smoothie

One of my favorite bloggers is Matt Berseth. Nearly once a week he comes up with a post where he does something amazing with the standard ASP.Net controls. I usually read his posts in awe. He’s really good. But he’s not only is a good developer...

Start Learning Silverlight 2.0 Now von .Net Smoothie

Now this is exciting. (Well, if you’re a geek.) Silverlight 2.0 is on its way, and Scott Guthrie has posted 8 tutorials about using it. I’m off to read them now…

The LinqDataSource and the Hidden Viewstate von .Net Smoothie

Yesterday I thought I’d learn about the LinqDataSource in ASP.Net 3.5, and got an interesting surprise. The new LinqDataSource can also be used with a LINQ-to-SQL model to perform updates. You simply add the DataSource to your page, set the table...

My own ASP.Net MVP Framework von .Net Smoothie

So, I did it! I finally did it! I wanted to publish my ideas for a framework, and I did. You can find it on CodePlex at http://www.codeplex.com/aspnetmvp. Go have a look. I really want to know what you think. Now, I know there are a million and one frameworks...

ASP.Net MVC Corollary - What to do? von .Net Smoothie

Dude! I got quoted! And by none other than Rob Conery of SubSonic fame. It seems like my last post caused quite an unexpected stir. Thanks to both Rob and Scott for taking the time to answer me. I really appreciate it. A Word of Appreciation Let’s...

.Net Source Code Now Available von .Net Smoothie

Scott Guthrie has just announced that the source code for the .Net framework has just been made available for reference use. It will be particularly useful to see how the controls in ASP.Net and Windows Forms have been done. Detailed instructions for...
Abgelegt unter: , , ,

Qualities of a .Net Application Design von .Net Smoothie

When designing a new software application, what qualities do you need to address? A list of runtime and development-time qualities is presented with questions regarding their implementation. A discussion of priorities.