Click here to Skip to main content
15,867,308 members
Articles / Web Development / IIS
Article

Asp.Net C# JQuery base Web Application for Rapid Web Presence

Rate me:
Please Sign up or sign in to vote.
4.50/5 (4 votes)
17 Apr 2010CPOL2 min read 19.6K   12   1
visinia can be used expand to create a website through module drag drop
Image 1

Introduction

visinia - The project I started as a web application for my own site, but over passage of time it grew and become such a thing, that i finally decided to be an open source, So other who want to have a website running on a engine which is robust, and gives plenty of option to expand the site in many ways. 

Source Code 

You can get the source code from the codeplex site http://www.codeplex.com/visinia 

Structure 

isinia is based on asp.net and C#, visina is developed in such a way that a beginner level developer can easily understand it.

visinia has a modulad structure. Internally it is based on a asp.net website project, and a C# library called visinia.SmartEngine. The website project provides the userinterface. and the visinia.SmartEngine works as a brain for this website. the visinia.SmartEngine is written in c# consists of plenty of classes. 

Plugins 

The modularity of visinia can be seen by its plugin structure. Actually visinia in itself provides no support for content management, because visinia main focus is on providing such a engine that is lean and robust, and which can be easily expanded in many ways, So all content management is provided through the plugins

Some plugins are part of the visinia core such as viNews , viBlog

viNews can be used to create a news portal like website such as cnn.com nytimes.

viBlog in itself is a blogging engine which can be used if you want to have a blog on your site 

Many more plugins are on there way, will be released soon. 

Modules

visinia module are asp.net usercontrols, if you know how to create a user control you can expand visinia. Modules are part of the webpage which can be used to show some custom contents, such as tweets, rss, some news, recent blog posts.  

Module Drag Drop 

visinia now have a module drag and drop facility, through this you can easily drag a module from one part of the page and can drop it on another part of the page, or you can add new modules on the page through drag drop. 

visinia module drag drop facility is provided through the jquery. 

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Pakistan Pakistan
tanvon malik ( real name Tanveer Ahmad )I am a CNC Programmer, cnc setter, cnc operator. want to know about me visit my websites.
CNC Programming
CNC Manuals
DXF & GCode Files with Online Viewers
Komment.me

I been in Switzerland MAG former +FMS+ for CNC training.


Most interesting technologies I like COM MFC DirectShow such as filter development. I am from Pakistan.
Have worked on projects mostly related video capturing, video data processing and real time object tracking on videos. For these I have worked on projects which use "Open CV Library". Which is mostly used for capturing data and its processing.

Comments and Discussions

 
GeneralMy vote of 1 Pin
Oleksii Prosiankin19-Apr-10 3:15
Oleksii Prosiankin19-Apr-10 3:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.