Click here to Skip to main content
15,881,281 members
Articles / Programming Languages / C#

Forums application using MVC4 and Entity Framework

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
15 Feb 2013CPOL7 min read 421.7K   2.9K   24  
I would like to share the application which is done in MVC4 using Entity Framework.
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_ucp.css - UserCP styles											*/
/************************************************************************/

#fbUserBox p.desc
{
    left: 0px;
}

#usercp_menu
{
    text-align: right;
    font-size: 0.9em;
    border-right: 3px solid #528f6c;
    width: 190px;
    float: left;
}

#usercp_menu li
{
    background-color: #e4ebf2;
    padding: 6px 5px;
    margin: 0 8px 4px 0;
}

#usercp_menu li a
{
    text-decoration: none;
}

#usercp_menu li.active
{
    background-color: #528f6c;
    color: #fff;
    font-weight: bold;
    font-size: 1.05em;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    padding: 6px 5px;
    margin-right: 0px;
}

div.avatar_gallery
{
    text-align: center;
    margin-top: 15px;
    width: 20%;
    float: left;
}

div.avatar_gallery input, div.avatar_gallery label
{
    margin-top: 10px;
    display: inline-block;
}

.usercp_body
{
    background-color: transparent;
    padding: 5px 5px 20px 5px;
}

#usercp_content
{
    padding: 0 0 0 10px;
    margin-left: 190px;
    border-left: 3px solid #528f6c;
}

#usercp_content fieldset.row1, #usercp_content fieldset.row2
{
    padding: 10px;
    margin-bottom: 4px;
}

#usercp_content h3
{
    padding: 0;
    border: 0;
    font-size: 1em;
    margin-left: -2px;
    margin-bottom: 4px;
    font-weight: bold;
}

#usercp_content .post_block h3
{
    font-size: 1.1em;
    padding: 5px 8px 3px 8px;
    margin-left: 0;
}

#usercp_content .post
{
    padding: 20px;
}

/* Notify styles */
#usercp_content .notification_table td.notify_title
{
    font-size: 0.9em;
    padding-left: 15px;
}

#usercp_content .notification_table td
{
    border-color: #ededed;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer
India India
I am working as a Software engineer. Web development in Asp.Net with C#, WinForms and MS sql server are the experience tools that I have had for the past 3 years. Yet to work on WCF, WPF, Silverlight and other latest ones.

Comments and Discussions