13
Packages
8,776
Downloads of maxtoroq's packages
maxtoroq's Profile
Packages
-
Saxon-HE
Saxon-HE (home edition) is an open source product that provides implementations of XSLT 2.0, XQuery 1.0, and XPath 2.0 at the basic level of conformance defined by W3C.
-
DbExtensions
Extension methods for ADO.NET, CRUD and dynamic SQL components.
-
SaxonViewEngine
XSLT and XQuery compiled view engines for ASP.NET MVC, using Saxon-HE.
-
XsltViewEngine
XSLT compiled view engine for ASP.NET MVC, using System.Xml.Xsl.XslCompiledTransform. See also: SaxonViewEngine.
-
MvcCodeRouting
MvcCodeRouting for ASP.NET MVC analyzes your controllers and actions and automatically creates the best possible routes for them. Organize your controllers and views using namespaces (no more areas) that can go as deep as you want. Includes support for hierarchical (a.k.a. RESTful) and also user-defined custom routes (using an att... More information
-
MvcCodeRouting.Web.Http
MvcCodeRouting for ASP.NET MVC analyzes your controllers and actions and automatically creates the best possible routes for them. Organize your controllers and views using namespaces (no more areas) that can go as deep as you want. Includes support for hierarchical (a.k.a. RESTful) and also user-defined custom routes (using an att... More information
-
MvcAccount
Authentication and account management plugin for ASP.NET MVC. MvcAccount is a substitute for MembershipProvider designed for ASP.NET MVC, that provides more features and the ability to store username/password and other related data in your own database. See https://github.com/maxtoroq/MvcAccount for installation instruct... More information
-
MvcPages
MvcPages combines the simplicity of ASP.NET Web Pages with the power of ASP.NET MVC. Use model binding, model validation, strongly-typed HTML helpers, editor and display templates, etc. directly from your Razor pages, no need for routes or controllers. See the README file for installation instructions.
-
MicroApis.ErrorModel
(no description)
-
MicroApis.OperationModel
(no description)
-
myxsl.net
myxsl.net is an open-source extension to the ASP.NET framework that allows programmers to build dynamic websites using XSLT and other XML standards, such as XQuery and Schematron. See also: myxsl.net.web.mvc, myxsl.net.saxon.
-
myxsl.net.saxon
Saxon-HE support for myxsl.net.
-
myxsl.net.web.mvc
XSLT and XQuery compiled view engines for ASP.NET MVC. See also: myxsl.net.saxon.