• Cloud Computing
    AWS, Azure, AppFabric and other cloud offerings
  • Software Dev
  • App Architecture
  • Performance Tuning and Production Troubleshooting
  • OOP Lessons Learnt
  • Golf Tips for Beginners
    Golfing advice for amateurs (from someone who has had far too many golf lessons). Real world advice from someone who appreciates the common stumbling points in learning this challenging sport.
  • Special Theory of Relativity
Top Menu
  • Cloud Computing
  •   Google Cloud
  •   AWS
  •   Azure
  •   IAM
  •   IaaS
  •   DevOps
  •   Devops, Continuous Integration and Deployment
  • App Architecture
  •   OOP Lessons Learnt
  •   SOA Applications
  •   Web Applications
  •   Event Driven, CEP Applications
  •   Desktop Applications
  •   Networking Essentials
  •   Application Consolidation
  •   NoSQL
  • Docker
  •   kubernetes
  •   Containers
  • Security
  • Performance Tuning
  •   nHibernate
  •   IIS
  •   SQL Server
  • blockchain
  •   blockchain
  •   cryptocurrencies
  •   bitcoin
  •   Solidity
  • bitcoin
  • Programming
  •   Algorithms, Data Structures, Collections
  •   powershell
  •   C# - the language
  •   C# 3.0 +
  •   C# 4.0
  •   ASP.NET
  •   c# 4.5
  •   Cient Side - Javascript, AJAX, JQuery..
  •   java
  •   ASP.NET MVC
  •   PHP
  •   Source and Version Control
  •   WCF
  •   node.js
  •   iOS Development
  •   LINQ
  • Golf Tips
  •   Golf Setup, Stance and Posture
  •   Tournament Golf, The Mental Game
  •   The Full Golf Swing
  •   The Golf Hacker - Unconventional Tips and Techniques
  •   The Rules of Golf
  •   Practice Tips, Drills and Exercises
  •   Sports (Non Golf)
  • Leadership
  • Physics, Math
  •   Classical Physics
  •   Astrophysics
  •   Physics
  •   Atomic Physics
  •   Austin advanced physics meetup
  •   Quantum Computing
  •   Quantum Field Theories
  •   quantum mechanics
  •   quantum mechanics
  •   Fusion Math
  •   Math
  •   Math Paradoxes
  •   Computer Modeling
  •   Calculus, Real Analysis
  •   Geometry
  •   Complex Analysis
  •   Complex Variables
  •   Group Theory
  •   Special Theory of Relativity
  •   mechanics
  •   relativity
  •   cosmology
  •   Wave Mechanics
  •   Riddles
  •   Science Fiction
  • Diet, Health
  •   Common Health Issues and Remedies
  •   Ergonomics
  • Books
  • Windows, Devices
  •   Productivity Tips
  •   MS Office
  •   Wordpress, Windows Live Writer and Other Blogging Tools
  •   iTunes,iOS, iPhone,iPad etc.
  • Training
  •   AWS Certification – Dev Team Training
  •   Emerging Technology Seminar 2020 (CIOs, CTOs, Directors, VPs..)
  •   The Ultimate Technology Dev Team – 2020
  • Contact

Anuj Varma, Hands-On Technology Architect, Clean Air Activist

Production Grade Technical Solutions | Data Encryption and Public Cloud Expert

  • Cloud Computing
    AWS, Azure, AppFabric and other cloud offerings
    • Google Cloud
    • AWS
    • Azure
    • IAM
    • IaaS
    • DevOps
    • Devops, Continuous Integration and Deployment
  • App Architecture
    • OOP Lessons Learnt
    • SOA Applications
    • Web Applications
    • Event Driven, CEP Applications
    • Desktop Applications
    • Networking Essentials
    • Application Consolidation
    • NoSQL
  • Docker
    • kubernetes
    • Containers
  • Security
  • Performance Tuning
    Tips and tools for identifying (and addressing) performance bottlenecks.
    • nHibernate
    • IIS
    • SQL Server
  • blockchain
    • blockchain
    • cryptocurrencies
    • bitcoin
    • Solidity
  • bitcoin
  • Programming
    languages, platforms, Object Oriented observations, C#, OOP Patterns
    • Algorithms, Data Structures, Collections
    • powershell
    • C# – the language
    • C# 3.0 +
    • C# 4.0
    • ASP.NET
    • c# 4.5
    • Cient Side – Javascript, AJAX, JQuery..
    • java
    • ASP.NET MVC
    • PHP
    • Source and Version Control
    • WCF
    • node.js
    • iOS Development
    • LINQ
  • Golf Tips
    Golfing advice for amateurs (from someone who has had far too many golf lessons). Real world advice from someone who appreciates the common stumbling points in learning this challenging sport.
    • Golf Setup, Stance and Posture
    • Tournament Golf, The Mental Game
    • The Full Golf Swing
    • The Golf Hacker – Unconventional Tips and Techniques
    • The Rules of Golf
    • Practice Tips, Drills and Exercises
    • Sports (Non Golf)
  • Leadership
    observations on management and leadership
  • Physics, Math
    Interesting Physics and Math Stuff
    • Classical Physics
    • Astrophysics
    • Physics
    • Atomic Physics
    • Austin advanced physics meetup
    • Quantum Computing
    • Quantum Field Theories
    • quantum mechanics
    • quantum mechanics
    • Fusion Math
    • Math
    • Math Paradoxes
    • Computer Modeling
    • Calculus, Real Analysis
    • Geometry
    • Complex Analysis
    • Complex Variables
    • Group Theory
    • Special Theory of Relativity
    • mechanics
    • relativity
    • cosmology
    • Wave Mechanics
    • Riddles
    • Science Fiction
  • Diet, Health
    • Common Health Issues and Remedies
    • Ergonomics
  • Books
  • Windows, Devices
    • Productivity Tips
    • MS Office
    • WordPress, Windows Live Writer and Other Blogging Tools
    • iTunes,iOS, iPhone,iPad etc.
  • Training
    • AWS Certification – Dev Team Training
    • Emerging Technology Seminar 2020 (CIOs, CTOs, Directors, VPs..)
    • The Ultimate Technology Dev Team – 2020
  • Contact

Building Rapid, Testable Web-Forms–Introducing ASP.NET MVC

July 14, 2011 Building Rapid, Testable Web-Forms–Introducing ASP.NET MVC2011-07-14T22:43:29-05:00 ASP.NET
The goal of web-development is to build web-forms fast – and build web forms that are testable. There are currently two competing technologies for building web-forms – Classic (WebForms) –…
Continue Reading

Building Rapid, Testable Web-Forms–Hello World with ASP.NET MVC

July 14, 2011 Building Rapid, Testable Web-Forms–Hello World with ASP.NET MVC2011-07-14T22:44:04-05:00 ASP.NET
“Hello World” with MVC This is a simple hello world example with MVC, to help you build your first application step by ’ll create a web application with two additional…
Continue Reading

Building Rapid, Testable Web-Forms–Comparing the MVC Framework with ASP.NET WebForms

July 14, 2011 Building Rapid, Testable Web-Forms–Comparing the MVC Framework with ASP.NET WebForms2011-07-14T22:44:31-05:00 ASP.NET
Web Forms Web Application Advantages The old Web Forms framework is a mature framework that is being used in a lot of applications and web sites. The advantages of Web…
Continue Reading

Building Rapid, Testable Web-Forms– Conclusion

July 14, 2011 Building Rapid, Testable Web-Forms– Conclusion2012-04-12T20:32:55-05:00 ASP.NET
Conclusion If your application relies on rich user controls (either 3rd party or your own in-house controls), WebForms may be the best option. The reports of WebForms being un-testable are…
Continue Reading
  • Is Ethereum Deflationary?
  • Saving on coinbase sells and trades
  • Mass Shootings (4 or more injured/killed) per state per capita
  • ISO/IEC 27001 vs. NIST SP 800-171
  • Mass Shootings (including school shootings by State)

Featured Categories

  • Is Ethereum Deflationary?
    February 16, 2026 - No Comment
  • Saving on coinbase sells and trades
    February 5, 2026 - No Comment
  • Mass Shootings (4 or more injured/killed) per state per capita
    December 16, 2025 - No Comment
  • ISO/IEC 27001 vs. NIST SP 800-171
    December 16, 2025 - No Comment
  • Mass Shootings (including school shootings by State)
    December 13, 2025 - No Comment
  • Gun Violence – Increase regardless of presidency
    December 13, 2025 - No Comment
  • AES ciphertext length close to plaintext length – leakage
    December 2, 2025 - No Comment
  • AES 256 Ciphertext Length versus Input String length
    December 2, 2025 - No Comment
  • Running Sum of Randomly Generated Numbers
    November 27, 2025 - No Comment
  • JSON payload – security checklist
    November 26, 2025 - No Comment
  1. Getting bitcoind to accept https Requests - Anuj Varma, Hands-On Technology Architect, Clean Air Activist on Bitcoind Secure ConnectionsSeptember 30, 2025

    […] Also read Secure bitcoind connections […]

  2. How attackers can bypass CloudFlare - Anuj Varma, Hands-On Technology Architect, Clean Air Activist on CloudFlare and Server Side Whitelisting for CORSJuly 1, 2025

    […] Also read CloudFlare and CORs  Whitelisting […]

  3. Restricting CORS origin to a WHITELIST - Anuj Varma, Hands-On Technology Architect, Clean Air Activist on Preventing CORS – Server Explicitly Sets CORS Headers for an HTTP Request versus CloudFlareJune 18, 2025

    […] Also read – Preventing CORS […]

  4. Ronald Ross on The Magic of the Hands–Henry Cotton’s GeniusDecember 18, 2024

    bear back is the reason for training with the tyre

  5. Devarajan on Converting from DD-MM-YYYY to YYYY only in excelApril 25, 2024

    Thank you very much for this useful tip.

Copyright © 2009 - AdverSite Web Holdings, Inc. All Rights Reserved. No content or part of this website may be copied or reproduced without the explicit permission of AdverSite Web Holdings, Inc.