Posts
Fundamental Provocation
Cancel

Seven forms of wealth

Wealth isn’t just about making money, There are actually seven elements that you want to raise to world-class levels before you call yourself rich. – Inner Wealth This includes a positive mindset...

Line-Based Cut and Paste – Tip of week #5

The clipboard ring is not the only copy and paste feature in Visual Studio; a number of shortcut keys allow you to copy and paste code even faster. Most applications rely on you selecting w...

.Net DateTime.ToString() Patterns

All the patterns: MM/dd/yyyy 08/22/2006 1 dddd, dd MMMM yyyy Tuesday, 22 Augus...

Block Selection – Tip of week #4

Normal text selection is done on a line-by-line basis; it is impossible to select parts of multiple lines with normal text selection. Figure 2-2 shows how it is not possible to select just the r...

Response.Redirect VS Server.Transfer

Response.Redirect simply sends a message down to the browser, telling it to move to another page. So, you may run code like: Response.Redirect("Form2.aspx") or Response.Redirect("https://www.ya...

IPhone or Omnia

Most of people don’t know that the day Apple debuted its 3G Iphone, Samsung too debuted its latest version of the touch screen phone, code name Samsung i900 Omnia. Samsung has come up with somethin...

Clipboard Ring in Visual Studio – Tip of Week #3

When you copy and paste text in any application, you are usually limited to copying and pasting one item at a time. If you want to copy two separate sentences, you have to copy the first one, pa...

Expectation Theory

I was thinking on the Expectation since my last post. I was wondering what formula would best evaluate EXPECTATION.  And here is what I could get, Expectation = intensity of love in relation * tim...

Gain Control on your Emotions

Change the cause of emotion. Fix the thoughts, fix the emotions. Circumstances do not cause emotions – rather, your thoughts and attitudes about those circumstances do. The only exception is whe...

Visual Studio 2010 and .NET Framework 4.0 Overview

Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools from Microsoft. Designed to address the latest needs of developers, Visual Studio and the .NET Framework de...