dailydotnettips.com Open in urlscan Pro
198.71.233.96  Public Scan

Submitted URL: http://dailydotnettips.com/
Effective URL: https://dailydotnettips.com/
Submission: On June 07 via api from GB — Scanned from GB

Form analysis 4 forms found in the DOM

GET https://dailydotnettips.com/

<form id="searchform-mobile" method="get" action="https://dailydotnettips.com/">
  <input class="search-field" type="search" name="s" id="s" placeholder="Press enter to search …" autocomplete="off" value="" title="Search for:">
</form>

GET https://dailydotnettips.com/

<form id="searchform" method="get" action="https://dailydotnettips.com/">
  <input class="search-field" type="search" name="s" id="s" placeholder="Search for..." autocomplete="off" value="" title="Search for:">
  <button type="submit" id="search-submit">Search</button>
</form>

GET https://dailydotnettips.com/

<form method="get" class="searchform" action="https://dailydotnettips.com/">
  <input type="search" class="search-field field" placeholder="Search" value="" name="s" title="Search for:">
</form>

POST

<form method="post" class="mo-optin-form" id="agxuTPNqfm_lightbox_form" style="margin:0;"><a href="#" rel="moOptin:close" title="Close optin form" class="mo-optin-form-close-icon moEleganceModalclose" style=""></a>
  <h2 class="mo-optin-form-headline moElegance_header" style="color: #000000;font-family: Courgette, Helvetica, Arial, sans-serif; padding: 0;">Subscribe For your Daily Development Tips and Tricks&nbsp;</h2>
  <div class="mo-optin-form-description moElegance_description" style="color: #777777;font-family: 'Titillium Web', Helvetica, Arial, sans-serif;">
    <p>&nbsp;Best Tips &amp; Tricks on Microsoft Technology Platform&nbsp;</p>
  </div>
  <div class="mo-optin-error " style="">Invalid email address</div>
  <div class="mo-optin-fields-wrapper" style=""><input id="agxuTPNqfm_lightbox_name_field" class="mo-optin-field mo-optin-form-name-field moEleganceModal_input_fields"
      style="color: #000;height: auto;font-family: Palatino Linotype, Book Antiqua, serif;" type="text" placeholder="Enter your name here..." name="mo-name" autocomplete="on" value=""> <input id="agxuTPNqfm_lightbox_email_field"
      class="mo-optin-field mo-optin-form-email-field moEleganceModal_input_fields" style="color: #000;height: auto;font-family: Palatino Linotype, Book Antiqua, serif;" type="email" placeholder="Enter your email address here..." name="mo-email"
      autocomplete="on" value=""> <input id="agxuTPNqfm_lightbox_submit_button" class="mo-optin-form-submit-button moEleganceModal_button"
      style="background: #595959;color: #ffffff;height: auto;text-shadow: none;font-family: 'Titillium Web', Helvetica, Arial, sans-serif;" type="submit" value="Subscribe Now"> </div><input id="agxuTPNqfm_lightbox_cta_button"
    class="mo-optin-form-cta-button moEleganceModal_button" style="background: #2785C8;color: #ffffff;height: auto;text-shadow: none;font-family: 'Titillium Web', Helvetica, Arial, sans-serif;display: none;" type="submit" value="Take Action Now!">
  <div class="mo-optin-form-note moElegance_note" style="color: #000000;font-family: 'Titillium Web', Helvetica, Arial, sans-serif;"><span class="mo-note-content"><em>We promise not to spam you. You can unsubscribe at any time.</em></span></div>
  <input id="agxuTPNqfm_lightbox_honeypot_email_field" type="text" name="mo-hp-email" value="" style="display:none"><input id="agxuTPNqfm_lightbox_honeypot_website_field" type="text" name="mo-hp-website" value="" style="display:none">
</form>

Text Content

Close Menu

 * Visual Studio
   * Visual Studio Code
   * Debugging
 * Azure
   * Azure Portal
   * Application Insights
   * Azure DevOps
   * Azure Services
   * Azure Bot Service
 * C#
 * .NET FAQ’s
   * How To
 * Contact
   * Get In Touch
   * Collaborate
 * About

 * Visual Studio
   * Visual Studio Code
   * Debugging
 * Azure
   * Azure Portal
   * Application Insights
   * Azure DevOps
   * Azure Services
   * Azure Bot Service
 * C#
 * .NET FAQ’s
   * How To
 * Contact
   * Get In Touch
   * Collaborate
 * About

 * Twitter
 * Youtube
 * Facebook
 * LinkedIn




5 AZURE LEARNING RESOURCES REFERENCES TO FOLLOW

Abhijit Jana4 years agoAzure


10 AZURE PORTAL TIPS & TRICKS THAT YOU SHOULD KNOW

Abhijit Jana4 years agoAzure


10 VISUAL STUDIO TIPS TO IMPROVE YOUR DEVELOPMENT PRODUCTIVITY

Abhijit Jana6 years agoVisual Studio


LEARN AZURE AI & ML SERVICES – USING MIND MAP

Abhijit Jana6 days ago


ADDING DIAGRAMS AND VISUALIZATIONS IN YOUR AZURE DEVOPS WIKI USING MERMAID

Abhijit Jana2 months ago


USING TEMPORARY BREAKPOINT IN VISUAL STUDIO 2022

Abhijit Jana4 months ago


FAST TRACK DEBUGGING USING DEPENDENT BREAKPOINT IN VISUAL STUDIO 2022

Abhijit Jana4 months ago


AZURE


INTEGRATE AZURE HEALTH BOT WITH APPLICATION INSIGHTS

Abhijit Jana11 months ago

This post will learn how to integrate Azure Health Bot with Application Insights
and capture the custom telemetry. Microsoft Azure…


ACCESSING TELEMETRY AND ANALYTICS FOR YOUR AZURE HEALTH BOT

Abhijit Jana11 months ago

The Azure Health Bot Services allows us to build a bot with a predefined set of
data and build bots. Microsoft Azure…


REVIEWING AUDIT TRAILS FOR AZURE HEALTH BOT

Abhijit Jana11 months ago

The Azure Health Bot Services allows us to build a bot with a predefined set of
data and build bots. With the…


DISTRIBUTE AZURE HEALTH CHATBOT USING MICROSOFT TEAMS APPS

Abhijit Jana1 year ago

Microsoft Azure Bot Services provide us a managed, highly scaled platform for
developing intelligent, enterprise-grade chatbots. Microsoft Azure Health
Chatbot abstracted…


.NET FAQS


BACK TO BASICS – WHAT IS THE DIFFERENCE BETWEEN REF AND OUT KEYWORD IN C#?

Abhijit Jana5 years ago

Continuing with the Back to Basics series, here is another common and frequently
asked question. What is the difference between…


BACK TO BASICS – WHAT IS THE DIFFERENCE BETWEEN CONST AND READONLY IN C#?

Abhijit Jana5 years ago

Continuing with the Back to Basics series, here is another common and quite
confusing question. What is read-only and constant…


BACK TO BASICS – HOW TO ITERATE THOUGH AN ENUMERATION (ENUM) IN C# ?

Abhijit Jana5 years ago

The enum type is one of the common features that we used during almost every
implementation. While the declarations and…


BACK TO BASICS : DIFFERENCE BETWEEN INT.PARSE() AND INT.TRYPARSE()

Abhijit Jana6 years ago

What is the difference between int.Parse() and int.TryParse() ? Or how the
int.parse() is differ from int.TryParse() ? – yet…


HOW TO IDENTIFY THE PROJECT DEPENDENCIES IN VISUAL STUDIO ?

Abhijit Jana7 years ago

In the previous post you have seen the difference between Build and Rebuild
solution in Visual Studio and how things…


BACK TO BASICS – BUILDING SOLUTIONS IN VISUAL STUDIO – BUILD VS. REBUILD

Abhijit Jana7 years ago

“Build Solution” and “Rebuild Solution” are the most commonly used features in
Visual Studio.  As a developer you writes code,…


LATEST TIPS AND TRICKS


LEARN AZURE AI & ML SERVICES – USING MIND MAP

Abhijit Jana6 days ago


ADDING DIAGRAMS AND VISUALIZATIONS IN YOUR AZURE DEVOPS WIKI USING MERMAID

Abhijit Jana2 months ago


USING TEMPORARY BREAKPOINT IN VISUAL STUDIO 2022

Abhijit Jana4 months ago


FAST TRACK DEBUGGING USING DEPENDENT BREAKPOINT IN VISUAL STUDIO 2022

Abhijit Jana4 months ago


DID YOU KNOW – YOU CAN NOW AUTOSAVE FILES IN VISUAL STUDIO 2022?

Abhijit Jana4 months ago


INTEGRATE AZURE HEALTH BOT WITH APPLICATION INSIGHTS

Abhijit Jana11 months ago


MORE TIPS & TRICKS


LEARN AZURE AI & ML SERVICES – USING MIND MAP

Abhijit Jana6 days ago

Learn complete 360-degree views of Azure AI and ML Services offering using
Mindmap. Key Areas Covers : Applied AI Services…


ADDING DIAGRAMS AND VISUALIZATIONS IN YOUR AZURE DEVOPS WIKI USING MERMAID

Abhijit Jana2 months ago

Every Azure DevOps Team Project supports a wiki that helps share information
across teams and project documentation and enables more accessible
collaboration…


USING TEMPORARY BREAKPOINT IN VISUAL STUDIO 2022

Abhijit Jana4 months ago

Temporary breakpoint in Visual Studio 2022 allows you to set a breakpoint that
will hit only once. Once hit, Visual Studio…


FAST TRACK DEBUGGING USING DEPENDENT BREAKPOINT IN VISUAL STUDIO 2022

Abhijit Jana4 months ago

You can Fast track Debugging using Dependent Breakpoint in Visual Studio 2022. A
breakpoint notifies the Visual Studio debugger where…


DID YOU KNOW – YOU CAN NOW AUTOSAVE FILES IN VISUAL STUDIO 2022?

Abhijit Jana4 months ago

Visual Studio 2022 now has Autosave features that automatically save files when
Visual Studio is in the background. We can…


INTEGRATE AZURE HEALTH BOT WITH APPLICATION INSIGHTS

Abhijit Jana11 months ago

This post will learn how to integrate Azure Health Bot with Application Insights
and capture the custom telemetry. Microsoft Azure…


ACCESSING TELEMETRY AND ANALYTICS FOR YOUR AZURE HEALTH BOT

Abhijit Jana11 months ago

The Azure Health Bot Services allows us to build a bot with a predefined set of
data and build bots. Microsoft Azure…


REVIEWING AUDIT TRAILS FOR AZURE HEALTH BOT

Abhijit Jana11 months ago

The Azure Health Bot Services allows us to build a bot with a predefined set of
data and build bots. With the…




Your Daily Development Productivity Tips & Tricks. A single tip can improve the
productivity of your work while coding. Learn Tips and Trick for Development and
stay ahead of the game.


CONTACT

If you have any query, suggestions or corrections, sponsorship / advertisement
inquiry feel free to send an email to contact@dailydotnettips.com


OUR SOCIAL

 * 
 * 
 * 
 * 


SEARCH OUR SITE

Search

© Copyright 2021 Daily .NET Tips





SUBSCRIBE FOR YOUR DAILY DEVELOPMENT TIPS AND TRICKS 

 Best Tips & Tricks on Microsoft Technology Platform 

Invalid email address

We promise not to spam you. You can unsubscribe at any time.

Thanks for subscribing!


Thank you for visiting. You can now buy me a coffee!

We'd like to show you notifications for the latest news and updates.


AllowCancel