|
Jobs Site Starter Kit for ASP.NET 3.5 |
Jobs Site Starter Kit (JSSK) is an ASP.NET starter kit demonstrating many features of ASP.NET 3.5 including themes, master pages, data controls, membership, roles, profiles and AJAX. JSSK is a web application that provides a platform for candidates seeking job and the employers to share their needs.
|
Posted On : 02 Dec 2007 |
|
Store documents in on-line briefcase |
Web sites often store files directly in some folder of the file system. However, this may
not be the most suitable way in all scenarios. Many of you might have used Yahoo
Briefcase. It allows you to store any file on the server so that you can access it from
anywhere. If you wish to provide such a facility in your web site then file system based
storage and retrieval is tedious. Enforcing security and managing storage space quota
becomes difficult. More elegant solution can be developed by storing files in database.
This way you have full control on who is storing and retrieving files, storage space and
usage statistics.
|
Posted On : 27 May 2007 |
|
Easy Survey |
In today’s competitive environment companies find it necessary to get feedback on their products and services. Companies also need to know the market trends, customer likings and dislikings. Often companies capture this vital information by conducting surveys about their products and services. A flexible web based survey system plays a major role in such scenarios. This code sample is a survey application using ASP.NET 2.0, VS.NET 2005 and SQL Server 2005. The download also includes a three part article in PDF format that explains the application in detail.
|
Posted On : 29 Mar 2007 |
|
Share photos with your own Photo Gallery |
A photo speaks for thousand words. You preserve memories of pleasurable, happy and joyous moments of your life in photos. You also want to share such moments with your friends, relatives and family members. Photo gallery is a natural place where you share your snaps with others. This series of articles will demonstrate how one can build a photo gallery complete with categories, thumbnails and security using ASP.NET 2.0 and SQL Server 2005. In this part we start with database design and few utility classes.
|
Posted On : 08 Feb 2007 |
|
Web Site File Manager |
BinaryIntellect Web Site File Manager is a tool for managing files and folders of your web site. Just include the FileManager.aspx in your web site and that's it! You have a complete file manager ready. It supports almost all the file and folder management operations such as folder creation, cut, copy, paste, rename, delete and upload. You also get complete source code of the tool. Developed using ASP.NET 2.0 server controls, ASP.NET AJAX and ASP.NET AJAX Control Toolkit this tool is a must for any web site owner or host.
|
Posted On : 24 Jan 2007 |
|
BinaryIntellect Code Generator (Beta) |
BinaryIntellect code generator is a handy tool that
automatically generates T-SQL script and C# code for Insert
Update, Delete, Select All, Select By Primary Key, Select By Foreign Key and Delete By Foreign Key stored procedures. 100% of the code generated by the tool is available for you to include in your projects. No dependency or hidden strings attached! By default the generated code uses an in-built data access class. However, with a very little modification it can be made to use Microsoft Data Access Application Block. The tool will be available absolutely FREE of cost after the final release. |
Posted On : 28 Nov 2006 |
|
Develop your own Blog |
Blogging has become a very popular trend on the web. Many people are using
blogs to express their own thoughts, work and personality. There are many web
sites that offer you to start your own blog with them. Don't you think that your
blog should reflect your own identity and personal flavor? If you are a
developer, always desperate to make your hands dirty with code the chances are
that you will develop your own blogging application instead of using some
readymade one. If you share the same feeling then read on. This article is going
to explain how to build your own blog using ASP.NET 2.0 and SQL Server.
|
Posted On : 06 Oct 2006 |
|
E-commerce Starter Kit |
E-commerce starter kit is an ASP.NET 2.0 application that represents a typical e-commerce store front. It demonstrates many ASP.NET 2.0 features such as master pages, 3 tier data access using Object Data Source, Data Bound controls, Membership and more...
|
Posted On : 04 Apr 2006 |
|
Jobs Site Starter Kit |
Jobs Site Starter Kit (JSSK) is an ASP.NET starter kit demonstrating many new features of ASP.NET 2.0 including themes, master pages, new data controls, membership, roles and profiles. JSSK is a web application that provides a platform for candidates seeking job and the employers to share their needs. |
Posted On : 03 Mar 2006 |
|
Database Helper for .NET 2.0 |
BinaryIntellect DatabaseHelper is an open source data
access component that simplifies your job of executing queries and stored
procedures. It is developed using new factory classes of ADO.NET 2.0 and allows
you to write provider neutral code. This helps you to quickly develop
applications supporting different databases (SQL Server, Oracle, Access etc.). |
Posted On : 03 Mar 2006 |
|
|