Download Plasma

Description

Plasma is an in-process web server emulator that can be used for automation and unit testing of ASP.NET applications.

Source Files

The download file plasma.zip has the following entries.


.gitignore//w w  w. j a va2s .  c o m
.hgignore
License.htm
Plasma.sln
README.txt
lib/WebDriver/WebDriver.Common.dll
license.txt
rakefile
src/Plasma.Core/AspNetApplication.cs
src/Plasma.Core/AspNetRequest.cs
src/Plasma.Core/AspNetResponse.cs
src/Plasma.Core/ContentTypeMapper.cs
src/Plasma.Core/CookieParser.cs
src/Plasma.Core/MultipartFormBody.cs
src/Plasma.Core/Plasma.Core.csproj
src/Plasma.Core/Properties/AssemblyInfo.cs
src/Plasma.Core/Properties/VersionInfo.default.cs
src/Plasma.Samples.MSTestLibrary/Basic/QueryString.cs
src/Plasma.Samples.MSTestLibrary/Basic/Redirect.cs
src/Plasma.Samples.MSTestLibrary/Caching/OutputCache.cs
src/Plasma.Samples.MSTestLibrary/Controls/BasicForm.cs
src/Plasma.Samples.MSTestLibrary/Controls/LinkButton.cs
src/Plasma.Samples.MSTestLibrary/Controls/TwoButtons.cs
src/Plasma.Samples.MSTestLibrary/MasterPages/MasterPage.cs
src/Plasma.Samples.MSTestLibrary/Plasma.Samples.MSTestLibrary.csproj
src/Plasma.Samples.MSTestLibrary/Properties/AssemblyInfo.cs
src/Plasma.Samples.MSTestLibrary/WebAppHelper.cs
src/Plasma.Test.Functional/Basic/QueryString.cs
src/Plasma.Test.Functional/Caching/OutputCache.cs
src/Plasma.Test.Functional/Controls/BasicForm.cs
src/Plasma.Test.Functional/Controls/FileUpload.cs
src/Plasma.Test.Functional/Controls/LinkButton.cs
src/Plasma.Test.Functional/Controls/TwoButtons.cs
src/Plasma.Test.Functional/MasterPages/MasterPage.cs
src/Plasma.Test.Functional/Plasma.Test.Functional.csproj
src/Plasma.Test.Functional/Redirect/Redirect.cs
src/Plasma.Test.Functional/WebApplicationFixture.cs
src/Plasma.Test.Unit/CookieParserTest.cs
src/Plasma.Test.Unit/Plasma.Test.Unit.csproj
src/Plasma.WebDriver/AspNetForm.cs
src/Plasma.WebDriver/HtmlElement.cs
src/Plasma.WebDriver/HtmlNavigator.cs
src/Plasma.WebDriver/HtmlNavigatorExtensions.cs
src/Plasma.WebDriver/LocalEntityResolver.cs
src/Plasma.WebDriver/Plasma.WebDriver.csproj
src/Plasma.WebDriver/Resources/xhtml-lat1.ent
src/Plasma.WebDriver/Resources/xhtml-special.ent
src/Plasma.WebDriver/Resources/xhtml-symbol.ent
src/Plasma.WebDriver/Resources/xhtml1-strict.dtd
src/Plasma.WebDriver/Resources/xhtml1-transitional.dtd
src/Plasma.WebDriver/UIControlHelpers.cs
src/web/Plasma.Sample.Web.Mvc/Content/Site.css
src/web/Plasma.Sample.Web.Mvc/Controllers/AccountController.cs
src/web/Plasma.Sample.Web.Mvc/Controllers/HomeController.cs
src/web/Plasma.Sample.Web.Mvc/Global.asax
src/web/Plasma.Sample.Web.Mvc/Global.asax.cs
src/web/Plasma.Sample.Web.Mvc/Models/AccountModels.cs
src/web/Plasma.Sample.Web.Mvc/Plasma.Sample.Web.Mvc.csproj
src/web/Plasma.Sample.Web.Mvc/Properties/AssemblyInfo.cs
src/web/Plasma.Sample.Web.Mvc/Scripts/MicrosoftAjax.debug.js
src/web/Plasma.Sample.Web.Mvc/Scripts/MicrosoftAjax.js
src/web/Plasma.Sample.Web.Mvc/Scripts/MicrosoftMvcAjax.debug.js
src/web/Plasma.Sample.Web.Mvc/Scripts/MicrosoftMvcAjax.js
src/web/Plasma.Sample.Web.Mvc/Scripts/MicrosoftMvcValidation.debug.js
src/web/Plasma.Sample.Web.Mvc/Scripts/MicrosoftMvcValidation.js
src/web/Plasma.Sample.Web.Mvc/Scripts/jquery-1.4.1-vsdoc.js
src/web/Plasma.Sample.Web.Mvc/Scripts/jquery-1.4.1.js
src/web/Plasma.Sample.Web.Mvc/Scripts/jquery-1.4.1.min.js
src/web/Plasma.Sample.Web.Mvc/Scripts/jquery.validate-vsdoc.js
src/web/Plasma.Sample.Web.Mvc/Scripts/jquery.validate.js
src/web/Plasma.Sample.Web.Mvc/Scripts/jquery.validate.min.js
src/web/Plasma.Sample.Web.Mvc/Views/Account/ChangePassword.aspx
src/web/Plasma.Sample.Web.Mvc/Views/Account/ChangePasswordSuccess.aspx
src/web/Plasma.Sample.Web.Mvc/Views/Account/LogOn.aspx
src/web/Plasma.Sample.Web.Mvc/Views/Account/Register.aspx
src/web/Plasma.Sample.Web.Mvc/Views/Home/About.aspx
src/web/Plasma.Sample.Web.Mvc/Views/Home/Index.aspx
src/web/Plasma.Sample.Web.Mvc/Views/Shared/Error.aspx
src/web/Plasma.Sample.Web.Mvc/Views/Shared/LogOnUserControl.ascx
src/web/Plasma.Sample.Web.Mvc/Views/Shared/Site.Master
src/web/Plasma.Sample.Web.Mvc/Views/Web.config
src/web/Plasma.Sample.Web.Mvc/Web.Debug.config
src/web/Plasma.Sample.Web.Mvc/Web.Release.config
src/web/Plasma.Sample.Web.Mvc/Web.config
src/web/Plasma.Sample.Web/Basic/Querystring.aspx
src/web/Plasma.Sample.Web/Basic/Querystring.aspx.cs
src/web/Plasma.Sample.Web/Basic/Querystring.aspx.designer.cs
src/web/Plasma.Sample.Web/Basic/Redirect.aspx
src/web/Plasma.Sample.Web/Basic/Redirect.aspx.cs
src/web/Plasma.Sample.Web/Caching/OutputCache.aspx
src/web/Plasma.Sample.Web/Caching/OutputCache.aspx.cs
src/web/Plasma.Sample.Web/Caching/OutputCache.aspx.designer.cs
src/web/Plasma.Sample.Web/Controls/BasicForm.aspx
src/web/Plasma.Sample.Web/Controls/BasicForm.aspx.cs
src/web/Plasma.Sample.Web/Controls/BasicForm.aspx.designer.cs
src/web/Plasma.Sample.Web/Controls/FileUpload.aspx
src/web/Plasma.Sample.Web/Controls/FileUpload.aspx.cs
src/web/Plasma.Sample.Web/Controls/FileUpload.aspx.designer.cs
src/web/Plasma.Sample.Web/Controls/LinkButton.aspx
src/web/Plasma.Sample.Web/Controls/LinkButton.aspx.cs
src/web/Plasma.Sample.Web/Controls/LinkButton.aspx.designer.cs
src/web/Plasma.Sample.Web/Controls/Style.aspx
src/web/Plasma.Sample.Web/Controls/Style.aspx.cs
src/web/Plasma.Sample.Web/Controls/Style.aspx.designer.cs
src/web/Plasma.Sample.Web/Controls/TwoButton.aspx
src/web/Plasma.Sample.Web/Controls/TwoButton.aspx.cs
src/web/Plasma.Sample.Web/Controls/TwoButton.aspx.designer.cs
src/web/Plasma.Sample.Web/Controls/TwoButtonx.aspx
src/web/Plasma.Sample.Web/Default.aspx
src/web/Plasma.Sample.Web/Default.aspx.cs
src/web/Plasma.Sample.Web/Default.aspx.designer.cs
src/web/Plasma.Sample.Web/MasterPages/MasterPage1.aspx
src/web/Plasma.Sample.Web/MasterPages/MasterPage1.aspx.cs
src/web/Plasma.Sample.Web/MasterPages/MasterPage1.aspx.designer.cs
src/web/Plasma.Sample.Web/MasterPages/Site.master
src/web/Plasma.Sample.Web/MasterPages/Site.master.cs
src/web/Plasma.Sample.Web/MasterPages/Site.master.designer.cs
src/web/Plasma.Sample.Web/Plasma.Sample.Web.csproj
src/web/Plasma.Sample.Web/Web.Debug.config
src/web/Plasma.Sample.Web/Web.Release.config
src/web/Plasma.Sample.Web/Web.config
tools/NUnit-2.5.9/lib/failure.png
tools/NUnit-2.5.9/lib/fit.dll
tools/NUnit-2.5.9/lib/ignored.png
tools/NUnit-2.5.9/lib/inconclusive.png
tools/NUnit-2.5.9/lib/log4net.dll
tools/NUnit-2.5.9/lib/nunit-console-runner.dll
tools/NUnit-2.5.9/lib/nunit-gui-runner.dll
tools/NUnit-2.5.9/lib/nunit.core.dll
tools/NUnit-2.5.9/lib/nunit.core.interfaces.dll
tools/NUnit-2.5.9/lib/nunit.fixtures.dll
tools/NUnit-2.5.9/lib/nunit.framework.dll
tools/NUnit-2.5.9/lib/nunit.uiexception.dll
tools/NUnit-2.5.9/lib/nunit.uikit.dll
tools/NUnit-2.5.9/lib/nunit.util.dll
tools/NUnit-2.5.9/lib/skipped.png
tools/NUnit-2.5.9/lib/success.png
tools/NUnit-2.5.9/nunit-console.exe
tools/NUnit-2.5.9/nunit-console.exe.config
version.txt

Download

Click the following link to download plasma.zip.

plasma.zip




















Home »
  ASP.NET Free Code »
    Application »




Application
Blog
Content Management System
CRM
DotNetNuke
Ecommerce
Shopping Cart
Sudoku