Register |

Author Code Resources

Find developer resources,code sample,articles,blogs,project sample for creating application in various technology.
Programming Languages
Tech News and Resources

Recent Articles,blogs and code snippets


How to check that string is alphanumeric or not in vb.net and C#

  Alphanumeric is a combination of alphabetic and numeric characters.The alphanumeric character set consists of the numbers 0 to 9 and letters A to Z. for example these are the alphanumeric:

Test your JavaScript knowledge -1

  Test your JavaScript, following are the some simple questions of JavaScript. consider every question has 5 mark. if you select correct answer, you will get 5 otherwise 0. so lets start….

Simple example of Do While loop in JavaScript

  There are many situation when we need to execute the loop at least one time and then check the condition. In this case you can use do while loop.

How to create and add signature in email message in outlook 2010

  On here we will learn about how to create signature and than how to add this signature in email message manually and automatically in outlook 2010.

Download the Windows 8 Developer Preview Guide in pdf and xps

  If you want to know learn some new features for developers, consumers, and businesses in Windows 8 then you can download developer preview guide for Windows 8. Microsoft provides developer preview guide for windows 8 in pdf and xps format.The Windows 8 Developer Preview Guide provides a detailed look at the many new and [...]

Features of windows 8

  Everyone wants to know about Windows 8 (the next version of windows). We know that a window 7 is the best operating system with some fundamental features like speed, reliability, compatibility and Security, and Windows 8 extends these fundamental features. Following are the some very exciting features of Windows 8 see these: Great Support [...]

New Release – Microsoft Visual Studio 11 Developer Preview

  I got very interesting news yesterday about Microsoft new release of Visual studio 11 developer preview. This is very exciting thing for all developer, there are many new features, benefits. And I found that this time Microsoft do a good job for developers. Visual Studio 11 Developer is an integrated development environment that seamlessly [...]

MS Outlook Calendar keyboard shortcuts

  Following list describes keyboard shortcuts used to Microsoft outlook Calendar. Alt+0 Show 10 days in the calendar. Alt+1 Show 1 day in the calendar. Alt+2 Show 2 day in the calendar. Alt+3 Show 3 day in the calendar. Alt+4 Show 4 day in the calendar. Alt+5 Show 5 day in the calendar. Alt+6 Show [...]

How to make EMI calculator using C#

  This article demonstrate about how to calculate EMI of the loan amount.

How to check whether the string is numeric or not in vb.net

In Vb.Net it is very easy to check any string whether it can convert to an integer or not with the help of IsNumeric function.

More inside AuthorCode