¡@

Home 

c# Programming Glossary: pipeline

ASP.NET MVC Custom Error Handling Application_Error Global.asax?

http://stackoverflow.com/questions/1171035/asp-net-mvc-custom-error-handling-application-error-global-asax

thing is that since you are going through the asp.net pipeline to handle a 404 you will create a session object for all those..

How do you impersonate an Active Directory user in Powershell?

http://stackoverflow.com/questions/11806/how-do-you-impersonate-an-active-directory-user-in-powershell

RunspaceFactory.CreateRunspace rc runspace.Open Pipeline pipeline runspace.CreatePipeline using pipeline pipeline.Commands.AddScript.. Pipeline pipeline runspace.CreatePipeline using pipeline pipeline.Commands.AddScript Get Mailbox identity 'user.name'.. Pipeline pipeline runspace.CreatePipeline using pipeline pipeline.Commands.AddScript Get Mailbox identity 'user.name' pipeline.Commands.Add..

Moq: unit testing a method relying on HttpContext

http://stackoverflow.com/questions/1214178/moq-unit-testing-a-method-relying-on-httpcontext

a lot of code can rely on static classes in the asp.net pipeline. In order to test this with Moq you need to refactor your GetSecurityContextUserName..

How much is there to LINQ?

http://stackoverflow.com/questions/1418106/how-much-is-there-to-linq

new or innovative here. There's the whole back end pipeline first order expression trees and types etc to implement LINQ..

Invoking powershell cmdlets from C#

http://stackoverflow.com/questions/17067971/invoking-powershell-cmdlets-from-c-sharp

the PowerShell.Invoke method to run the commands of the pipeline. foreach PSObject result in ps.Invoke Console.WriteLine 0 24..

ASP.NET Impersonate in .NETFramework 2 VS .NETFrameWork 4

http://stackoverflow.com/questions/18842970/asp-net-impersonate-in-netframework-2-vs-netframework-4

been detected that does not apply in Integrated managed pipeline mode if we want enable impersonate we need to add validation..

Why Response.Redirect causes System.Threading.ThreadAbortException?

http://stackoverflow.com/questions/2777105/why-response-redirect-causes-system-threading-threadabortexception

with endResponse false and make a call to tell the IIS pipeline that it should advance directly to the EndRequest stage once..

An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode

http://stackoverflow.com/questions/4209999/an-asp-net-setting-has-been-detected-that-does-not-apply-in-integrated-managed-p

been detected that does not apply in Integrated managed pipeline mode I Installed DotNetOpenAuth SDK 3.4.5.10201.vsix and I.. been detected that does not apply in Integrated managed pipeline mode. AND Module ConfigurationValidationModule Notification..

How can I get elevated permissions (UAC) via impersonation under a non-interactive login?

http://stackoverflow.com/questions/5098121/how-can-i-get-elevated-permissions-uac-via-impersonation-under-a-non-interacti

subkey IIS7.5 anonymous authentication app pool classic pipeline ApplicationPoolIdentity 2.0 framework web.config authentication..

Execute PowerShell Script from C# with Commandline Arguments

http://stackoverflow.com/questions/527513/execute-powershell-script-from-c-sharp-with-commandline-arguments

scriptInvoker new RunspaceInvoke runspace Pipeline pipeline runspace.CreatePipeline pipeline.Commands.Add scriptFile Execute.. runspace Pipeline pipeline runspace.CreatePipeline pipeline.Commands.Add scriptFile Execute PowerShell script results pipeline.Invoke.. scriptFile Execute PowerShell script results pipeline.Invoke scriptFile contains something like C Program Files MyProgram..

Using the Web Application version number from an assembly (ASP.NET/C#)

http://stackoverflow.com/questions/756031/using-the-web-application-version-number-from-an-assembly-asp-net-c

the EntryAssembly this doesn't work for ASP.NET classic pipeline untested on integrated Assembly ass Assembly.GetEntryAssembly..

IHttpHandler vs IHttpModule

http://stackoverflow.com/questions/769432/ihttphandler-vs-ihttpmodule

and vice versa Is one executed much higher in the pipeline Is one much easier to configure in certain situations Does one.. HTTP modules are called as part of the ASP.NET request pipeline and have access to life cycle events throughout the request...

Return DataReader from DataLayer in Using statement

http://stackoverflow.com/questions/850065/return-datareader-from-datalayer-in-using-statement

it because it sets us up to start thinking in terms of a pipeline between each layer for queries that return a lot of results...

AuthenticateRequest event

http://stackoverflow.com/questions/875472/authenticaterequest-event

is normally earlier than any custom module in the ASP.NET pipeline so when AuthenticateRequest is fired FormsAuthenticationModule..

Serializing null in JSON.NET

http://stackoverflow.com/questions/8833961/serializing-null-in-json-net

serialized directly into null without the custom pipeline. For example here is a sample of a custom converter for null..

Caching in WCF

http://stackoverflow.com/questions/922116/caching-in-wcf

1 First you have to register your custom cacher in the WCF pipeline. To do that I am going to use an attribute so that I can nicely..

protobuf and List<object> - how to serialize / deserialize?

http://stackoverflow.com/questions/923977/protobuf-and-listobject-how-to-serialize-deserialize

to send there may be options. There is also work in the pipeline to allow runtime extensible schemas rather than just attributes..

Run Powershell-Script from C# Application

http://stackoverflow.com/questions/11120452/run-powershell-script-from-c-sharp-application

PSThreadOptions.UseCurrentThread runspace.Open Pipeline pipeline runspace.CreatePipeline pipeline.Commands.AddScript.. runspace.Open Pipeline pipeline runspace.CreatePipeline pipeline.Commands.AddScript cmdArg pipeline.Commands 0 .MergeMyResults.. cmdArg pipeline.Commands 0 .MergeMyResults PipelineResultTypes.Error PipelineResultTypes.Output Collection PSObject..

How do you impersonate an Active Directory user in Powershell?

http://stackoverflow.com/questions/11806/how-do-you-impersonate-an-active-directory-user-in-powershell

runspace RunspaceFactory.CreateRunspace rc runspace.Open Pipeline pipeline runspace.CreatePipeline using pipeline pipeline.Commands.AddScript.. rc runspace.Open Pipeline pipeline runspace.CreatePipeline using pipeline pipeline.Commands.AddScript Get Mailbox identity..

Capturing Powershell output in C# after Pipeline.Invoke throws

http://stackoverflow.com/questions/1233640/capturing-powershell-output-in-c-sharp-after-pipeline-invoke-throws

Powershell output in C# after Pipeline.Invoke throws I'm running a Powershell test script from a C#.. m_Runspace RunspaceFactory.CreateRunspace m_Runspace.Open Pipeline pipe m_Runspace.CreatePipeline pipe.Commands.AddScript File.ReadAllText.. m_Runspace.Open Pipeline pipe m_Runspace.CreatePipeline pipe.Commands.AddScript File.ReadAllText ScriptFile pipe.Commands.Add..

ASP.NET - AppDomain.CurrentDomain.GetAssemblies() - Assemblies missing after AppDomain restart

http://stackoverflow.com/questions/3552223/asp-net-appdomain-currentdomain-getassemblies-assemblies-missing-after-app

2010 Cassini web server and with IIS7.0 in Integrated Pipeline Mode on Windows Server 2008. Edit I just came across this SO..

Running a powershell command in C# errors with, “Cannot invoke this function because the current host does not implement it”

http://stackoverflow.com/questions/4219095/running-a-powershell-command-in-c-sharp-errors-with-cannot-invoke-this-functio

rsConfig open runspace runSpace.Open setup pipeline Pipeline pipeLine runSpace.CreatePipeline String sScript get mailbox.. setup pipeline Pipeline pipeLine runSpace.CreatePipeline String sScript get mailbox identity 'rj' add script to pipeline..

Execute PowerShell Script from C# with Commandline Arguments

http://stackoverflow.com/questions/527513/execute-powershell-script-from-c-sharp-with-commandline-arguments

RunspaceInvoke scriptInvoker new RunspaceInvoke runspace Pipeline pipeline runspace.CreatePipeline pipeline.Commands.Add scriptFile.. RunspaceInvoke runspace Pipeline pipeline runspace.CreatePipeline pipeline.Commands.Add scriptFile Execute PowerShell script results.. RunspaceInvoke scriptInvoker new RunspaceInvoke runspace Pipeline pipeline runspace.CreatePipeline Here's how you add a new script..

What are the differences between Merge Join and Lookup transformations in SSIS?

http://stackoverflow.com/questions/6735733/what-are-the-differences-between-merge-join-and-lookup-transformations-in-ssis

even though the Data flow task completed faster the Pipeline cleanup took lot of time. This doesn't mean Lookup transformation..