Skip to main content
SergeyBarskiy avatar

SergeyBarskiy

NuGet publisher profile

Packages
7
Total Downloads
223.6K
223,563

Packages (7)

RecurrenceCalculator package icon

RecurrenceCalculator

Performs Outlook style recurrence calculations

153.8K
downloads
WPControls package icon

WPControls

This package contains calendar cotrol to be used with Windows Phone 7 applications. Please see project URL for details and sample usage.

27.9K
downloads
EntityFramework.Extras package icon

EntityFramework.Extras

This package contains extensions for entity framework code first. This includes read/write repositories, global conventions and attribute conventions

11.4K
downloads
dotnet-storedprocsgen package icon

dotnet-storedprocsgen

This is a dotnet command line tool that generates stored procedures

9.9K
downloads
WinRT.DB package icon

WinRT.DB

This database is based on a file system in Windows 8 and is using WinRT (Windows Runtime) in Windows 8 environment and thus can be used for Metro style applications. It includes simple, yet effective API that allows you to create tables based on classes. Each database consists of any number of tables. All operations are asynchronous to support Metro style operations on file system. It also supports horizontal partitioning of tables to provide for smaller files and faster operations. The usage of this software is very simple. You create a new database by calling CreateDatabase. You can add tables to the database by calling db.CreateTable<T> where T is the type of entity to be stored in table rows. You can save either all tables by calling SaveAsync on database or one table at a time by calling SaveAsync on a specific table. It supports await and async keywords. As of version 0.9.1.0 it supports data binding to list based controls, such as ListBox. As of version 0.5 IsBusy property is added that can be used to maintain the state of Save button. Please see QuickStart project that is part of the download for sample implementation of Save button and use of Busy status. You can now store database in local or roaming folder.

9.2K
downloads
Win8Controls package icon

Win8Controls

XAML based calendar control for WinRT / Windows Store Style application. Supports full custom styling and comes with a template you can easily customize. Supports all modes, including snapped with the default template.

7.3K
downloads
dotnet-procstoclasses package icon

dotnet-procstoclasses

This is a dotnet command line tool that generates classes from stored procedures

4.1K
downloads