Contents tagged with Project
Artem DataAccess
A data access library based on providers architecture. It has a powerful ORM implemented with build in object fetching with properties and methods mapping, including BuildProvider for building strong type from a given database schema.
ASP.NET XmlProviders
Implementation of XML ASP.NET Providers (XmlRoleProvider, XmlMembershipProvider and XmlProfileProvider). This AspNet Xml Providers pack is an evolution of examples, articles and samples of code which I have packed and improved.
DataTagsCloud Control
The Data Bound Tags Cloud Control is a ready to use ASP.NET 2.0 CustomControl for rendering out tags cloud from bound data source.
GoogleMap Control
Wraps Google Maps API as ASP.NET custom control. Offers extremely easy and fast way of adding Google Maps API support on your ASP.NET pages.
VisualStudio 2010 JavaScript & CSS Outlining
Project Description
Visual Studio 2010 editor extension for JavaScript code blocks and custom regions outlining
As a Web 2 developer I found myself dealing with fast growing JavaScript and CSS code files.
And I really missed the code regions in Visual Studio, which is a nice way to organize the code blocks and focus on reasonable small amount of code.
There are some macros available out on the web for placing a regions outlining in JavaScript code editor.
I was not fully satisfied with macros and the fact I have to manually run them (even with a shortcut keys) every time I open the JavaScript file.
Thus, I have spend some amount of my time and came out with a Visual Studio 2010 Editor Extension for JavaScript & CSS Oulining.
Even, if this first version is simple as functionality it gave me much better JavaScript & CSS code experience.
So, I decided to share it with you guys and hope it helps you too.
EnjoyWeb Resource Refactor Addin
Visual Studio Add-in to convert projects' files or directories to embedded web resources.
Tiny Membership Providers
Tiny Membership Providers is a free, open source, pack of tiny ASP.NET Membership, Role and Profile providers.
The goal of this project is to provide custom implementation of ASP.NET providers against some tiny data storages (XML, SQL Compact, Excel, Access etc)
Features- Native support and usage by all ASP.NET membership controls;
- Supports all password formats: Clear, Encrypted and Hashed;
Have In Mind
Because of the tiny data storages, it is not recommended to use this providers with "heavy-duty" membership sites (a lot of roles, users and big number of members).
Tiny Membership Providers best fit for sites with small number of authenticated users and hosted on servers with no SQL access.For further details check out the Documentation.