zionicion

Stories kicked by zionicion

ASP.NET MVC Preview 3 Release (weblogs.asp.net)

submitted by DannyDouglassDannyDouglass(1260) 3 years, 11 months ago

From ScottGu's weblog - "This morning we released the Preview 3 build of the ASP.NET MVC framework. I blogged details last month about an interim source release we did that included many of the changes with this Preview 3 release. Today's build includes some additional features not in last month's drop, some nice enhancements/refinements, as well as Visual Studio tool integration and documentation." read more...

1 comment |category: |Views: 265

tags: another

CSS Message Boxes for different message types (jankoatwarpspeed.com)

submitted by jankojanko(2555) 4 years ago

Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and sent a request. Web application responded by displaying a yellow message box with an exclamation icon saying that data processing is still in progress. He checked several more times, but he didn't notice that at one moment the message changed to "Account available". But the message box hasn't changed. He continued to check a few more times and eventually he realized that the request was successful. I don't know what was in the minds of developers and designers who created this application, but it certainly wasn't the user. This poor bank official was really frustrated. I can't imagine what the rest of the application looks like. read more...

add a comment |category: |Views: 576

tags: another

7 tricks to simplify your programs with LINQ(igoro.com)

submitted by igoroigoro(815) 4 years ago

Ever since I learned about LINQ, I keep discovering new ways to use it to improve my code. Every trick makes my code a little bit faster to write, and a little bit easier to read. This posting summarizes some of the tricks that I came across. I will show you how to use LINQ to: initialize an array, iterate over multiple arrays in a single loop, generate a random sequence, ... read more...

1 comment |category: |Views: 669

tags: another

ASP.NET 3.5 Book from Amazon for only $16(weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years ago

ASP.NET 3.5 Book from Amazon for only $16 read more...

8 comments |category: |Views: 21

tags: another

Use Twitter To Stay On Top Of The .NET Programming News(dotnetsamplechapters.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 1 month ago

Do you use twitter? If you don't you should, it is a great way to find out what is happening in the programming world. Here is a list of some well known programmers and their twitter URL. Phil Haack, Jeff Atwood, Scott Hanselman, Dare Obasanjo, John Lam and many more are on this list read more...

6 comments |category: |Views: 22

tags: another

First Look At Silverlight 2 (weblogs.asp.net)

submitted by rsrobbinsrsrobbins(490) 4 years, 3 months ago

Scott Gu annouces Silverlight 2 and describes a sample application that should be of interest to anyone developing web applications to consume data from public APIs. read more...

2 comments |category: |Views: 22

tags: another

Top 10 Best Practices for Production ASP.NET Applications(daptivate.com)

submitted by kbeyerkbeyer(445) 4 years, 3 months ago

A list of some things to pay attention to when dealing with production ASP.NET applications. read more...

1 comment |category: |Views: 175

tags: another

VS 2008 Web Development Hot-Fix Roll-Up Available(weblogs.asp.net)

submitted by craigtpcraigtp(683) 4 years, 3 months ago

VS 2008 Web Development Hot-Fix Roll-Up Available, as posted to ScottGu's blog. Numerous fixes, including the "source code editor freeze" issue that a few people have experienced. read more...

add a comment |category: |Views: 8

tags: another

Scotts new Linklist - ASP.NET, WPF, AJAX, VS, .NET(weblogs.asp.net)

submitted by RemanReman(1970) 4 years, 3 months ago

A new linklist from Scott. read more...

add a comment |category: |Views: 37

tags: another

.NET Framework Library Source Code now available(weblogs.asp.net)

submitted by dalzieldalziel(6230) 4 years, 4 months ago

Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio read more...

1 comment |category: |Views: 90

tags: another

Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library)(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 4 months ago

While writing type-safe queries is great for most scenarios, there are cases where you want the flexibility to dynamically construct queries on the fly. For example: you might want to provide business intelligence UI within your application that allows an end-user business analyst to use drop-downs to build and express their own custom queries/views on top of data. read more...

1 comment |category: |Views: 178

tags: another

Silverlight Roadmap(weblogs.asp.net)

submitted by bgoldy99bgoldy99(370) 4 years, 5 months ago

check out the details read more...

1 comment |category: |Views: 52

tags: another

Scott Guthrie: Visual Studio 2008 and .NET 3.5 Released(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 6 months ago

Scott's announcement on the release of Visual Studio 2008 and .NET 3.5. read more...

5 comments |category: |Views: 24

tags: another

Visual Studio 2008 RTM available for download(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 6 months ago

MSDN subscribers can now download final RTM version of Visual Studio 2008. read more...

25 comments |category: |Views: 294

tags: another

Visual Studio Team System 2008 Team Suite RTM now available on MSDN(weblogs.asp.net)

submitted by johnmanjohnman(1280) 4 years, 6 months ago

According to Frans Bouma VS 2008 has started to appear on MSDN Subscriber downloads. Comment if you can see it on there (I can't yet :D) read more...

2 comments |category: |Views: 3

tags: another

ASP.Net MVC Framework Part 1(weblogs.asp.net)

submitted by isuttleisuttle(1140) 4 years, 6 months ago

Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. read more...

4 comments |category: |Views: 32

tags: another