|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
11 Articles match "ASP.Net","Configuration"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
Apply techniques for building real-world data-driven applications, including ASP.NET and WPF data binding. You'll also learn now to configure the mapping files to use stored procedures for CRUD operations. Appendices ASP.NET 3.5 We examine what In this course, you learn to: Leverage new features of C# 3.0, including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
We want to understand the SQL Server databases involved in configuration. This allows us to leverage ASP.NET forms-based authentication. With the new web part features in ASP.NET 2.0, We then look at basic configuration, programmatic access, and customization features of Microsoft Search technologies. Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint for Developers (WSSv3/MOSS2007) covers the critical building blocks for developing solutions for both Windows SharePoint Services
DevelopMentor Courses
- Friday, June 12, 2009
Essential ASP.NET
Understand the ASP.NET compilation engine Build pages using server-side controls, custom controls, and user controls Validate user input using validation controls Display and update data using declarative data binding Employ security to authenticate and authorize users of your application Use master pages and themes to create a consistent look and feel Manage data for the users of your application Use caching to improve performance Add AJAX features to your pages Essential ASP.NET explains how you can build browser-centric web applications using Microsoft's ASP.NET framework.
DevelopMentor Courses
- Friday, June 12, 2009
|
27 Articles match "ASP.Net","Configuration"
|
The Latest from DevelopMentor
|
MORE
|
|
WCF, WIF and Load Balancing (and a bit of Azure)
default SecureConversation only transmits a session identifier (like a ASP.NET
session the handler configuration friendly (see here ).
In Pablo wrote a post yesterday
giving giving some background information on how session tokens are protected in WIF – here
some some additional info for WCF:
The
www.leastprivilege.com
- Thursday, February 18, 2010
Beware of WIF HTTP Modules and Default Configuration
Most samples I know of – as well as FedUtil generated configuration set a preCondition="managedHandler" for
the in system.webServer if you are using ASP.NET URL Authorization. the WIF HTTP modules.
This This means that the modules (and thus the protection of the requested resource) only
kicks kicks in for “managed” content like .aspx
www.leastprivilege.com
- Thursday, December 24, 2009
WIF Configuration – Part 1: ServiceConfiguration
WIF supports a flexible configuration system and various ways to programmatically
interact interact with that configuration.
This Named configuration elements that you can selectively load (service & token handler
configuration) configuration)
Configuration This flexibility comes in two ways:
Named Configuration extensibility (e.g.
www.leastprivilege.com
- Tuesday, December 22, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
WF and ASP.NET - A Few Gotchas
ASP.NET as WF host is an important and useful scenario for WF adoption, but there
are rather, it must be configured to conform to any specific threading requirements of
its WinForms app, and also can scale up to be hosted inside ASP.NET, with all of its
multithreaded ASP.NET uses the .NET are some interesting details that are worth understanding before you tackle this yourself.
The The first thing to understand is that WF itself imposes no specific threading model;
rather,
There Must Be Some Mistake
- Monday, October 1, 2007
-
WIF Configuration – Part 1: ServiceConfiguration
WIF supports a flexible configuration system and various ways to programmatically
interact interact with that configuration.
This Named configuration elements that you can selectively load (service & token handler
configuration) configuration)
Configuration This flexibility comes in two ways:
Named Configuration extensibility (e.g.
www.leastprivilege.com
- Tuesday, December 22, 2009
-
Partial Trust ASP.NET in 4.0
configuration directory are used. any longer in V4, ASP.NET by default uses the named permission set called ASP.Net as
Since there is no security policy anymore in V4 and ASP.NET has moved to the homogenous
With the new fullTrustAssemblies configuration
In .NET NET v4 there are substantial changes to the CLR security model.
www.leastprivilege.com
- Tuesday, June 30, 2009
-
Using IdentityModel: Adding Claims Support to ASP.NET (Spoiler)
a corresponding attribute as well as a configurable claim type for IsInRole .
Tags: ASP.NET;IdentityMode Many people asked me how to use claims based authorization in ASP.NET. While I have
it working here on my machine (hey - it works on my machine!),
www.leastprivilege.com
- Tuesday, March 18, 2008
-
Using the .NET Access Control Service with Geneva
Another option would be to use the configuration file – but in this case we somehow
token handlers have a standard configuration extensibility hook that we can use to
Let’s say our configuration should look like this:
< issuerNameRegistry type = " LeastPrivilege.AccessControlServiceIssuerRegistry,
If you haven’t checked out the .NET NET Access Control Service yet – I can highly recommend
www.leastprivilege.com
- Thursday, December 11, 2008
-
LeastPrivilege.IdentityModel2 Preview
What’s inside?
a bunch of extension methods (for IPrincipal, IClaimsPrincipal, IClaimsIdentity, RSACryptoServiceProvider…)
a custom configuration section for easy certificate loading
a simple claims viewer for console, WinForms and ASP.NET
helpers for federating with the Access Control Service
Tags: ASP.NET;IdentityModel;WC I thought as a little X-Mas present – I just zip up the current version of my IdentityModel2
solution and make it available for download here .
www.leastprivilege.com
- Wednesday, December 24, 2008
-
Claims Authorization in WIF Beta 2 – ASP.NET and WCF Integration
integrated in WCF and ASP.NET.
ASP.NET
as a replacement for the “classic” URL authorization module in ASP.NET / IIS). calls the configured claims authorization manager for every request. This class in turn calls out to the configured ClaimsAuthorizationManager .
In the previous post
I illustrated how the basic claims authorization infrastructure in WIF (formerly Geneva)
www.leastprivilege.com
- Tuesday, July 21, 2009
|
|
|