Contents tagged with Project

  • Artem DataAccess

    Published Sunday 10, September 2006, 7:50 in Project, C#, Library, ORM

    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

    Published Thursday 26, April 2007, 8:38 in Project, C#, ASP.NET, Security, Membership, Roles, Profile

    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.

  • VisualStudio 2010 JavaScript & CSS Outlining

    Published Saturday 17, July 2010, 8:45 in Project, C#, Visual Studio 2010, Addin, 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.

    Enjoy

  • Tiny Membership Providers

    Published Monday 27, September 2010, 8:44 in Project, C#, ASP.NET, Security, Membership, Roles, Profile

    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.