Sibeesh Passion

Top Menu

  • Home
  • Search
  • About
  • Privacy Policy

Main Menu

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Home
  • Search
  • About
  • Privacy Policy

logo

Sibeesh Passion

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment

  • Build, Deploy, Configure CI &CD Your Static Website in 5 mins

  • Post Messages to Microsoft Teams Using Python

  • Get Azure Blob Storage Blob Metadata Using PowerShell

  • Deploy .net 6 App to Azure from Azure DevOps using Pipelines

Author: SibeeshVenu

Home›Author: SibeeshVenu (Page 38)

SibeeshVenu

I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer.

  • .NETC#Code Snippets
    By SibeeshVenu
    May 31, 2015
    985
    0

    Check a string is number or not in C#

    Check a string is number or not in C# [csharp] double result; bool isNumeric = double.TryParse(rdr[i].ToString(), out result); [/csharp] Here rdr[i].ToString() is my string to be ...
    Read More
  • .NETC#Code Snippets
    By SibeeshVenu
    May 31, 2015
    888
    0

    How to trim that last occurrence of a character in C#

    How to trim that last occurrence of a character in C# The below example will show you how to do that:) [csharp] string str = "www.sibeeshpassion.com|"; ...
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    784
    0

    Make a check box is checked in JQuery

    Make a check box is checked in JQuery. [js] $("#mapEnableLegend").prop(‘checked’,true); [/js] Here mapEnableLegend is my check box ID
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    736
    0

    Check Whether a check box is checked or not in JQuery

    Check Whether a check box is checked or not in JQuery [js] $("#mapEnableLegend").prop(‘checked’) [/js] Here mapEnableLegend is my check box, the above code will return true, ...
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    1115
    0

    Find object length in jquery

    Consider below is my Json Object, now I need to know the length of this object. In array we can use the length property, but for ...
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    642
    0

    How to use css property in JQuery

    How to use css property in JQuery. [js] $("#main").css({‘width’: ‘99.5%’}); [/js] Here main is my UI element, Here I am assigning width as 99.5%
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    665
    0

    Find and set checked true and call click event dynamically

    Find and set checked true and call click event dynamically. [js] var liIndex = 6; $(".containerul li:nth-child(" + liIndex + ")").find(".boxcheckbox").prop(‘checked’, true); $(".containerul li:nth-child(" + liIndex ...
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    813
    0

    Disable a check box in jQuery

    Disable a check box in jQuery [js] $("#myChk").attr("disabled", true); [/js] Here myChk is my check box.
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    741
    0

    How to add a css class to an element in JQuery

    How to add a css class to an element in JQuery [js] $("#myElement").addClass(‘myClass’); [/js]
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    761
    0

    How to check an element has particular css class or not

    How to check an element has particular css class or not. [js] if ($(‘#myElem’).hasClass(‘myClass’)) { alert(‘Has class’); } [/js]
    Read More
1 … 36 37 38 39 40 … 45

My book

Asp Net Core and Azure with Raspberry Pi Sibeesh Venu

YouTube

Microsoft MVP (2026-2022)

profile for Sibeesh Venu - Microsoft MVP

Recent Posts

  • React Native Android Release with Azure DevOps and Google Play Store
  • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment
  • Build, Deploy, Configure CI &CD Your Static Website in 5 mins
  • Easily move data from one COSMOS DB to another
  • .NET 8 New and Efficient Way to Check IP is in Given IP Range
  • Async Client IP safelist for Dot NET
  • Post Messages to Microsoft Teams Using Python
  • Get Azure Blob Storage Blob Metadata Using PowerShell
  • Deploy .net 6 App to Azure from Azure DevOps using Pipelines
  • Integrate Azure App Insights in 1 Minute to .Net6 Application

Tags

Achievements (35) Angular (14) Angular 5 (7) Angular JS (15) article (10) Article Of The Day (13) Asp.Net (14) Azure (65) Azure DevOps (10) Azure Function (10) Azure IoT (7) C# (17) c-sharp corner (13) Career Advice (11) chart (11) CSharp (7) CSS (7) CSS3 (6) HighChart (10) How To (9) HTML5 (10) HTML5 Chart (11) Interview (6) IoT (11) Javascript (10) JQuery (82) jquery functions (9) JQWidgets (15) JQX Grid (17) Json (7) Microsoft (8) MVC (20) MVP (9) MXChip (7) News (18) Office 365 (7) Products (10) SQL (20) SQL Server (15) Visual Studio (10) Visual Studio 2017 (7) VS2017 (7) Web API (12) Windows 10 (7) Wordpress (9)

ABOUT ME

I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer. If you would like to know more about me, you can read my story here.

Contact Me

  • info@sibeeshpassion.com

Pages

  • About
  • Search
  • Privacy Policy
  • About
  • Search
  • Privacy Policy
© Copyright Sibeesh Passion 2014-2025. All Rights Reserved.