Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search BizTalk Blogs
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
BizTalk Server
»
BizTalk Blogs
»
BizTalk Community Blogs via Syndication
»
All Tags
»
asp.net
Browse by Tags
BizTalk Blogs
This group is for blogs related to BizTalk Server. This includes Community Syndicated blogs and Stephen W. Thomas’s blog.
Get this RSS feed
Home
Blogs
Archives
Archives
May 2013
(45)
April 2013
(70)
March 2013
(65)
February 2013
(57)
January 2013
(79)
December 2012
(63)
November 2012
(68)
October 2012
(74)
September 2012
(66)
August 2012
(63)
July 2012
(77)
June 2012
(101)
May 2012
(64)
April 2012
(64)
March 2012
(68)
February 2012
(48)
January 2012
(34)
December 2011
(61)
November 2011
(44)
October 2011
(76)
September 2011
(66)
August 2011
(46)
July 2011
(66)
June 2011
(75)
May 2011
(58)
April 2011
(46)
March 2011
(65)
February 2011
(62)
January 2011
(76)
December 2010
(67)
November 2010
(140)
October 2010
(154)
September 2010
(143)
August 2010
(120)
July 2010
(86)
June 2010
(116)
May 2010
(91)
April 2010
(120)
March 2010
(98)
February 2010
(103)
January 2010
(107)
December 2009
(64)
November 2009
(118)
October 2009
(127)
September 2009
(89)
August 2009
(74)
July 2009
(115)
June 2009
(129)
May 2009
(134)
April 2009
(136)
March 2009
(161)
February 2009
(100)
January 2009
(107)
December 2008
(107)
November 2008
(106)
October 2008
(173)
September 2008
(146)
August 2008
(139)
July 2008
(101)
June 2008
(115)
May 2008
(120)
April 2008
(134)
March 2008
(104)
February 2008
(136)
January 2008
(106)
December 2007
(73)
November 2007
(135)
October 2007
(143)
September 2007
(138)
August 2007
(144)
July 2007
(139)
June 2007
(139)
May 2007
(166)
April 2007
(199)
March 2007
(200)
February 2007
(188)
January 2007
(182)
December 2006
(151)
November 2006
(149)
October 2006
(184)
September 2006
(147)
August 2006
(124)
July 2006
(125)
June 2006
(125)
May 2006
(89)
April 2006
(63)
March 2006
(83)
February 2006
(40)
January 2006
(42)
December 2005
(16)
November 2005
(32)
October 2005
(17)
September 2005
(29)
August 2005
(15)
July 2005
(11)
June 2005
(45)
May 2005
(39)
April 2005
(28)
March 2005
(14)
February 2005
(16)
January 2005
(18)
December 2004
(14)
November 2004
(13)
October 2004
(11)
September 2004
(26)
August 2004
(8)
July 2004
(9)
June 2004
(2)
May 2004
(2)
April 2004
(2)
March 2004
(2)
February 2004
(1)
Tags
.Net
AJAX
Atlas
Commerce Server
Community News
EPiServer
Events
General
IIS7
jquery
Link Listing
LINQ
moss
MVC
Office2007
Patterns
Security
SharePoint
silverlight
Talks
UX
Visual Studio
Windows Server AppFabric
wpf
WPF/E
Tagged Content List
Blog Post:
Securing the ASP.NET Web API
Syndicated BizTalk Author
This blog post is about how to secure the ASP.NET Web API when implemented together with EPiServer CMS. Background In my blog post Creating a REST data store in EPiServer 7 Preview I stated that... Daniel Berg's blog about ASP.NET, EPiServer, SharePoint, BizTalk
on
Wed, Jul 4 2012
Blog Post:
Need: A Canvas Facebook Application hosted in Windows Azure | Need: une application Facebook de type Canvas hébergée sur Windows Azure
Syndicated BizTalk Author
This post is to share some source code of a sample application that shows how to develop a Facebook Canvas App. hosted in Windows Azure. Ce billet a pour but de partager le code source d’une application exemple qui montre comment développer une application Facebook de type Canvas, hébergée dans Windows...
on
Thu, Jun 14 2012
Blog Post:
EPiServer CMS Fragment Caching
Syndicated BizTalk Author
This blog post is about fragment caching in EPiServer CMS. We take a look at how to use user control output caching together with the DataFactoryCache class in EPiServer. Fragment caching Fragment... Daniel Berg's blog about ASP.NET, EPiServer, SharePoint, BizTalk
on
Sat, Jun 18 2011
Blog Post:
VS 2010 SP1 (Beta) and IIS Developer Express
Anonymous
Last month we released the VS 2010 Service Pack 1 (SP1) Beta. You can learn more about the VS 2010 SP1 Beta from Jason Zander’s two blog posts about it, and from Scott Hanselman’s blog post that covers some of the new capabilities enabled with it. You can download and install the VS 2010...
on
Tue, Jan 4 2011
Blog Post:
Update on ASP.NET MVC 3 RC2 (and a workaround for a bug in it)
Anonymous
Last week we published the RC2 build of ASP.NET MVC 3. I blogged a bunch of details about it here . One of the reasons we publish release candidates is to help find those last “hard to find” bugs. So far we haven’t seen many issues reported with the RC2 release (which is good) - although we have...
on
Tue, Dec 14 2010
Blog Post:
Announcing ASP.NET MVC 3 (Release Candidate 2)
Anonymous
Earlier today the ASP.NET team shipped the final release candidate (RC2) for ASP.NET MVC 3. You can download and install it here . Almost there… Today’s RC2 release is the near-final release of ASP.NET MVC 3, and is a true “release candidate” in that we are hoping to not make any more code changes...
on
Sat, Dec 11 2010
Blog Post:
Class-Level Model Validation with EF Code First and ASP.NET MVC 3
Anonymous
Earlier this week the data team released the CTP5 build of the new Entity Framework Code-First library. In my blog post a few days ago I talked about a few of the improvements introduced with the new CTP5 build. Automatic support for enforcing DataAnnotation validation attributes on models...
on
Fri, Dec 10 2010
Blog Post:
Announcing Entity Framework Code-First (CTP5 release)
Anonymous
This week the data team released the CTP5 build of the new Entity Framework Code-First library. EF Code-First enables a pretty sweet code-centric development workflow for working with data. It enables you to: Develop without ever having to open a designer or define an XML mapping file Define...
on
Wed, Dec 8 2010
Blog Post:
Dec 5th Links: ASP.NET, ASP.NET MVC, jQuery, Silverlight, Visual Studio
Anonymous
Here is the latest in my link-listing series . Also check out my VS 2010 and .NET 4 series for another on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] ASP.NET ASP.NET Code Samples...
on
Sun, Dec 5 2010
Blog Post:
Upcoming Web Camps
Anonymous
Earlier this year I blogged about some Web Camp events that Microsoft is sponsoring around the world. These training events provide a great way to learn about a variety of technologies including ASP.NET 4, ASP.NET MVC, VS 2010, Web Matrix, Silverlight, and IE9. The events are free and the...
on
Mon, Nov 22 2010
Blog Post:
ASP.NET MVC 3: Server-Side Comments with Razor
Anonymous
Earlier this week we shipped the ASP.NET MVC 3 Release Candidate . It supports “go live” deployments, and includes a bunch of great improvements/enhancements on top of the features we enabled earlier with the ASP.NET MVC 3 beta and first preview releases. This is another in a series of “mini-posts...
on
Fri, Nov 12 2010
Blog Post:
A few quick ASP.NET MVC 3 Installation Notes
Anonymous
On Tuesday I blogged about the recent release of the ASP.NET MVC 3 RC build . You can read more about it here . This post is a quick follow-up post that discusses a few installation issues that we’ve seen people run into - and how to fix them: ASP.NET MVC 3 RC and C#/VB Async CTP Two weeks ago...
on
Fri, Nov 12 2010
Blog Post:
Announcing the ASP.NET MVC 3 Release Candidate
Anonymous
This morning the ASP.NET team shipped the ASP.NET MVC 3 RC (release candidate). You can download it here . ASP.NET MVC 3 is a pretty sweet release, and adds a ton of new functionality and refinements. It is also backwards compatible with ASP.NET MVC V1 and V2 – which makes it easy to upgrade existing...
on
Tue, Nov 9 2010
Blog Post:
ASP.NET MVC 3: Layouts with Razor
Anonymous
Two weeks ago we shipped the ASP.NET MVC 3 Beta Release . It supports “go live” deployments, and includes a bunch of nice improvements/enhancements. You can see a summary of the new ASP.NET MVC 3 features in my beta announcement post . Also read my original ASP.NET MVC 3 Preview post...
on
Fri, Oct 22 2010
Blog Post:
ASP.NET MVC 3: New @model keyword in Razor
Anonymous
Two weeks ago we shipped the ASP.NET MVC 3 Beta Release . It supports “go live” deployments, and includes a bunch of nice improvements/enhancements. You can see a summary of the new ASP.NET MVC 3 features in my beta announcement post . Also read my original ASP.NET MVC 3 Preview post...
on
Wed, Oct 20 2010
Blog Post:
Announcing NuPack, ASP.NET MVC 3 Beta, and WebMatrix Beta 2
Anonymous
I’m excited to announce the beta release of several projects today. Two of these releases - ASP.NET MVC 3 Beta and WebMatrix Beta 2 - are evolutions of projects we first previewed this summer. The third – NuPack - is a new project that I’m particularly excited about. NuPack – Open Source Package...
on
Wed, Oct 6 2010
Blog Post:
jQuery Templates, Data Link, and Globalization Accepted as Official jQuery Plugins
Anonymous
The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. Two years ago I announced that Microsoft would begin offering product support for jQuery, and that we’d be including it in new versions of Visual Studio going forward....
on
Mon, Oct 4 2010
Blog Post:
ASP.NET Security Fix Now on Windows Update
Anonymous
Earlier this week I blogged about the availability of a patch on the Microsoft Download Center to fix the recent ASP.NET Security Vulnerability. Today we also made it possible to update systems through Windows Update (WU) and Windows Server Update Services (WSUS). This enables administrators to...
on
Fri, Oct 1 2010
Blog Post:
ASP.NET Security Update Now Available
Anonymous
This morning Microsoft released a security update that addresses the ASP.NET Security Vulnerability that I’ve blogged about this past week. We recommend installing it as soon as possible on your web-servers. Common Questions/Answers Below are some answers to a few common questions people have asked...
on
Tue, Sep 28 2010
Blog Post:
ASP.NET Security Update Shipping Tuesday, Sept 28th
Anonymous
An hour ago Microsoft released an advance notification security bulletin announcing that we are releasing an out-of-band security update to address the ASP.NET Security Vulnerability that I’ve blogged about this past week. The security update is fully tested, and is scheduled for release tomorrow...
on
Mon, Sep 27 2010
Blog Post:
Update on ASP.NET Vulnerability
Anonymous
Earlier this week I posted about an ASP.NET Vulnerability , and followed this up with another blog post that covers some Frequently Asked Questions about it. We are actively working on releasing a security update that fix the issues, and our teams have been working around the clock to develop and test...
on
Fri, Sep 24 2010
Blog Post:
Frequently Asked Questions about the ASP.NET Security Vulnerability
Anonymous
Two days ago I published an important blog post about a security vulnerability in ASP.NET . In it I discussed a workaround that we recommend customers use to help prevent attackers from using the vulnerability against your applications. Below are answers to some common questions people have asked...
on
Mon, Sep 20 2010
Blog Post:
Important: ASP.NET Security Vulnerability
Anonymous
A few hours ago we released a Microsoft Security Advisory about a security vulnerability in ASP.NET. This vulnerability exists in all versions of ASP.NET. This vulnerability was publically disclosed late Friday at a security conference. We recommend that all customers immediately apply a...
on
Sat, Sep 18 2010
Blog Post:
Automating Deployment with Microsoft Web Deploy
Anonymous
This is the twenty-eighth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. This blog post continues a series of posts I’m doing that cover the new improvements we made around web deployment. In my first post in the deployment series I provided an overview of the new VS 2010...
on
Mon, Sep 13 2010
Blog Post:
Introducing the Microsoft Web Farm Framework
Anonymous
Last month we released a beta of the Microsoft Web Farm Framework. The Microsoft Web Farm Framework is a free product we are shipping that enables you to easily provision and mange a farm of web servers. It enables you to automate the installation and configuration of platform components across...
on
Wed, Sep 8 2010
Page 1 of 7 (158 items)
1
2
3
4
5
»