|
|
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.
|
33 Articles match "Module","Windows"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
This module will also include a number of best practices, including avoidance of SQL injection by properly setting query parameters. Day 4 LINQ in N-Tier Applications Both LINQ to SQL and the Entity Framework support serialization of entities for use with Windows Communication Foundation (WCF), but using LINQ in a service-oriented application architecture presents many other challenges to the application developer. In this module you'll learn In this course, you learn to: Leverage new features of C# 3.0, including extension methods and lambda expressions Use LINQ to filter,
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
Deliver online business applications, multimedia websites, and games to Windows, Mac OS, and Linux clients. It lets you build multimedia websites, casual games, and online versions of line-of-business applications on Windows, MacOS, or Linux using a variety of browsers. Introduction In this first module, you will gain a high-level understanding of Silverlight: its positioning, capabilities, and development tools. In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
Foundations of C# Programming and the .NET Framework
Distinguish between "implementation inheritance" and "interface inheritance" Use ADO.NET to connect to SQL Server and run a simple query Build a basic Windows Forms GUI Essential C# is ".NET Survey library functionality like building a simple Windows Forms GUI and retrieving data from SQL Server. NET Execution Model This module examines the .NET Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e.,
DevelopMentor Courses
- Friday, June 12, 2009
|
12 Articles match "Module","Windows"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: Service Locator
the Visual Studio extensibility API, Windows Workflow and a variety of other projects.
The string to the console window, while a web application might define the same service
as modules that are aware of the interface type. In this post, we’ll explore the service locator (called ServiceProvider in
the the library) and introduce the specific services included with the MVVM Helper library
(as
Mark's Blog of Random Thoughts
- Wednesday, January 27, 2010
TryCatch activity in WF4
I can’t say I am a fan of the way the TryCatch activity is implemented in Windows Workflow Foundation 4. For starters there is a Finally block where you can add some activities you want to execute. However where you normally would use the stack trace to see where the error occurred this is useless in Windows Workflow Foundation. No matter which execution module you choose, Sounds nice and very much like the try/catch/finally code construct we have in C# or Visual Basic. Except that it behaves in a subtlety different way.
The Problem Solver
- Thursday, November 26, 2009
Deploying native DLLs with managed wrapper assemblies into the GAC
modules were streamed in which did not match those specified by the manifest. hash of one or more modules found does not match the hash recorded in the manifest.
Inspecting modules window).
However, Recently, a customer described me a straightforward deployment problem:
I want to deploy an assembly that wraps a native DLL GAC.
Marcus' Blog
- Wednesday, September 30, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Geneva HTTP Modules: ClaimsPrincipalHttpModule
Geneva ships with three HTTP modules to use with ASP.NET: ClaimsPrincipalHttpModule , SessionAuthenticationModule and WSFederationAuthenticationModule .
The claims principal module is your easiest entry into the claims-based world. decisions made:
If client is using Windows authentication, create a WindowsClaimsPrincipal .
This principal allows downcasting to WindowsPrincipal and WindowsIdentity What are they for – and when to chose which?
In this post I will focus on the simplest one of the three: ClaimsPrincipalHttpModule –
www.leastprivilege.com
- Monday, November 17, 2008
-
ASP.NET Routing in Windows Azure Using WebForms
But what about Windows Azure ?
What Modify the web.config by adding a handler and module to the system.webServer section:
... <add I'm a huge fan of ASP.NET Routing. It gained popularity as the part of ASP.NET
MVC MVC which channels requests for a given URL to the right controller action.
-
TryCatch activity in WF4
I can’t say I am a fan of the way the TryCatch activity is implemented in Windows Workflow Foundation 4. For starters there is a Finally block where you can add some activities you want to execute. However where you normally would use the stack trace to see where the error occurred this is useless in Windows Workflow Foundation. No matter which execution module you choose, Sounds nice and very much like the try/catch/finally code construct we have in C# or Visual Basic. Except that it behaves in a subtlety different way.
The Problem Solver
- Thursday, November 26, 2009
-
Geneva Beta 2 Update: ClaimsPrincipalHttpModule
For a basic understanding what the module does, I recommend reading my initial post here .
Now Windows/IIS supports a number of certificate issuers and a user can potentially
I am currently in the process of updating my Geneva code to Beta 2. There are some
pretty substantial changes/additions in the new
www.leastprivilege.com
- Sunday, May 17, 2009
-
MVVM: Service Locator
the Visual Studio extensibility API, Windows Workflow and a variety of other projects.
The string to the console window, while a web application might define the same service
as modules that are aware of the interface type. In this post, we’ll explore the service locator (called ServiceProvider in
the the library) and introduce the specific services included with the MVVM Helper library
(as
Mark's Blog of Random Thoughts
- Wednesday, January 27, 2010
-
Using IdentityModel: Adding ASP.NET Support Part 1 (Authentication based Claims)
Adding claims support to ASP.NET is a perfect candidate for an HTTP module. The job of the claims manager is this:
Creating claims based on the technical authentication details (Windows, Forms, client
certificates etc.)
Invoking external claims transformation policies which then build the app specific
claims based on the technical ones
Making the AuthorizationContext available to pages (via Thread.CurrentPrincipal/Context.User -
see my previous post)
As a reminiscence
to RoleManager, I called mine ClaimsManager.
www.leastprivilege.com
- Wednesday, March 19, 2008
-
Deploying native DLLs with managed wrapper assemblies into the GAC
modules were streamed in which did not match those specified by the manifest. hash of one or more modules found does not match the hash recorded in the manifest.
Inspecting modules window).
However, Recently, a customer described me a straightforward deployment problem:
I want to deploy an assembly that wraps a native DLL GAC.
Marcus' Blog
- Wednesday, September 30, 2009
|
|
|