Featured Posts
Programming
  • VB.NET Relation to Older Versions of Visual Basic (VB6 and

    Whether Visual Basic .NET should be considered as just another version of Visual Basic or a completely different language is a topic of debate. This is not obvious, as once the methods that have been moved around and that can be automatically converted are accounted for, the basic syntax of the language has not seen m[...]

  • Visual Basic .NET (VB.NET) System and Hardware Requirements

    VB.NET System Requirements Windows XP Service Pack 2 or above (for 2010 release, Service Pack 3) Windows Server 2003 Service Pack 1 or above Windows Server 2003 R2 or above Windows Vista Windows Server 2008 Windows 7 VB.NET Minimum Hardware Requirements 1.6 GHz Central Processing Unit (CPU) 384 MB Random Access Memory[...]

  • Visual Basic .NET (VB.NET)

    Visual Basic .NET (VB.NET), is an object-oriented computer programming language that can be viewed as an evolution of the classic Visual Basic (VB), which is implemented on the .NET Framework. Microsoft currently supplies two major implementations of Visual Basic: Microsoft Visual Studio, which is commercial software [...]

  • Visual Basic (VB) Programming Language Features

    Like the BASIC programming language, Visual Basic was designed to be easily learned and used by beginner programmers. The language not only allows programmers to create simple GUI applications, but can also develop complex applications. Programming in VB is a combination of visually arranging components or controls on[...]

  • networking
  • Electronic Data Interchange (EDI)

    Electronic Data Interchange (EDI) is a standardized method for transferring data between different computer systems or computer networks. It is commonly used for e-commerce purposes, such as sending orders to warehouses, tracking shipments, and creating invoices. EDI is a standard format for exchanging business data. [...]

  • Bandwidth

    Bandwidth refers to how much data you can send through a network or modem connection. It is usually measured in bits per second, or "bps." You can think of bandwidth as a highway with cars travelling on it. The highway is the network connection and the cars are the data. The wider the highway, the more cars can travel[...]

  • Baud

    Baud is used to measure the rate of electrical signals, or "signaling elements," for modems, networks, serial cables, and other data transfer mediums.Baud was the prevalent measure for data transmission speed until replaced by a more accurate term, bps (bits per second).  One baud is one electronic state change p[...]

  • Bitrate

    The term bit rate is a synonym for data transfer rate (or simply data rate). Bit rate seems to be used more often when discussing transmission technology details and data transfer rate (or data rate) when comparing transmission technologies for the end user. Bitrate describes the rate at which bits are transferred fro[...]

  • Web Design
  • Advantages of using Joomla 1.5 template

    Website nowadays are far beyond the traditional website in early years. One of a key to success to your business websites is the presentation with Joomla 1.5 templates you can achieved a high levels of presentation. Presentable website can attract more client to your site. The advantage of Joomla 1.5 templates is thei[...]

  • Five Tips To Secure Your Joomla Website

    Websites nowadays are more vulnerable to web hackers. Many web security experts identifies an increasing of overall hacking this last year for almost 600%. Almost all content management system (CMS) software and public web platform are more prone to hacking. However many web experts are continuing to develop a tool t[...]

  • Four Easy Steps in Designing Joomla Website

    Joomla is one of the most easiest content management system to use especially for beginners. Many Joomla developers said that designing a Joomla website can be difficult for the beginners and try to overcomplicate the process. If you are planning to build your own website, all you need to do is to follow this five si[...]

  • Tips For Building A Successful Website

    Building a website is just a first step. In creating a website it is a must that you keep this important thing. Driving business to your site takes knowledge, planning, time and effort to make your website successful. Now lets find out how to build a great website that really sells. Here are some tips for building a s[...]

  • Internet Terms
  • Web Cookie

    In computer terminology a cookie is information that a Web site puts on your hard disk so that it can remember something about you at a later time. (More technically, it is information for future use that is stored by the server on the client side of a client/server communication.) Typically, a cookie records your pre[...]

  • Captcha

    A Captcha is program used to verify that a human, rather than a computer, is entering data. Captchas are commonly seen at the end of online forms and ask the user to enter text from a distorted image. The text in the image may be wavy, have lines through it, or may be highly irregular, making it nearly impossible for [...]

  • CSS (Cascading Style Sheet)

    CSS stands for "Cascading Style Sheet." Cascading style sheets is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts.This separation can improve content accessibility, provid[...]

  • Internet Protocol (IP)

    Internet Protocol (IP) is the principal communications protocol used for relaying datagrams or packets across an internetwork using the Internet Protocol Suite. Responsible for routing packets across network boundaries, it is the primary protocol that establishes the Internet. Most networks combine IP with a higher-le[...]

  • Recent Articles

    Mozilla Firefox 11.0 Released

    Mozilla has released the all new Firefox 11.0 for Windows, Mac and Linux. This release has got many fixes for HTML5 video related problems and has new features for developers. Mozilla Firefox is a fast, full-featured Web browser. Firefox includes pop-up blocking, tab-browsing, integrated Google search, simplified priv[...]

    14 Mar 2012 | 0 commentsView Post

    Mozilla Thunderbird 11.0 Released

    Mozilla Thunderbird 11.0 final has been released for Windows, Mac and Linux. Now Thunderbird is based on the new Mozilla Gecko 11 engine. Thunderbird, an Email Client has been improved lot which has new a UI, many bugs are fixed. Thunderbird is a great email client from the same people who brought you the Firefox brow[...]

    14 Mar 2012 | 0 commentsView Post

    Critical Security Update for Windows XP, Vista and 7 by Microsoft

    Microsoft regularly updated and fixes the security holes when they find any new vulnerabilities in Windows. Today, Microsoft posted in its Blog post, which noted that  ”the update, MS12-020, should be downloaded and installed by Windows XP, Vista and 7 users right away”. Security Update MS12-020 addresses two vul[...]

    14 Mar 2012 | 0 commentsView Post

    Mass Effect 3 alternate ending petition raises $35k for charity

    A number of Mass Effect fans are upset with the way the latest entry in the series ended, and they're voicing their displeasure by giving to charity. Members of the Mass Effect community have set up the Retake Mass Effect ChipIn fund, collecting PayPal donations for the Child's Play charity in order to call attention [...]

    14 Mar 2012 | 0 commentsView Post

    Uncharted 3: Drake's Deception Game Review

    Uncharted 2: Among Thieves delivered a monumental leap over the first game in the series, and it might be easy to fall into the trap of assuming the same advancements would take place in every subsequent release. If that's your state of mind going into Uncharted 3: Drake's Deception, you might walk away slightly disap[...]

    14 Mar 2012 | 0 commentsView Post

    VB.NET Relation to Older Versions of Visual Basic (VB6 and previous)

    Whether Visual Basic .NET should be considered as just another version of Visual Basic or a completely different language is a topic of debate. This is not obvious, as once the methods that have been moved around and that can be automatically converted are accounted for, the basic syntax of the language has not seen many “breaking” changes, just additions to support new features like structured exception handling and short-circuited expressions. Two important data type changes occurred with the move to VB.NET. Compared to VB6, the Integer data type has been doubled in length from 16 bits to 32 bits, and the Long data type has been doubled in length from 32 bits to 64 bits. This is true for all versions of VB.NET. A 16-bit integer in all versions of VB.NET is now known as a Short. Similarly, the Windows Forms GUI editor is very similar in style and function to the Visual Basic form editor.

    The version numbers used for the new Visual Basic (7, 7.1, 8, 9, …) clearly imply that it is viewed by Microsoft as still essentially the same product as the old Visual Basic.

    The things that have changed significantly are the semantics—from those of an object-based programming language running on a deterministic, reference-counted engine based on COM to a fully object-oriented language backed by the .NET Framework, which consists of a combination of the Common Language Runtime (a virtual machine using generational garbage collection and a just-in-time compilation engine) and a far larger class library. The increased breadth of the latter is also a problem that VB developers have to deal with when coming to the language, although this is somewhat addressed by the My feature in Visual Studio 2005.

    The changes have altered many underlying assumptions about the “right” thing to do with respect to performance and maintainability. Some functions and libraries no longer exist; others are available, but not as efficient as the “native” .NET alternatives. Even if they compile, most converted VB6 applications will require some level of refactoring to take full advantage of the new language. Documentation is available to cover changes in the syntax, debugging applications, deployment and terminology

    Share and Enjoy:

    0 comments for this post

    Leave a reply

    We will keep You Updated...
    Sign up to receive breaking news
    as well as receive other site updates!
    Subscribe via RSS Feed subscribe to feeds
    Recent Stories
  • Mozilla Firefox 11.0 Released

    Mozilla has released the all new Firefox 11.0 for Windows, Mac and Linux. This release has got many fixes for HTML5 video related problems and has new features for developers. Mozilla Firefox is a fast, full-featured Web browser. Firefox includes pop-up blocking, tab-browsing, integrated Google search, simplified priv[...]

  • Mozilla Thunderbird 11.0 Released

    Mozilla Thunderbird 11.0 final has been released for Windows, Mac and Linux. Now Thunderbird is based on the new Mozilla Gecko 11 engine. Thunderbird, an Email Client has been improved lot which has new a UI, many bugs are fixed. Thunderbird is a great email client from the same people who brought you the Firefox brow[...]

  • Critical Security Update for Windows XP, Vista and 7 by Mic

    Microsoft regularly updated and fixes the security holes when they find any new vulnerabilities in Windows. Today, Microsoft posted in its Blog post, which noted that  ”the update, MS12-020, should be downloaded and installed by Windows XP, Vista and 7 users right away”. Security Update MS12-020 addresses two vul[...]

  • Mass Effect 3 alternate ending petition raises $35k for cha

    A number of Mass Effect fans are upset with the way the latest entry in the series ended, and they're voicing their displeasure by giving to charity. Members of the Mass Effect community have set up the Retake Mass Effect ChipIn fund, collecting PayPal donations for the Child's Play charity in order to call attention [...]

  • Uncharted 3: Drake's Deception Game Review

    Uncharted 2: Among Thieves delivered a monumental leap over the first game in the series, and it might be easy to fall into the trap of assuming the same advancements would take place in every subsequent release. If that's your state of mind going into Uncharted 3: Drake's Deception, you might walk away slightly disap[...]

  • Toshiba 40RL858 Review

    Toshiba 40RL858: FeaturesThis model’s main claim to fame is Smart connectability. The brand’s online community, called Toshiba Places, is home to a reasonable selection of ‘net TV (including BBC iPlayer, YouTube, Dailymotion and assorted PPV services), plus some social media malarkey. DLNA media streaming is a bit bum[...]

  • Blog Archives
    Tag Cloud