Thursday, February 28, 2008

YouTube Story

How YouTube gets blocked, who is responsible for all this. where this problem start are the questions that comes in every persons mind. There is a blog by Danny McPherson. Have a look it explains all.

PTA pdf document link to order ISPs to block YouTube.

Naming Variables .NET Framework style

i was reading a book where i found this. Naming a variable is an important thing so always give a variable an easy and a readable name. Following text is taken from a Microsoft Visual C# .NET Step by Step.

  • Don’t use underscores.

  • Don’t create identifiers that differ only by case. For example, do not create one variable named myVariable and another named MyVariable for use at the same time.

  • Start the name with a lowercase letter.

  • In a multiword identifier, start the second and each subsequent word with an uppercase letter. (This is called camelCase notation.)

  • Don’t use Hungarian notation. (Microsoft Visual C++ developers reading this book are probably familiar with Hungarian notation. If you don’t know what Hungarian notation is, don’t worry about it!)


The first two recommendations as compulsory because they relate to Common Language Specification (CLS) compliance. If you want to write programs that can interoperate with other languages, such as Microsoft Visual Basic .NET, you need to comply with these recommendations.

In coming days i will write some more things about .NEt and other languages.

Byeeeee

Wednesday, February 27, 2008

Snapshot


snapshot of my first blog.

Still Thinking !!!!!

:) Thinking what 2 write and how 2 write. Lets start here. Its my first post, it will take some time for me 2 start posting some stuff here. i like the setup its easy and fast. choosing a layout for my blog take some time and finally i choose this one. Its nice. Choosing a title is easy Silverlight is the first word tat comes in my mind.

Some thing about Silverlight. Silverlight is a Microsoft technology.

Its a cross-browser, cross-platform plug-in for delivering the next generation of Microsoft .NET–based media experiences and rich interactive applications for the Web. For more about Silverlight visit this page. http://www.microsoft.com/silverlight/default.aspx

ok tats enough for the first post.

Ohhh Good Fahad. :)