9
Packages
6,837
Downloads of rstrahl's packages
rstrahl's Profile
Packages
-
West Wind Application Configuration (Westwind.Utilities.Configuration)
Create strongly typed .NET classes to define configuration data and persist it into a variety of configuration stores. Store config data in .config files, different .config sections and external files, plain xml files, strings or database tables. Read and write configuration data, always have default values available, auto-creation of store configu... More information
-
West Wind .NET Utilities (Westwind.Utilities)
.NET utility library that includes Application Configuration, logging, lightweight ADO.NET Data Access Layer and more. Utility classes include: StringUtils, ReflectionUtils, FileUtils, DataUtils, SerializationUtils, TimeUtils, SecurityUtils and XmlUtils. These classes are useful in any kind of .NET project.
-
West Wind Data - Business Object Framework for Entity Framework CodeFirst (Westwind.Data)
Provides a base business layer for Entity Framework code first. Business classes encapsulates CRUD operations, provide hooks for common entity operation overrides and for easy code based validation. Also manages the EF Data Context and provides low level helpers for non-supported data operations. Provides a grea... More information
-
West Wind Web and AJAX Utilities (Westwind.Web)
West Wind Web and AJAX Utilities provide a host of AJAX and REST services for interaction with jQuery. Key features include support for easy to implement REST and AJAX services and a rich client side JavaScript library that can interact with these services easily. For WebForms there are a host of wrappers for the client side jQuery plug-in controls... More information
-
West Wind Business Frameworks for Linq to Sql and Entity Framework (Westwind.BusinessFramework)
Provides a base business class layer for Linq to Sql and Entity Framework. The business classes encapsulate CRUD operations and manages the data context for L2S and EF, as well as providing low level helpers for non-supported data operations in L2S and EF among other things. Provides a great way to isolate your business logic into classes that cons... More information
-
West Wind Globalization Data-Driven ASP.NET Resource Provider (Westwind.Globalization)
This library provides a data driven ASP.NET resource provider using SQL Server as well as tools to dynamically add and edit language resources to the database via a Web interface.
-
West Wind Web & Ajax Toolkit Web Application Project
Installs Westwind.Web and Westwind.Utilities components that provide the core toolkit functionality. Preconfigures configuration, error handling, logging and provides some basic admin and suppport forms. This NuGet works only for WebForms Web Applications.
-
West Wind RazorHosting Library (Westwind.RazorHosting)
This library allows you to host the Razor template engine found in ASP.NET MVC and ASP.NET WebPages in your own applications. Support for base rendering engine and a String and FolderHost containers are provided, with the host providing AppDomain isolation, template/assembly caching and support.
-
ASP.NET Server Implementation for plUpload Component (Westwind.plUploadHandler)
A small library that provides the backend features require to handle uploads from the popular plUpload JavaScript library. Includes a couple of base upload handlers that can be easily customized for any kind of upload requirements. Also includes a base file upload implementation that can be used for most file upload scenarios as ... More information