ASP.NET and Silverlight
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.NET
ASP.NET
ASP.NET MVC
community
Community News
developer
expression
IIS
iis news item
IIS7
Mini-Tutorial
Open Source
PHP
Podcast
ria
riaservices
Silverlight
Silverlight Toolkit
tech stuff
Tools
ux
Visual Studio
Web
WPF
xaml
Community
Home
Blogs
Media
Forums
Wikis
Groups
Video
Job
Archives
July 2010 (84)
June 2010 (81)
May 2010 (103)
April 2010 (116)
March 2010 (110)
February 2010 (80)
January 2010 (77)
December 2009 (73)
November 2009 (94)
October 2009 (122)
September 2009 (95)
August 2009 (83)
July 2009 (118)
June 2009 (116)
May 2009 (116)
April 2009 (130)
March 2009 (82)
February 2009 (12)
January 2009 (18)
December 2008 (13)
November 2008 (24)
October 2008 (11)
September 2008 (2)
August 2008 (2)
July 2008 (2)
June 2008 (12)
May 2008 (2)
April 2008 (4)
March 2008 (11)
February 2008 (4)
January 2008 (1)
December 2007 (6)
November 2007 (11)
October 2007 (1)
September 2007 (1)
August 2007 (3)
May 2009 - Posts
May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio
by
ScottGu's Blog
Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. You can also now follow me on twitter Read...
Filed under:
MVC
,
ASP.NET
,
Community News
,
Visual Studio
,
.NET
,
Atlas
Google Wave: the sky is falling and Flash/Silverlight are dead
by
Method ~ of ~ failed by Tim Heuer
At the Google I/O conference this past week, they announced Google Wave . Almost immediately, I started seeing Twitter replies, blog posts and various articles talking about how Google Wave is going to kill Flash/ Silverlight /JavaFX. None of these made...
Filed under:
Silverlight
,
Web
,
tech stuff
,
ria
,
developer
,
rants and stuff
ViewModel with MVC/Navigation in Silverlight
by
Nikhil Kothari's Weblog
I've been writing about ViewModel (aka MVVM) pattern ( here , here , here and more) and implementing it in Silverlight.FX for quite some time now, and it continues to be an exciting area for further thinking, and prototyping. This time around I want...
Filed under:
Silverlight
Application Pool warm-up
by
The Official Microsoft IIS Site
I had a post the other day on forums.iis.net that I did some research and wanted to share. It was regarding Application Pool warm-ups. Currently, there is no settings to help after a recycle, crash of an app pool etc. http://www.asp.net/learn/whitepapers...
Filed under:
IIS
And to think that I found it on Bing
by
Jesse Liberty - Silverlight Geek
Ever since I started writing books I check Google (and for the past number of years it has been Google) for my name every now and then; both for the ego gratification and to see if there is misinformation or unhappy readers or other stories I should respond...
Filed under:
community
,
blog
,
Recommended Resources
,
Cool Stuff
Tip#66: Did you know... how to insert quotes values automatically while typing the attrib values?
by
The Official Microsoft IIS Site
It's a nice time saver if you would like the HTML editor to automatically add quotes for the attribute values while you are typing. To set this option select Tools->Options. Check Show all settings. From the left pane select Text Editor -> HTML...
Filed under:
Visual Studio 2008
,
tips and tricks
,
Editor
,
Deepak Verma
,
HTML
Adding Custom Search Providers to Windows 7 plus Advanced Search Tricks
by
Scott Hanselman's Computer Zen
Disclaimer: Many of my tips have crashed cars, broken lights, and caused lawnmowers to go mad. If anything here seems out of your skill level or at all scary, run screaming away from here, hold your families and friends close; squeeze them tight and never...
Filed under:
win7
What’s New In Silverlight 3
by
Jesse Liberty - Silverlight Geek
I had the pleasure of presenting What’s New In Silverlight 3 both at TechEd this year and then again to the Redmond .NET Developer’s Association, I think the best way to make this material available is to post my slides here along with the source code...
Filed under:
Presentations
,
Silverlight 3
,
Recommended Resources
,
Getting Started
Certificate Renewals in IIS 7
by
The Official Microsoft IIS Site
Certificate renewals have changed from IIS 6 to IIS 7. Specifically, IIS 7 generates a different type of certificate renewal. The way it was… IIS 6 creates a PKCS #10 type of renewal. This is essentially just a new request with the information...
Filed under:
IIS7
,
certificates
Episode #1 of the Misfit Geek Podcast is now LIVE !
by
The Official Microsoft IIS Site
The first podcast in my new series is now live at http://misfitgeek.com/podcast/misfit-geek-podcast/ This episode is an interview with Senior Lean PM Scott Hunter on the future of Web Forms. Hope you will listen, subscribe and enjoy ! Technorati Tags...
Filed under:
ASP.NET
,
.NET
,
Podcast
,
blog
,
asp
,
microsoft asp.net ajax training
,
web forms
Hanselminutes Podcast 163 - Software Metrics with Patrick Smacchia
by
Scott Hanselman's Computer Zen
My one-hundred-and-sixty-third podcast is up . Scott sits down with Patrick Smacchia , lead developer of NDepend , and talks about Software Metrics. What metrics lie beyond Lines of Code? Metrics Definitions NDepend "Placemat" PDF NDepend Features...
Filed under:
Learning .NET
,
Podcast
PHP|Tek in Chicago
by
The Official Microsoft IIS Site
Last week I got the perfect excuse to get out of the Planning and Budget process that we are going through right now, attending PHP|Tek, which was a welcome escape as planning and budgeting in any company is usually enough fun to make a grown man cry...
Filed under:
PHP
,
Open Source
,
community
,
~FeaturedPost
,
Dynamic Languages
,
Industry Conferences
,
Hank Janssen
Check Out PHP on IIS 7
by
The Official Microsoft IIS Site
Making PHP applications run efficiently and reliably on IIS 7 is one of our key goals. The IIS team is working with Zend to optimize the performance of PHP on IIS 7 and the results have been remarkable. In addition to performance improvements to PHP and...
Filed under:
PHP
,
IIS 7
,
Beginner
Tip#65: Did you know...How to quickly create a GridView that is hooked up to a SQL table?
by
The Official Microsoft IIS Site
In Tip#64, we showed you how to convert a GridView's bound fields into template fields. In this tip, we will show you how to quickly create a GridView that is hooked up to a SQL table. Typically, if you want a GridView then you need to add it to the...
Filed under:
ASP.NET
,
Visual Studio 2008
,
tips and tricks
,
Visual Studio 2008 SP1
,
Data
Tip#64:Did you know … How to convert a GridView column from asp:BoundField to asp:TemplateField in Design View?
by
The Official Microsoft IIS Site
Assume that you already have a data source SqlDataSource1 that binds to a simple query returning some details from the Customers table. <asp:SqlDataSource ID= "SqlDataSource1" runat= "server" ConnectionString= "<%$ ConnectionStrings...
More Posts
Next page »