Pages

Showing posts with label Bhargava Vangapally. Show all posts
Showing posts with label Bhargava Vangapally. Show all posts

Wednesday, June 2, 2010

SAKSHI BAVA STHITHI

The word “SAKSHI BAVA STHITHI” is a state where all the humans should experience to avoid the disturbances facing in the real world. All the saints, guru's, Scientists and all analysts cautioning the human's to follow the spirituality in their daily life.

But it is impossible now days to feel the great experiences, so I want to give a formula which can guide you get this experience. Every human see's trees, cars, birds, animals, temples, grave yards, violence, cinemas and thinks on those he or she watches in daily life.

Actual the fact is all the surroundings are filled with thoughts which are called senses like love, violence, jealous etc. A human cannot be sitting 2 minutes silence without any thoughts disturbance. Some spiritual organizations tell to control your self to not to get thoughts into the mind, here mind is nothing but collection of thoughts.

But what I learn from an organization so called "Oneness University", please don't control your thoughts coming into the mind your self. I mean just see all the thoughts which are traveling into your mind.
Actually the man himself cannot give green signal to the thoughts, for example we get different positive types of thoughts when we visit temples, spiritual places, and green parks. But when we visits violent places, films, grave yards etc... Will get all negative thoughts scariness, lusty etc.

So my suggestion and formula is just watch the thoughts coming into the mind", I mean if you sitting on the railway platform, you watch all the trains going here and there, some stops at station and some runs through the tracks. The passenger just watches the trains, but he doesn’t sit in to each train which stops at station.

In the same way, we should just watch the thoughts coming into our mind, don't touch them, don't interact with them as you might excite, leave it them selves as they cannot stay more time at our mind. So you should be witness the thoughts as an third person. This is so called “SAKSHI BAVA STHITHI”

Monday, May 24, 2010

Code Analysis

Microsoft is making the visual studio to be used more secure and quality.
It has introduced code analysis and code metrics to check the health condition of the application and also it digs deep and indentifies the un-maintainable complex hotspots.

Other new features of the code analysis are to provide running the code analysis before check in the code. Along with analyzing the anonymous types and lambda expressions, including additional checking on security, globalization, spelling, grammar and following the best practices.

And also it analysis performance improvements that cut analysis time over managed code by two times, and use half as much memory than in Visual Studio 2005

Saturday, May 15, 2010

IIS Error: Changing the application's trust level in the configuration file

Error Description while browsing the website under IIS


"The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file."

Initially I deleted the virtual directory, created again, set the permission to anonymous, set the browse and execute permissions, no solution.

Then after doing many trials, I found out the basic problem reading the error "not allowed by the security policy".
In web configuration file if we set the security policy to Fully Trusted, then problem solved and application working fine.

or

Set the trust level to the main configuration file in the "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config"

To access the "TFS web access", team expolorer installation is needed?

Yes and No

If the developer or tester has team explorer installed in thier systems, then they can use the TFS web Access URL for managing all other than the check-in check=-out code.

(or)

If the organization has the TFS CAL, then every one under CAL access the "TFS web access" with out installing the team explorer in individual systems. No need to get procured per seat 500$ for getting the web access.

Team Explorer - Team Web Access

In my opinion, for developers and testers Team Explorer is better solution because they use Visual Studio in their everyday work. This integration can be even more natural if the development team uses TFS to check-in code and if you setup links between code check-in and work items.

On the other hand, for project managers, business analysts, etc. TFS Web Access will be better solution - in this scenario, they do not need Team Explorer on their workstations. Anyhow, for reporting Team Explorer is pretty useless...

But one question every one have that is....

How can we get the TFS web access with out having the team explorer?
check in my next posting