Ask Questions & Get Answers at ibibo sawaal

Sanket Vora's Questions & Answers

275

Rank

2320

460

49

2

Define ASP.NET

Asked by Sid in Computers & Technology at   4:38 PM on January 16, 2008

Sanket Vora's Answer

ASPX is a text file format used to create Webform pages; in programming jargon, the ASPX file typically contains static HTML or XHTML markup, as well as markup defining Web Controls and Web User Controls where the developers place all the required static and dynamic content for the web page. Additionally, dynamic code which runs on the server can be placed in a page within a block <% -- dynamic code -- %> which is similar to other web development technologies such as PHP, JSP, and ASP, but this practice is generally frowned upon by Microsoft except for the purposes of data binding since it requires more calls when rendering the page.

The method recommended by Microsoft for dealing with dynamic program code is to use the code-behind model, which places this code in a separate file or in a specially designated script tag. Code-behind files are typically named something to the effect of MyPage.aspx.cs or MyPage.aspx.vb based on the ASPX file name (this practice is automatic in Microsoft Visual Studio and other IDEs). When using this style of programming, the developer writes code to respond to different events, like the page being loaded, or a control being clicked, rather than a procedural walk through the document.

Answered at 4:41 PM on January 16, 2008

Read all answers

Which laptop is best to buy?

Asked by KAZI MUNIR in Computers & Technology at   1:33 PM on January 16, 2008

Sanket Vora's Answer

There are so many factors to buy laptop...
1) Your budget 2) Quality 3) Costing Diffrence 4) Demandable Configuration etc...

In market, so many laptops are available. But you need midrange laptop with best quality then Compaq or Acer is best to buy. And If your range is higher then HP (Pavilion) or Sony (Viao) is the best choice for you.

Answered at 4:40 PM on January 16, 2008

Read all answers

Define ADO.NET

Asked by Sid in Computers & Technology at   4:33 PM on January 16, 2008

Sanket Vora's Answer

ADO.NET is a set of computer software components that can be used by programmers to access data and data services. It is a part of the base class library that is included with the Microsoft .NET Framework. It is commonly used by programmers to access and modify data stored in relational database systems, though it can also be used to access data in non-relational sources. ADO.NET is sometimes considered an evolution of ActiveX Data Objects (ADO) technology, but was changed so extensively that it can be conceived of as an entirely new product.

Answered at 4:35 PM on January 16, 2008

Read all answers

What is known as 'the Fourth R' ?

Asked by Shampa in Computers & Technology at   3:40 PM on January 11, 2008

Sanket Vora's Answer

The Fourth "R" (aka The Brain Machine) is a science fiction novel by George O. Smith first published in 1959. It is a science fictional examination of the genius naïf phenomemon. The plot follows a five-year-old boy named Jimmy Holden, who was given the equivalent of a college education by virtue of his parents' invention, an "Electromechanical Educator." The book is not related to the movie The Brain Machine (1977).

Answered at 7:40 PM on January 11, 2008

Read all answers

Define ASP

Asked by Sid in Computers & Technology at   4:29 PM on January 16, 2008

Sanket Vora's Answer

(1) (Application Service Provider) An organization that hosts software applications on its own servers within its own facilities. Customers rent the use of the application and access it over the Internet or via a private line connection. Also called a "commercial service provider." The Web browser, acting as a universal client interface, has fueled this "on-demand software" market.
(2) (Active Server Page) A Web server technology from Microsoft that allows for the creation of dynamic, interactive sessions with the user. An ASP is a Web page that contains HTML and embedded programming code written in VBScript or Jscript. It was introduced with Version 3.0 of Microsoft's Internet Information Server (IIS). When IIS encounters an ASP page requested by the browser, it executes the embedded program. ASPs are Microsoft's alternative to CGI scripts and JavaServer Pages (JSPs), which allow Web pages to interact with databases and other programs. Third- party products add ASP capability to non-Microsoft Web servers. The Active Server Page technology is an ISAPI program and ASP documents use an .ASP extension.

ASP.NET/ASP+

ASP.N ET, also known as ASP+, is an enhanced version of ASP for the .NET platform. It supports executable programs compiled from C#, C++ and other languages and is not backward compatible with regular ASP code. ASP.NET pages are always compiled rather than interpreted as are ASP pages.
(3) (Association of Shareware Professionals, Muskegon, MI, www.asp-shareware.org) A trade organization for shareware founded in 1987. Author members submit products to ASP, which are approved, virus checked and distributed monthly via CD to member vendors. CDs are periodically made available to the public.

(4) (Analog Signal Processing) Processing signals completely within the analog domain. Contrast with DSP.

(5) (Average Selling Price) The sum of all the prices of a group of products divided by the number of products used in the list.

Answered at 4:32 PM on January 16, 2008

Read all answers

Define Assembly

Asked by Sid in Computers & Technology at   4:30 PM on January 16, 2008

Sanket Vora's Answer

assembly
(DOD, NATO) In logistics, an item forming a portion of an equipment, that can be provisioned and replaced as an entity and which normally incorporates replaceable parts or groups of parts.

Answered at 4:34 PM on January 16, 2008

Read all answers

what is merging

Asked by jeenu in Computers & Technology at   3:47 PM on January 11, 2008

Sanket Vora's Answer

Printing customized form letters. A common feature of a word processor, it uses a letter and a name and address list. In the letter, Dear A: Thank you for ordering B from our C store..., A, B and C are merge points into which data are inserted from the list.

Answered at 7:31 PM on January 11, 2008

Read all answers

what is dvd

Asked by jeenu in Computers & Technology at   3:46 PM on January 11, 2008

Sanket Vora's Answer

(Digital VideoDisc or Digital Versatile Disc) An optical digital disc for storing movies and data. Introduced in the U.S. in 1997, and developed by both the computer and movie industries, the disc uses the same diameter platter as a CD (120mm/4.75" diameter), but holds 4.7GB rather than 700MB. Whereas CDs use only one side, DVDs can be recorded on both sides as well as in dual layers. DVD drives/players read most CD media as well.

Answered at 7:35 PM on January 11, 2008

Read all answers

what is sorting

Asked by jeenu in Computers & Technology at   3:47 PM on January 11, 2008

Sanket Vora's Answer

Sorting is any process of arranging items in some sequence and/or in different sets, and accordingly, it has two common, yet distinct meanings:

1) Ordering: arranging items of the same kind, class, nature, etc. in some ordered sequence,
2) Categorizing: grouping and labelling items with similar properties together (by sorts).

Answered at 7:33 PM on January 11, 2008

Read all answers

what is cryptography

Asked by jeenu in Computers & Technology at   3:46 PM on January 11, 2008

Sanket Vora's Answer

The conversion of data into a secret code for transmission over a public network. The original text, or "plaintext," is converted into a coded equivalent called "ciphertext" via an encryption algorithm. The ciphertext is decoded (decrypted) at the receiving end and turned back into plaintext.

Answered at 7:39 PM on January 11, 2008

Read all answers

Editor's Pick

Categories

sawaal signature
sawaal free visiting card