Microsoft patterns & practices Team has released the first version of WCF 3.5 Security Guidelines. As J.D. Meier writes in his blog the WCF Security guidelines are organized using the following categories:
- Auditing and Logging
- Authentication
- Authorization
- Binding
- Configuration Management
- Exception Management
- Hosting
- Impersonation and Delegation
- Input/Data Validation
- Proxy Considerations
- Deployment considerations
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
wcf,
security
Categories:
.NET 3.5 |
WCF
Posted by ilia on April 21, 2008 16:08
Actions:
E-mail |
Kick it! |
del.icio.us |
Permalink |
Comment RSS
Along with Visual Studio 2008 RTM Microsoft has released Visual Studio 2008 and .NET Framework 3.5 Training Kit. The kit includes presentations, hands-on labs, and demos, which help to learn the newest Microsoft technologies such as LINQ, C# 3.0, WCF, WF, WPF, ASP.NET AJAX and Application Lifecycle Management. Most of these technologies are parts of .NET Framework 3.5
Recently Microsoft published .NET 3.5 Enhancements Training Kit. This kit includes information on
- ASP.NET MVC
- ASP.NET Dynamic Data
- ASP.NET AJAX History
- ASP.NET Silverlight controls
- ADO.NET Data Services
- ADO.NET Entity Framework.
According to Microsoft this is an intermediate release, and the full kit follows.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
visual studio 2008,
training
Categories:
.NET 3.5 |
Visual Studio 2008
Posted by ilia on April 18, 2008 14:46
Actions:
E-mail |
Kick it! |
del.icio.us |
Permalink |
Comment RSS
The AJAX-enabled WCF Service template in Visual Studio 2008 creates a service class with an AspNetCompatibilityRequirements attribute. Unfortunately the MSDN description of this attribute is not as informative as it could be. The statement "ASP.NET compatibility mode allows WCF services to use ASP features such as identity impersonation" underestimates the possible impact of the attribute. Much better information sources are the MSDN description of the <serviceHostingEnvironment> element, the article "WCF Services and ASP.NET", which explain what the ASP.NET compatibility mode really does, and Wenlong Dong's blog.
In short, in this mode WCF requests are fully processed by the ASP.NET infrastructure like "native" ASP.NET requests, and WCF behaves identically to ASP.NET Web Services with regard to many ASP.NET features.
According to Microsoft, state management is commonly used as the primary reason for enabling the ASP.NET compatibility mode, though services should be designed stateless.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
wcf
Categories:
.NET 3.5 |
WCF
Posted by ilia on March 25, 2008 16:40
Actions:
E-mail |
Kick it! |
del.icio.us |
Permalink |
Comment RSS
If you use LINQ you should check LINQPad here. Just download and run, and you can learn LINQ much easier and faster. There are 200 examples from the book C# 3.0 in a Nutshell preloaded. And you can evaluate Regular Expressions as well as other code snippets directly in the IDE.
LINQPaq is really cool!
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
.net 3.5,
linq
Categories:
LINQ |
.NET 3.5
Posted by ilia on March 7, 2008 15:45
Actions:
E-mail |
Kick it! |
del.icio.us |
Permalink |
Comment RSS