﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Bipin Joshi.com : Source Code &amp; Components</title><link>http://www.binaryintellect.com</link><description>Bipin Joshi.com : Source Code &amp; Components</description><copyright>Copyright (C) binaryintellect.net. All rights reserved.</copyright><generator>RSS Generator</generator><item><title>Jobs Site Starter Kit for ASP.NET 3.5</title><link>http://www.binaryintellect.com/articles/a203c824-aec1-41b7-b3ec-49a15d5c9ebb.aspx</link><description>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. 
</description><pubDate>02 Dec 2007 12:00:00 GMT</pubDate></item><item><title>Store documents in on-line briefcase</title><link>http://www.binaryintellect.com/articles/a2a58ee2-72dc-43b5-a4e1-5d935ef6894e.aspx</link><description>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. 
</description><pubDate>27 May 2007 12:00:00 GMT</pubDate></item><item><title>Easy Survey</title><link>http://www.binaryintellect.com/articles/816aaa20-9164-4663-b439-a6b910ba3171.aspx</link><description>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.
</description><pubDate>29 Mar 2007 12:00:00 GMT</pubDate></item><item><title>Share photos with your own Photo Gallery</title><link>http://www.binaryintellect.com/articles/4dc1cc90-4f07-4026-b2a8-2096e3b53870.aspx</link><description>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.
</description><pubDate>08 Feb 2007 12:00:00 GMT</pubDate></item><item><title>Web Site File Manager</title><link>http://www.binaryintellect.com/articles/44b73e89-78d9-4ad7-8157-bce54ad31fde.aspx</link><description>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.
</description><pubDate>24 Jan 2007 12:00:00 GMT</pubDate></item><item><title>BinaryIntellect Code Generator (Beta)</title><link>http://www.binaryintellect.com/articles/1a7727ad-0b9b-4d0e-bb2e-60ac5a6c3d1b.aspx</link><description>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.</description><pubDate>28 Nov 2006 12:00:00 GMT</pubDate></item><item><title>Develop your own Blog</title><link>http://www.binaryintellect.com/articles/5f6ce1d6-2fec-4c6b-ad3c-99cd1eade901.aspx</link><description>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.
</description><pubDate>06 Oct 2006 12:00:00 GMT</pubDate></item><item><title>E-commerce Starter Kit </title><link>http://www.binaryintellect.com/articles/6066fc29-2023-4460-89c0-4ffa6131f0de.aspx</link><description>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...
</description><pubDate>04 Apr 2006 12:00:00 GMT</pubDate></item><item><title>Jobs Site Starter Kit</title><link>http://www.binaryintellect.com/articles/90c5e99d-6574-4cc2-a779-73f88c288819.aspx</link><description>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.</description><pubDate>03 Mar 2006 12:00:00 GMT</pubDate></item><item><title>Database Helper for .NET 2.0</title><link>http://www.binaryintellect.com/articles/e0d28f9c-238e-43ae-a00b-59ddc33bfa87.aspx</link><description>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.).</description><pubDate>03 Mar 2006 12:00:00 GMT</pubDate></item></channel></rss>
