|
| |
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
Past few days I received many mails at my personal account
asking queries on the blogs I post. So I have now provided
"Add My Comments" option. you can now send your comments on the
blog page itself. if you experience any error on the site, please report
to me
Thanks for visiting, hope you will have wonderful experience with this
site. |
|
|
This is what happens when lots of meeting happens a
day and no output from those meeting., my friend mihir got so frustrated
and uttered this lines and I bogged it.
“Conference is a gathering where every individual
knows that he is doing nothing, but still they gather to take the decision
that nothing is to be done.”
He ha ha ha (Groups laugh). |
|
Netscape 7.2
Netscape 7.2, the successor to the aging version 7.1. With faster rendering and start-up times and updated plug-ins like Macromedia Flash 7, Netscape 7.2 is built for the way you use the Web!
Features.
- Enhanced Security, E-Mail Filters, Pop-up Blockers & More
- Easier than ever to switch browsers - keep your favorites and browser settings
- Improved popup window controls and security while browsing make this browser a must use tool
- New Macromedia ® Flash 7 plugin
- Password Manager
- Palm Sync Improvements
- Improved browser rendering speed and application start-up
- Integrated AOL Instant Messenger and ICQ, according to the Netscape Web site
Netscape 7.2 System Requirements
Netscape 7.2 is available for Windows, Apple Computer Inc.'s Mac OS X, and Linux
Windows Operating Systems:: Windows 98, Windows 98SE, Windows ME, Windows NT 4.0, Windows 2000, Windows XP
Minimum Hardware:: Pentium 233 MHz, 64 MB RAM,26 MB of free hard drive space
Download here : http://channels.netscape.com/ns/browsers/default.jsp
|
|
hurray... I just saw that I have 6
invitations... lying in my account. I was awaiting for this quite a long
time. finally now I have it. I can share 5 of them, who would like to
avail gmail A/C , post your wish here with....(FName, LName and Email)
Enjoy!!!!.... |
|
| In 1999 I had cleared oracle exam on brainbench when it was
completely free. This year in July, I made an attempt to clear all .NET
tests just to see where do I stand with others, every test I cleared
encouraged me more to clear yet another test required for "Web
Developer (BCIP)". I cleared all tests in span of 1 week with Master
Level in ASP.NET and ADO.NET
http://www.brainbench.com/xml/bb/transcript/public/viewtranscript.xml?pid=169090
This morning I was surprised and much excited to see my www.brainbench.com
certificate, infact I clear the tests but had never ordered for a
certificate, I think since I cleared all 15 exams and earned "Web
Developer (BCIP)" certification, they have send me for free. Wow!
Thanks to brainbench team.
1999 - BrainBench Certificate
"Oracle Programmer" |
MCP Certificate |
2004 - BrainBench Certificate
"Web Developer (BCIP)" |
 |
 |
 |
|
|
If you're totally sure that the expression is the same type that it's being cast to, use DirectCast. If there is any doubt, use
CType. The difference between the two keywords is that CType succeeds as long as there is a valid conversion defined between the expression and the type and DirectCast requires that the run-time type of an object variable to be the same as the specified type that it's being cast to.
Use DirectCast if you're absolutely positively sure that an object is the specified type and the run-time type of the expression are the same. If you're not sure but expect that the conversion will work, use CType. The run-time performance of DirectCast is better than that of CType. However, DirectCast throws an InvalidCastException error if the argument types do not match, so you must be sure. |
|
| What do you think the output of this code be and reason?
public class A {
public static string staticVariableCopiedFromB = B.staticVariable;
public static string staticVariable = "This is a string defined in A";
}
public class B {
public static string staticVariableCopiedFromA = A.staticVariable;
public static string staticVariable = "This is a string defined in B";
}
public class Test {
static void Main(string[] args)
Console.WriteLine(A.staticVariableCopiedFromB);
Console.WriteLine(B.staticVariableCopiedFromA);
}
Now just try to dry the program and tell me what will be the output with
reason.
(Use AddComment Button to post your answer, Most closest answer will get 1
Gmail id ) |
|
The ODBC.NET Data Provider is a native component to the .NET Framework version 1.1. This component provides access to native ODBC drivers in the same way that the OLE DB .NET Data Provider provides access to native OLE DB providers.The ODBC.NET Data Provider is intended to work with all compliant ODBC drivers like
eg.
- Microsoft SQL ODBC Driver
- Microsoft ODBC Driver for Oracle
- Microsoft Jet ODBC Driver
Unlike the ODBC .NET data provider addon for .NET Framework 1.0, the namespace for this version changed from Microsoft.Data.Odbc to System.Data.Odbc. The Connection strings will be as follows for different data sources.
The connection string for a SQL Server database looks like following:
DRIVER={SQL Server};SERVER=TigerServer;UID=sa;PWD=;DATABASE=northwind;
The connection string for an Oracle database looks like following:
Driver={Microsoft ODBC for Oracle};Server=ORACLE8i;UID=User1;PWD=xxxx
The connection string for a Microsoft Access database looks like following:
Driver={Microsoft Access Driver (*.mdb)};DBQ=D:\Northwind.mdb
The connection string for an Excel database looks like following:
Driver={Microsoft Excel Driver (*.xls)};DBQ=C:\ExcelFile1.xls
The connection string for a text database looks like following:
Driver={Microsoft Text Driver (*.txt; *.csv)};DBQ=C:\TextFile1.txt
|
|
| Here is a list of locations that have mobile device
emulators available for download.
|
|
| Hi Guys ,
I am thinking of buying P4 HT with 1GB Ram. but when investigating
little here and there, it came to my knowledge that P4 HT Prescott has
heating issues, to an extent that it might harm your motherboard, I am
scared and little confused. Can anyone throw some light |
|
| There is news going around that Google plans to release a
new web browser, be it a publicity stunt or a way to compete with other
big search engine companies, something is definitely up. With Google Inc.
having recently registered the domain name gbrowser.com and hiring four
key people that worked on Microsoft’s web browser, there is no doubt
that there is a solid case towards a Google browser being under
development ..... More
Read Here |
|
|
|
|
|
|
|
|
|
|