Posts

Showing posts from 2016

అమ్మ..

అమ్మ.. అమ్మ ఓ అనుభూతి ఓ నిజం అమ్మ ఓ దేరాం ఓ అనురాగం అమ్మ ఓ శాంతి ఓ సహనం అమ్మ ఓ జీవితం ఓ జ్ఞానం అమ్మ ఓ గురువు ఓ గమ్యం అమ్మ ఓ మమకారం ఓ సంస్కారం అమ్మ ఓ ఆశ ఓ విజయం అమ్మ ఓ స్ఫూర్తి ఓ సహకారం అమ్మ ఓ ధ్యానం ఓ మార్గం అమ్మ ఓ శక్తీ ఓ ఉనికి అమ్మ ఓ కరుణ ఓ వాత్సల్యం అమ్మ ఓ ఆప్యాయత ఓ అపురూపం అమ్మ ఓ ప్రేమ ఓ పాశం అమ్మ ఓ ఐశ్వర్యం ఓ భోగం అమ్మ ఓ గెలుపు ఓ కీర్తి అమ్మ ఓ దైవం ఓ హితం అమ్మ అనంత సృష్టికి మూలం - శ్రీ ( శ్రీనివాస్ జి. )

My writings in Telugu

Sunday, December 4, 2016 Ea Samajam lo vunnam ?? - My writing. A mmatananni kooda arthanagnam ga choopistunna vyapara samajam lo vunnam.  V ydhyam konukkoleka jabbu to kaka dabbuleka chachhipoye samajam lo vunnam.  M anishini manishi ga choodani gauravinchani samajam lo vunnam. A akali vundi thindi leka annivunna tinaleka jeevistunna samajam lo vunnam. E m avudhamani chaduvukunnam em panichestunnam Jeetham kosame jeevitham anna samajam lo vunnam.  A adadhani ke kaka pasibiddala manalaki bhadratha leni samajam lo vunnam.  P ellikimundhu sambhogam tappukaadhani sootiga cheppe sthrimurthulu kalgina samajam lo vunnam. K aasulu kosam kasai vydhyulu vunna mosapooritha samajam lo vunnam. P anchabhoothalu andhariki okkate iena Neellu kosam kottuku chachhe samajam lo vunnam.  R amayanam mahabharatham Bhagavatham  anni kathale antu vatilovunna dharmanni grahinchaka goppaga maatlade athi goppa samajam lo vunnam.  E adhi sontham kaadhani telusu antha midhyani ani tel

Ea Samajam lo vunnam ?? - My writing.

A mmatananni kooda arthanagnam ga choopistunna vyapara samajam lo vunnam.  V ydhyam konukkoleka jabbu to kaka dabbuleka chachhipoye samajam lo vunnam.  M anishini manishi ga choodani gauravinchani samajam lo vunnam. A akali vundi thindi leka annivunna tinaleka jeevistunna samajam lo vunnam. E m avudhamani chaduvukunnam em panichestunnam Jeetham kosame jeevitham anna samajam lo vunnam.  A adadhani ke kaka pasibiddala manalaki bhadratha leni samajam lo vunnam.  P ellikimundhu sambhogam tappukaadhani sootiga cheppe sthrimurthulu kalgina samajam lo vunnam. K aasulu kosam kasai vydhyulu vunna mosapooritha samajam lo vunnam. P anchabhoothalu andhariki okkate iena Neellu kosam kottuku chachhe samajam lo vunnam.  R amayanam mahabharatham Bhagavatham  anni kathale antu vatilovunna dharmanni grahinchaka goppaga maatlade athi goppa samajam lo vunnam.  E adhi sontham kaadhani telusu antha midhyani ani telusu ina anni naave naake anukune swardhapoorithamyna samajam lo vunnam. 

Cloud strategies from leader

OpenCloud Enterprise Architecture Multi-tenancy Billing Management and License Management Usage Reporting Threshold Management Middleware (BizTalk/Service Bus), BPM, Workflow, Rules Engine, In-Memory database, EA tools etc. Scheduling as a Service, Reporting as a Service, Analytics as a Service Storage strategy IAAS integration strategy & Capacity planning Security integration Strategy DR, Availability, Scalability, Elasticity Simian Army Public facing applications cloud strategy Self Service Strategy & Automation Strategy Provisioning – pay per use, Cloud platform production support Deployment, DevOps, Lower environments and related strategy Network Strategy, Network Isolation strategy Data Center Strategy Database as a Service strategy – Integration strategy Performance Management, Latency Benchmarking PAAS Upgrade strategy, Back up and recovery strategy, PAAS maintenance windows Virtualization strategy Re-Engineering strategy App. Rationalization

Code Contracts in C#

Code contracts introduced in .NET Framework 4.0 is a useful but underutilized feature. It enables a developer to publish various conditions that are necessary within an application. There is a   concept called  Design by contract  where you can  define pre-conditions, post-conditions, and invariants on class methods. The basic idea was for a method to define a contract which states conditions that must be true  when the method gets called . This is also called as preconditions. The method must also define conditions that must be true  when it finishes execution . This is called as postconditions. The method can also define conditions that should remain true  while the program is running . This is called as invariants. .NET 4.5 introduces a new feature in Code Contracts called as abbreviations. Abbreviations are useful in scenarios where some contracts are required repeatedly. So if a method contains multiple contracts, just decorate that method with the  ContractAbbreviator  attri

Types of s/w licenses

Hi Guys, When we work with any application(s), it  may have license, sometimes tools are of freeware with no license. To my knowledge, here are few types of license that are common. 1. Concurrent Licenses - Licenses that can be installed on any number of machines but can be used on a limited number of machines at any given point 2. Developer License -  Software that needs to be licensed by developer and the redistributable components can be deployed to any number of client/servers. 3. Evaluation - Trial license which may come with limited functionality or for a definite period of time 4. Free License - License that is available for free. 5. GNU License – General Public License is a free software license ensuring that the rights are preserved even when the software is copylefted. 6. OEM (Original Equipment Manufacturers) - Software license that accompanies hardware 7. Site License -  Software that is licensed to a site.  The definition of the site can vary by vendor – physical

Web applications Vs Web sites

When to use Web applications and Web sites. Courtesy: MSDN Scenarios in which Web application projects are the preferred choice include the following: You want to be able to use the  Edit and Continue  feature of the Visual Studio debugger. You want to run unit tests on code that is in the class files that are associated with ASP.NET pages. You want to refer to the classes that are associated with pages and user controls from standalone classes. You want to establish project dependencies between multiple Web projects. You want the compiler to create a single assembly for the entire site. You want control over the assembly name and version number that is generated for the site. You want to use MSBuild or Team Build to compile the project. For example, you might want to add pre-build and post-build steps. You want to avoid putting source code on a production server. You want to use the automated deployment tools that are available in Visual Studio 2010.