Skip to content
Praveen Nair's CTO Blog

NinethSense oWnZ mE!

  • Home
  • CTO Dictionary
  • Home
  • CTO Dictionary
  • Code - Technology

    Why .NET 5.0 and not .NET Core 5.0? And, where is .NET (core) 4.0?

    November 25, 2020 - By Praveen Nair

    Note the point… .NET 5.0 is the next major release of .NET Core following 3.1. We named this new release .NET 5.0 instead of .NET Core 4.0 for two reasons: We skipped version numbers 4.x to avoid confusion with .NET Framework 4.x. We dropped “Core” from the name to emphasize that this is the main implementation of .NET going forward. .NET 5.0 supports more types of apps and more platforms than .NET Core or .NET Framework. ASP.NET Core 5.0 is based on .NET 5.0 but retains the name “Core” to avoid confusing it with ASP.NET MVC 5. Likewise, Entity Framework…

    Continue Reading
  • Architecture - Data - Data Science

    My article on “Modern Enterprise Data Management in Healthcare” is published in DataScience.Foundation

    October 19, 2020 - By Praveen Nair

    Read here – https://datascience.foundation/datatalk/modern-enterprise-data-management-in-healthcare

    Continue Reading
  • Technology

    Common API Styles

    September 26, 2020 - By Praveen Nair

    Screengrab from the APIAcademy API Developer certification content: More reading here: https://apiacademy.co/ebook-a-guide-to-rest-and-api-design/

    Continue Reading
  • Architecture - Business Intelligence - Cloud Computing - Data - Database - Technology

    Whitepaper on Modern Enterprise Data Management in Healthcare

    September 24, 2020 - By Praveen Nair

    Here is my attempt to create first draft of my whitepaper on Data Governance. Will be working on improving the version my missing elements soon. Read paper here : First page for preview:

    Continue Reading
  • Code

    Strong Password Generator in C#

    September 10, 2020 - By Praveen Nair

    This code snippets will let you auto-generate strong passwords. Look for the password rules in the inline comments in code

    Continue Reading
  • Code

    Upload/Download file to/fro MongoDB in Java

    August 28, 2020 - By Praveen Nair

    Continue Reading
  • Code

    Bookmark: Raise event from a WPF User control

    August 14, 2020 - By Praveen Nair

    This blog is just for sample code keeping. // UserControl1.xaml <UserControl x:Class=”WpfApp1.UserControl1″              xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation”              xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml”              xmlns:mc=”http://schemas.openxmlformats.org/markup-compatibility/2006″              xmlns:d=”http://schemas.microsoft.com/expression/blend/2008″              xmlns:local=”clr-namespace:WpfApp1″              mc:Ignorable=”d” Background=”Red” Height=”186.646″ Width=”411.693″>     <Grid>         <Button Content=”Button” HorizontalAlignment=”Left” Margin=”80,72,0,0″ VerticalAlignment=”Top” Width=”75″ Click=”Button_Click”/>     </Grid> </UserControl> // UserControl1.xaml.cs namespace WpfApp1 {     /// <summary>     /// Interaction logic for UserControl1.xaml     /// </summary>     public partial class UserControl1 : UserControl     {         public event EventHandler MyButtonClick;         public UserControl1()         {             InitializeComponent();         }         private void Button_Click(object sender, RoutedEventArgs e)         {             this.MyButtonClick(this, new EventArgs());         }     } } //…

    Continue Reading
  • Articles - Code - Vlog

    Python Programming series in Malayalam–Part 3 | How computers think

    July 29, 2020 - By Praveen Nair

    Read the article here – https://www.janmabhumi.in/read/python-programming-part-3/ Watch video:

    Continue Reading
  • General - Technology

    I am Automation Anywhere Business Analyst Certified now!

    July 17, 2020 - By Praveen Nair

    Automation Anywhere is a developer of robotic process automation software, which employs software bots to complete processes. Verify my credential here.

    Continue Reading
  • Cloud Computing

    “Units” in Cloud Platforms and Services

    July 15, 2020 - By Praveen Nair

    When it comes to costing/pricing on cloud based platforms such as Azure or AWS, it is always a confusion especially for beginners what various units mean. Let us have a look at some such common unit terminologies. SKU – Stock Keeping Unit – A purchasable units in a platform. Ref – https://en.wikipedia.org/wiki/Stock_keeping_unit ACU – Azure Compute Unit – A unit used to compare compute performance across Azure SKUs. Ref – https://docs.microsoft.com/en-us/azure/virtual-machines/acu TU – Transaction Unit – Usually 10K transactions = 1 Transaction Unit DTU – Database Transaction Unit – Ref – https://docs.microsoft.com/en-us/azure/azure-sql/database/purchasing-models#understanding-dtus eDTU – elastic DTU – Ref – https://docs.microsoft.com/en-us/azure/azure-sql/database/purchasing-models#dtu-based-purchasing-model…

    Continue Reading
 Older Posts
Newer Posts 

Categories

  • AI/ML (33)
  • Architecture (21)
  • Articles (21)
  • Automation (6)
  • Bookmark (24)
  • Business Intelligence (10)
  • Cloud Computing (21)
  • Code (52)
  • CTO (2)
  • Data (11)
  • Data Science (5)
  • Database (10)
  • Enterprise Architecture (2)
  • Events (37)
  • General (36)
  • Personal (42)
  • Product Design (11)
  • Technology (64)
  • Tips & Tricks (3)
  • Videos (3)
  • Vlog (12)

Tags

.net Agile AI Angular API Architecture auzre AWS Azure Business Intelligence C# Certification Certified Cloud Community Developer Dotnet event groovy IBM java JavaScript K-MUG Leadership learning malayalam microservices Microsoft Monitor openai Orion php pmp Power Apps Power Automate Power BI Power Platform PowerShell project management python Scrum SharePoint SQL training ux

Pages

  • CTO Dictionary

Archives

  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • November 2024
  • September 2024
  • August 2024
  • July 2024
  • March 2024
  • February 2024
  • August 2023
  • July 2023
  • June 2023
  • March 2023
  • February 2023
  • January 2023
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • November 2019
  • October 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • November 2018
  • October 2018
  • September 2018
  • July 2018
  • June 2018
  • April 2018
  • March 2018
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
Graceful Theme by Optima Themes