Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Microsoft Public Sector Developer and Platform Evangelism Team Blog
Public Sector Developer Weblog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET Framework
.NET Framework 2.0
.NET Framework 3.5
.NET Framework 4.0
.NET Services
Accessibility
ADO.NET
AJAX
Architecture
ASP.NET
ASP.NET 2.0
ASP.NET 3.5
Atlas
BizTalk Server
CardSpace
DevDinner
Dublin
ESP
Expression Stuido
Expression Web
Future version of Visual Studio
HPC
IIS
Internet Explorer
Joel Reyes
Lamont
LINQ
Live Mesh
MOSS2007
MSDN
MVC
NETFX3.0
Office Development
OnDemandWebcasts
Orcas
Oslo
patterns & practices
Screencast
Security
SharePoint
Silverlight
Smart Client
SOA
Software Factories
Software Plus Services
SQL Data Services
SQL Server 2005
SQL Server 2008
Virtual Earth
Visual Basic.NET
Visual Studio 2005
Visual Studio 2008
WCF Workshop
Web Services
Webcast
Windows Azure
Windows Communication Foundation
Windows Communication Foundation (WCF)
Windows Live
Windows Presentation Foundation (WPF)
Windows Server 2008
Windows Vista
Windows Workflow Foundation (WF)
WPFE
News
Disclaimer: These postings are provided "AS IS" with no warranties and confer no rights.
Get This Blog via Email:
Powered by
Squeet.com
Archives
December 2008 (3)
November 2008 (16)
October 2008 (28)
September 2008 (16)
August 2008 (18)
July 2008 (12)
June 2008 (9)
May 2008 (20)
April 2008 (34)
March 2008 (29)
February 2008 (28)
January 2008 (23)
December 2007 (30)
November 2007 (28)
October 2007 (37)
September 2007 (36)
August 2007 (28)
July 2007 (47)
June 2007 (45)
May 2007 (29)
April 2007 (29)
March 2007 (35)
February 2007 (17)
January 2007 (35)
December 2006 (10)
November 2006 (15)
October 2006 (26)
September 2006 (23)
August 2006 (13)
July 2006 (21)
June 2006 (43)
May 2006 (32)
April 2006 (39)
March 2006 (38)
February 2006 (24)
January 2006 (19)
December 2005 (29)
November 2005 (38)
October 2005 (54)
September 2005 (36)
Sites
Public Sector Developer SharePoint site (for content sharing)
On Demand WebCasts
Marc Schweigert's (DevKeydet) Blog
Lamont Harrington's Blog
Vlad Vinogradsky's Blog
Browse by Tags
All Tags
»
ASP.NET 2.0
(RSS)
.NET Framework 2.0
.NET Framework 3.5
Accessibility
ADO.NET
AJAX
ASP.NET
ASP.NET 3.5
Atlas
BizTalk Server
Expression Stuido
Expression Web
Future version of Visual Studio
IIS
Internet Explorer
Lamont
LINQ
MOSS2007
MSDN
NETFX3.0
Office Development
Orcas
patterns & practices
Screencast
Security
SharePoint
Silverlight
Smart Client
SOA
Software Factories
SQL Server 2005
Virtual Earth
Visual Studio 2005
Visual Studio 2008
Web Services
Webcast
Windows Communication Foundation (WCF)
Windows Presentation Foundation (WPF)
Windows Vista
Windows Workflow Foundation (WF)
WPFE
Friday, November 14, 2008 11:38 AM
ATTENTION WEB DEVELOPERS WCAG 2.0 Moves to Last Stage in W3C Approval Process
For those of you (like me) who are interested in Accessibility and/or need to ensure your websites remain in compliance with section 508 you'll be interested to know that the Web Content Accessibility Guidelines 2.0 was published as a W3C Proposed Recommendation
Posted by
Public Sector DPE Team
|
1 Comments
Filed under:
Accessibility
,
ASP.NET 2.0
,
Internet Explorer
,
Silverlight
,
RIA
,
SharePoint
,
MOSS2007
,
Visual Studio 2008
,
IIS
,
ASP.NET 3.5
,
ASP.NET
,
Expression Stuido
,
Expression Web
Monday, January 07, 2008 10:11 AM
How to: Building Drag and Drop functionality with ASP.NET Ajax
AJAX has been very popular over the past few years, but I've seen it primarily used by developers to reduce page refreshes and to do background data-loading. Both of these uses are great uses of the technology, but one of the features that I like
Posted by
Public Sector DPE Team
|
4 Comments
Filed under:
ASP.NET 2.0
,
AJAX
,
Robert
,
ASP.NET 3.5
,
ASP.NET
Tuesday, January 01, 2008 1:09 PM
Free Download: ASP.NET and HTML Spell Checker add-on for Visual Studio 2005/2008
I just came upon a great little add-on for Visual Studio 2005/2008 by Mikhail Arkhipov. It's a spell checker for ASP.NET and HTML pages, meaning that it's smart enough to ignore the script and focus on the text for spell checking. I haven't
Posted by
Public Sector DPE Team
|
2 Comments
Filed under:
Visual Studio 2005
,
ASP.NET 2.0
,
Robert
,
Visual Studio 2008
,
ASP.NET 3.5
Monday, December 17, 2007 7:02 PM
How to Videos: .NET Security Topics
The MSDN folks have been releasing short "How to" videos over the past few months. Recently they've released a series of "How Do I" Security videos for Developers of .NET Solutions. They are nice and short and you can learn
Posted by
Public Sector DPE Team
|
1 Comments
Filed under:
Security
,
ASP.NET 2.0
,
Robert
,
ASP.NET 3.5
,
ASP.NET
Friday, December 07, 2007 8:31 AM
Free Utility: Web.Config Editor with a great UI
If you are like me, you hate hand editing HTML and XML! But unfortunately, as a .NET Developer you often find yourself doing it, and if for no other reason, you have to do it for parts of the Web.Config and Application.Config files.
Posted by
Public Sector DPE Team
|
11 Comments
Filed under:
ASP.NET 2.0
,
Robert
,
ASP.NET 3.5
,
ASP.NET
Saturday, October 20, 2007 8:21 AM
(How To Videos) Get up to speed on Visual Studio 2008
Visual Studio 2008 (and the .NET Framework 3.5) is set to release to manufacturing in a few weeks (November timeframe). I've been working with it for about 6 months myself, and once you get pass the BETA "issues" it is a nice upgrade over Visual Studio
Posted by
Public Sector DPE Team
|
2 Comments
Filed under:
ASP.NET 2.0
,
Future version of Visual Studio
,
AJAX
,
Robert
,
Visual Studio 2008
,
ASP.NET 3.5
Monday, October 08, 2007 9:19 AM
How to: Integrating Search into your ASP.NET Site
This is a nice (short) article that shows you how to integrate search; in this case: Live and SharePoint, but you could use similar code for "Other" very popular search engines, but I work for Microsoft so we won't discuss them. :) It's got some sample
Posted by
Public Sector DPE Team
|
1 Comments
Filed under:
ASP.NET 2.0
,
MOSS2007
,
ASP.NET 3.5
,
ASP.NET
Wednesday, September 19, 2007 6:11 PM
Free SharePoint Document Workflow Workshop - Part 4 on Workflow Task
The fourth and most likely final (they take a lot of time to write) part of this workshop series tackles one of the most common questions that I run into with SharePoint developers. The question revolves around creating, sending (via email), and handling
Posted by
Public Sector DPE Team
|
1 Comments
Filed under:
Visual Studio 2005
,
Office Development
,
ASP.NET 2.0
,
Robert
,
MOSS2007
,
Visual Studio 2008
,
ASP.NET 3.5
,
ASP.NET
Tuesday, September 18, 2007 12:39 PM
How do I freeze an ASP.NET GridView header?
This question came up at the Public Sector Developer Conference in Anchorage, AK. I'm trying to answer all customer questions like this via my blog so everyone has the benefit of the answer. There are a number of ways to do it, but my favorite (because
Posted by
Public Sector DPE Team
|
11 Comments
Filed under:
ASP.NET 2.0
,
AJAX
,
Marc
,
ASP.NET 3.5
,
ASP.NET
Sunday, September 16, 2007 11:54 AM
Free SharePoint Document Workflow Workshop - Part 3 (ASP.NET Workflow Forms continued)
In Part 2 of this workshop series, I focused on how to allow Administrators to set the "Default Behavior" of a document workflow using the Association Form. For this (Part 3) of the workshop series I will focus on how to prompt a normal (non-Administrator)
Posted by
Public Sector DPE Team
|
1 Comments
Filed under:
Office Development
,
ASP.NET 2.0
,
Robert
,
SharePoint
,
MOSS2007
,
ASP.NET 3.5
,
ASP.NET
Tuesday, September 11, 2007 9:45 AM
Free SharePoint Document Workflow Workshop - Part 2 (ASP.NET Workflow Forms)
In Part 1 of the Workshop series, I focused on how to get your Development Environment configured and how to build a basic document workflow for SharePoint using Visual Studio. In Part 2, I am expanding on the subject by tackling the subject of " getting
Posted by
Public Sector DPE Team
|
1 Comments
Filed under:
Office Development
,
ASP.NET 2.0
,
Robert
,
SharePoint
,
MOSS2007
,
ASP.NET 3.5
,
ASP.NET
Thursday, August 30, 2007 2:08 PM
How does FREE ASP.NET hosting until January 2010 sound?
Verio is offering a sweet little free hosting deal to developers and designers to promote Microsoft-based hosting for products and technologies like Expression, Visual Studio, and Silverlight. The Plan includes: .NET Framework 3.0 (I am told 3.5 will
Posted by
Public Sector DPE Team
|
20 Comments
Filed under:
.NET Framework 2.0
,
ASP.NET 2.0
,
AJAX
,
NETFX3.0
,
Marc
,
ASP.NET Aggregation
,
ASP.NET
Wednesday, August 08, 2007 6:34 PM
MOSS Supports Live Earth - How we built Conservation International's Public Websites
You may recall in a previous post , I wrote about how I led a couple of projects to migrate Conservation International's public websites to SharePoint Server 2007 as well as implement a Silverlight v1.1-based Carbon Offset Calculator that is currently
Posted by
Public Sector DPE Team
|
1 Comments
Filed under:
SQL Server 2005
,
Web Services
,
ASP.NET 2.0
,
NETFX3.0
,
Virtual Earth
,
SOA
,
WPFE
,
Silverlight
,
SharePoint
,
MOSS2007
,
Lamont
Thursday, July 19, 2007 10:21 AM
WEBCAST: What's New for Web Developers in Visual Studio 2008 & the Microsoft ASP.NET Futures
You might want to entertain attending even if you've seen me present this one before. I will be showing new Visual Studio 2008 beta 2 features like LinqDataSource, improved design time experience for ASP.NET AJAX extender controls, AJAX Web Part drag
Posted by
Public Sector DPE Team
|
3 Comments
Filed under:
ASP.NET 2.0
,
AJAX
,
LINQ
,
Marc
,
ASP.NET Aggregation
,
Silverlight
,
.NET Framework 3.5
,
Orcas
,
Visual Studio 2008
Tuesday, July 17, 2007 4:43 PM
ASP.NET 3.5 will have a LinqDataSource
I've been delivering a "What's New for Web Developers in Visual Studio 2008 & the Microsoft ASP.NET Futures" session over the last few months to various customers and partners. All of the features / demos I have shown were based on Visual Studio 2008
Posted by
Public Sector DPE Team
|
0 Comments
Filed under:
ASP.NET 2.0
,
LINQ
,
Marc
,
ASP.NET Aggregation
,
.NET Framework 3.5
,
Visual Studio 2008
More Posts
Next page »