• Home

  • Talks Academy

  • SHE

  • About Us

  • Blogs & Articles

  • Videos

  • Conferences

    • Dotnet Learner House Swamy
    • Talks with viswanatha Swamy
    • Talks with Aroh Shukla
    • Talks with Priyanka Shah
    • Talks with Shubham Dumbre
    • Global Power Platform Bootcamp 2022
    • Global AI Back Together 2021
    • Azure Community Bootcamp
    • Scope DTI
    • LightUp Conference
  • Events

  • Our Services

  • Contact Us

  • More

    Use tab to navigate through the menu items.
    logocrop.jpg
    • Facebook Social Icon
    • Twitter Social Icon
    • YouTube Social  Icon
    • LinkedIn Social Icon
    • Instagram Social Icon
    • All Posts
    • SQL
    • SharePoint
    • .NET
    • Active Directory
    • ADO.NET
    • Agile Development
    • AJAX
    • Alexa Skills
    • Algorithms in C#
    • Android
    • Angular
    • AI
    • ASP.NET
    • Augmented Reality
    • AWS
    • Azure
    • Big Data
    • BizTalk Server
    • Blockchain
    • Bootstrap
    • Bots
    • C#
    • C, C++
    • Cloud
    • Cyber Security
    • Cognitive Services
    • Data Mining
    • Data Analytics
    • Databases
    • DevOps
    Search
    Write a Python program to repeat specific Characters in String
    The Tech Platform
    • 4 days ago
    • 1 min

    Write a Python program to repeat specific Characters in String

    To Repeat all the Characters string = "thetechplatform" n = 2 repeated_characters = ''.join([character*n for character in string])...
    Write a Program to convert the temperature in C++
    The Tech Platform
    • 5 days ago
    • 1 min

    Write a Program to convert the temperature in C++

    Algorithm: Temperature Conversion This algorithm inputs a temperature in Fahrenheit and converts into centigrade. Start Input Temperature...
    The Factory Design Pattern
    The Tech Platform
    • Jun 20
    • 3 min

    The Factory Design Pattern

    Suppose you’re building a travel management app. Your first version can only handle car travel, so the majority of your code lives in the...
    Write a Program to Convert Number to Words in Python
    The Tech Platform
    • Jun 14
    • 2 min

    Write a Program to Convert Number to Words in Python

    Example 1, we are going to convert a number to its wording. For instance, if the number is 12, the wordings will be “one-two”. A similar...
    Program to check if a variable is undefined or null in JavaScript
    The Tech Platform
    • Jun 14
    • 1 min

    Program to check if a variable is undefined or null in JavaScript

    You can easily check if a variable Is Null or Undefined in JavaScript by applying if-else condition to the given variable. Syntax:...
    What is "__Name__" in Python?
    The Tech Platform
    • Jun 13
    • 2 min

    What is "__Name__" in Python?

    "__name__" is a built-in variable in python that stores the name of the current module/script being executed. If the current module is...
    Why to Choose Golang Programming Language?
    The Tech Platform
    • Jun 13
    • 5 min

    Why to Choose Golang Programming Language?

    Go is a procedural programming language. It was developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched...
    Write a program to Check if a Value exists in an Enum in TypeScript
    The Tech Platform
    • Jun 8
    • 2 min

    Write a program to Check if a Value exists in an Enum in TypeScript

    Enums or enumerations are a new data type supported in TypeScript. Most object-oriented languages like Java and C# use enums. This is now...
    What is Impersonation ASP.NET?
    The Tech Platform
    • Jun 8
    • 2 min

    What is Impersonation ASP.NET?

    Impersonation is a process of temporarily assuming the identity of another Windows account. This process does not give you the ability to...
    Can “x !== x” Return True in JavaScript?
    The Tech Platform
    • Jun 7
    • 2 min

    Can “x !== x” Return True in JavaScript?

    JavaScript is a lightweight, interpreted programming language. It is designed for creating network-centric applications. It is...
    How to handle 404 errors in ASP.NET Core MVC
    The Tech Platform
    • May 30
    • 4 min

    How to handle 404 errors in ASP.NET Core MVC

    ASP.NET Core MVC is the .NET Core counterpart of the ASP.NET MVC framework for building cross-platform, scalable, high-performance web...
    .NET Core Best Practices
    The Tech Platform
    • May 28
    • 6 min

    .NET Core Best Practices

    .NET Core is a free, open-source, general-purpose development platform maintained by Microsoft. It is a cross-platform framework that...
    How to Create Executable Applications in Python
    The Tech Platform
    • May 26
    • 3 min

    How to Create Executable Applications in Python

    With auto-py-to-exe ,a project by Brent Vollebregt we can easily create our own executable Python applications. Underneath the GUI is...
    C# Convert Class
    The Tech Platform
    • May 26
    • 1 min

    C# Convert Class

    Convert class provides different methods to convert a base data type to another base data type. The base types supported by the Convert...
    Object Literals in JavaScript to write complex conditions?
    The Tech Platform
    • May 21
    • 2 min

    Object Literals in JavaScript to write complex conditions?

    A JavaScript object literal is a comma-separated list of name-value pairs wrapped in curly braces. Object literals encapsulate data,...
    Difference Between Const vs Readonly vs Static in C#
    The Tech Platform
    • May 21
    • 2 min

    Difference Between Const vs Readonly vs Static in C#

    Const: Constant fields or local variables must be assigned a value at the time of declaration and after that, they cannot be modified. By...
    How to add Image in Title bar in HTML?
    The Tech Platform
    • May 21
    • 1 min

    How to add Image in Title bar in HTML?

    The majority of websites add an icon or image logo in the title bar. The icon logo is also called a favicon. Favicon, which is also known...
    How to Find Missing Number in a Sorted Array in Java?
    The Tech Platform
    • May 20
    • 1 min

    How to Find Missing Number in a Sorted Array in Java?

    Tips to find the missing number in a sorted array: Find the sum of n number using formula n=n*(n+1)/2 Find the sum of elements present in...
    How to Find Highest Repeating Word from a File in Java?
    The Tech Platform
    • May 20
    • 3 min

    How to Find Highest Repeating Word from a File in Java?

    In this Tutorial we will Learn to find the duplicate word which has occurred a maximum number of times in a file. You can also print the...
    Calculate days between two dates in JavaScript
    The Tech Platform
    • Apr 25
    • 1 min

    Calculate days between two dates in JavaScript

    Sometimes we need to calculate the number of days between two dates. This can be done using the JavaScript programming language....
    1/2

    Share

    Share your knowledge

    Read More >

    Learn

    Learn from experts around the world

    Read More >

    Ask

    Ask if you have questions

    Read More >

    Contact US

    Here for you

    Read More >