Technical Articles

Read Time:48 Second

Search box in MVC

Put in Index File... <p>    @using (Html.BeginForm("Index", "Department", FormMethod.Get)) {    <b>Search By:</b>@Html.RadioButton("searchBy", "search",true)<text>Name</text>        @Html.TextBox("search")<input type="submit" value="search" />    }  ...
Read Time:1 Minute, 53 Second

SQL – Data Types?

SQL Server offers six categories of data types for your use: Exact Numeric Data Types: DATA TYPEFROMTO bigint-9,223,372,036,854,775,8089,223,372,036,854,775,807 int-2,147,483,6482,147,483,647 smallint-32,76832,767 tinyint0255 bit01 decimal-10^38 +110^38 -1...
Read Time:21 Second

Abstract Classes and Abstract Methods in C#.NET?

http://www.programcall.com/27/csnet/abstract-classes-and-abstract-methods-in-csnet.aspx http://www.dotnetperls.com/abstract http://www.c-sharpcorner.com/uploadfile/annathurai/abstract-class-in-c-sharp/ http://www.dotnet-tricks.com/Tutorial/csharp/E0K2011113-A-Deep-Dive-into-C http://www.onlinebuff.com/article_abstract-class-and-abstract-method-with-an-example-using-c_7.html http://www.codeproject.com/Articles/6118/All-about-abstract-classes
× How can I help you?