 <!DOCTYPE html>
		<html
			class="layout layout-sidecar-left    page-template-tag  default-focus"
			lang="en-us"
			dir="ltr"
			data-authenticated="false"
			data-auth-status-determined="false"
			data-target="docs"
			x-ms-format-detection="none"
		>
			
		<head>
			<title>Developer technologies - Microsoft Q&amp;A</title>
			<meta charset="utf-8" />
			<meta name="viewport" content="width=device-width, initial-scale=1.0" />
			<meta name="color-scheme" content="light dark" />

			<meta name="description" content="A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms." />
			<link rel="canonical" href="https://learn.microsoft.com/en-us/answers/tags/828/developer-technologies" /> 

			<!-- Non-customizable open graph and sharing-related metadata -->
			<meta name="twitter:card" content="summary_large_image" />
			<meta name="twitter:site" content="@MicrosoftLearn" />
			<meta property="og:type" content="website" />
			<meta property="og:image:alt" content="Microsoft Learn" />
			<meta property="og:image" content="https://learn.microsoft.com/en-us/media/open-graph-image.png" />
			<!-- Page specific open graph and sharing-related metadata -->
			<meta property="og:title" content="Developer technologies - Microsoft Q&amp;A" />
			<meta property="og:url" content="https://learn.microsoft.com/en-us/answers/tags/828/developer-technologies" />
			<meta property="og:description" content="A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms." />
			 
			<meta name="locale" content="en-us" />
			 
			<meta name="uhfHeaderId" content="answersv2" />

			<meta name="page_type" content="QnA" />

			<!--page specific meta tags-->
			

			<!-- custom meta tags -->
			 

			<script id="atlas-layout-preferences">
				(function () {
			try {
				var state = JSON.parse(localStorage.getItem('atlas-layout-preferences') || '{}');
				var view = state["Tag"] || {};
				var excludesKey = "";
				var blocked = {};
				if (excludesKey) {
					var exclusions = JSON.parse(localStorage.getItem('atlas-layout-exclusions') || '{}');
					if (Object.prototype.hasOwnProperty.call(exclusions, excludesKey)) {
						var scoped = exclusions[excludesKey];
						if (scoped) {
							if (typeof scoped === 'object') blocked = scoped;
						}
					}
				}
				var html = document.documentElement;
				for (var c in view) {
					if (Object.prototype.hasOwnProperty.call(blocked, c)) continue;
					if (view[c]) html.classList.add(c);
					else html.classList.remove(c);
				}
			} catch (e) {}
		})();;
			</script>

			<!-- assets and js globals -->
			
			<link rel="stylesheet" href="/static/assets/0.4.03441.7899-5b334d58/styles/site.css" />
			
			<script src="https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js"></script>
			<script src="https://js.monitor.azure.com/scripts/c/ms.jsll-4.min.js"></script>
			<script src="/_themes/docs.theme/master/en-us/_themes/global/deprecation.js"></script>

			<!-- msdocs global object -->
			<script id="msdocs-script">
		var msDocs = {
  "environment": {
    "accessLevel": "online",
    "azurePortalHostname": "portal.azure.com",
    "reviewFeatures": false,
    "supportLevel": "production",
    "systemContent": true,
    "siteName": "learn",
    "legacyHosting": false
  },
  "data": {
    "contentLocale": "en-us",
    "contentDir": "ltr",
    "userLocale": "en-us",
    "userDir": "ltr",
    "pageTemplate": "Tag",
    "layoutStateStorageKey": "Tag",
    "brand": "",
    "context": {},
    "standardFeedback": false,
    "showFeedbackReport": false,
    "feedbackHelpLinkType": "",
    "feedbackHelpLinkUrl": "",
    "feedbackSystem": "",
    "feedbackGitHubRepo": "",
    "feedbackProductUrl": "",
    "extendBreadcrumb": false,
    "isEditDisplayable": false,
    "isPrivateUnauthorized": false,
    "hideViewSource": false,
    "isPermissioned": false,
    "hasRecommendations": false,
    "contributors": []
  },
  "functions": {}
};;
	</script>

			<!-- base scripts, msdocs global should be before this -->
			
				<script src="/static/assets/0.4.03441.7899-5b334d58/scripts/en-us/index-critical-qna.js"></script>
				<script defer src="/static/assets/0.4.03441.7899-5b334d58/scripts/en-us/index-qna.js"></script>
			
			

			<!-- json-ld -->
			
		</head>
	
			<body
				id="body"
				data-bi-name="body"
				class="layout-body "
				lang="en-us"
				dir="ltr"
			>
				<header class="layout-body-header background-color-body-medium">
		<div class="header-holder has-default-focus">
			
		<a
			href="#main"
			
			style="z-index: 1070"
			class="outline-color-text visually-hidden-until-focused position-fixed inner-focus focus-visible top-0 left-0 right-0 padding-xs text-align-center background-color-body"
			
		>
			Skip to main content
		</a>
	

			<div hidden id="cookie-consent-holder" data-test-id="cookie-consent-container"></div>
			<!-- Unsupported browser warning -->
			<div
				id="unsupported-browser"
				style="background-color: white; color: black; padding: 16px; border-bottom: 1px solid grey;"
				hidden
			>
				<div style="max-width: 800px; margin: 0 auto;">
					<p style="font-size: 24px">This browser is no longer supported.</p>
					<p style="font-size: 16px; margin-top: 16px;">
						Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
					</p>
					<div style="margin-top: 12px;">
						<a
							href="https://go.microsoft.com/fwlink/p/?LinkID=2092881 "
							style="background-color: #0078d4; border: 1px solid #0078d4; color: white; padding: 6px 12px; border-radius: 2px; display: inline-block;"
						>
							Download Microsoft Edge
						</a>
						<a
							href="https://learn.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge"
							style="background-color: white; padding: 6px 12px; border: 1px solid #505050; color: #171717; border-radius: 2px; display: inline-block;"
						>
							More info about Internet Explorer and Microsoft Edge
						</a>
					</div>
				</div>
			</div>
			<!-- site header -->
			<div
				id="ms--site-header"
				data-test-id="site-header-wrapper"
				itemscope="itemscope"
				itemtype="http://schema.org/Organization"
			>
				<div
					id="ms--mobile-nav"
					class="site-header display-none-tablet padding-inline-none gap-none"
					data-bi-name="mobile-header"
					data-test-id="mobile-header"
				></div>
				<div
					id="ms--primary-nav"
					class="site-header display-none display-flex-tablet"
					data-bi-name="L1-header"
					data-test-id="primary-header"
				></div>
				<div
					id="ms--secondary-nav"
					class="site-header display-none display-flex-tablet"
					data-bi-name="L2-header"
					data-test-id="secondary-header"
					
				></div>
			</div>
			
		<!-- banner -->
		<div data-banner>
			<div id="disclaimer-holder"></div>
			
		</div>
		<!-- banner end -->
	
		</div>
	</header>
				<section
					id="layout-body-hero"
					class="layout-body-hero "
					data-bi-name="hero"
			  >
					
		<section
			id=tags-hero
			data-bi-name=tags-hero
			data-test-id=tags-hero
			class="hero hero-image hero-xs background-color-body-accent gradient-border-right gradient-border-body-accent"
			style="--hero-background-image-light: url(/en-us/media/qna/hero/hero-tags-light.jpg?branch=main); --hero-background-image-dark: url(/en-us/media/qna/hero/hero-tags-dark.jpg?branch=main);"
		>
			<div class="hero-content">
		<div class="display-flex">
			
			<div>
				<p class="font-size-xs letter-spacing-wide text-transform-uppercase">
					Microsoft Q&amp;A
				</p>
				<h1
					class="title is-2 font-weight-semibold"
					id="tagHeading"
					data-tag-id="aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BTW9kZWwvNzg0ODhiMGItZDVjYS00NzZmLTk4ZmEtMThkNDU2MWI0NGE4"
				>
					Developer technologies
				</h1>
				<p>55,960 questions</p>
				<p class="margin-top-xxs">A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.</p>
				<div class="buttons margin-top-xs">
					
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BTW9kZWwvNzg0ODhiMGItZDVjYS00NzZmLTk4ZmEtMThkNDU2MWI0NGE4"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BTW9kZWwvNzg0ODhiMGItZDVjYS00NzZmLTk4ZmEtMThkNDU2MWI0NGE4
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary "
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</div>
			
		</section>
	
			  </section> <section
					id="layout-body-menu"
					class="layout-body-menu border-right "
					data-bi-name="menu"
			  >
					
		<div class="layout-padding padding-top-xs">
			
		<div class="is-hidden-tablet margin-top-xxs">
			<button
				id="qna-mobile-filter-button"
				data-test-id="qna-mobile-filter-button"
				class="button button-clear border button-sm"
				data-bi-name="qna-mobile-filter-button"
			>
				<span class="icon" aria-hidden="true">
					<span class="docon docon-filter-settings"></span>
				</span>
				<span>Filters</span>
			</button>
		</div>
	
			
		<div
			class="is-hidden-mobile"
			data-bi-name="qna-filters"
			data-test-id="qna-tablet-filter-container"
		>
			<legend>
				<h2 class="title is-3">Filter</h2>
			</legend>
			<hr class="hr margin-block-xs" />
			<div class="margin-bottom-xs border-bottom qna-filters-container">
				<h3 id="ms--facet-heading-qna" class="title is-5 margin-bottom-xs">Content</h3>
				<div class="">
					<fieldset
						class="field control margin-bottom-xs"
						aria-labelledby=ms--facet-heading-qna
					>
						<div class="display-flex flex-direction-column">
		
		<a
			href="?filterby=null"
			class="radio text-decoration-none has-text-subtle margin-bottom-xxs padding-none "
			aria-current="page"
			data-test-id="answers-question-facet-null"
		>
			<div class="display-flex width-full">
				<div class="display-flex flex-grow-1">
					<span class="radio-dot is-checked" aria-hidden="true"></span>
					<span class="radio-label-text">All questions</span>
				</div>
				<div class="flex-shrink-0">
					<span class="badge badge-filled badge-sm badge-primary">
						56K
					</span>
				</div>
			</div>
		</a>
	
		<a
			href="?filterby=unanswered"
			class="radio text-decoration-none has-text-subtle margin-bottom-xxs padding-none "
			aria-current="false"
			data-test-id="answers-question-facet-unanswered"
		>
			<div class="display-flex width-full">
				<div class="display-flex flex-grow-1">
					<span class="radio-dot " aria-hidden="true"></span>
					<span class="radio-label-text">No answers</span>
				</div>
				<div class="flex-shrink-0">
					<span class="badge badge-filled badge-sm ">
						10.9K
					</span>
				</div>
			</div>
		</a>
	
		<a
			href="?filterby=answered"
			class="radio text-decoration-none has-text-subtle margin-bottom-xxs padding-none "
			aria-current="false"
			data-test-id="answers-question-facet-answered"
		>
			<div class="display-flex width-full">
				<div class="display-flex flex-grow-1">
					<span class="radio-dot " aria-hidden="true"></span>
					<span class="radio-label-text">Has answers</span>
				</div>
				<div class="flex-shrink-0">
					<span class="badge badge-filled badge-sm ">
						45K
					</span>
				</div>
			</div>
		</a>
	
		<a
			href="?filterby=withoutengagement"
			class="radio text-decoration-none has-text-subtle margin-bottom-xxs padding-none "
			aria-current="false"
			data-test-id="answers-question-facet-withoutengagement"
		>
			<div class="display-flex width-full">
				<div class="display-flex flex-grow-1">
					<span class="radio-dot " aria-hidden="true"></span>
					<span class="radio-label-text">No answers or comments</span>
				</div>
				<div class="flex-shrink-0">
					<span class="badge badge-filled badge-sm ">
						1.6K
					</span>
				</div>
			</div>
		</a>
	
		<a
			href="?filterby=withacceptedanswer"
			class="radio text-decoration-none has-text-subtle margin-bottom-xxs padding-none "
			aria-current="false"
			data-test-id="answers-question-facet-withacceptedanswer"
		>
			<div class="display-flex width-full">
				<div class="display-flex flex-grow-1">
					<span class="radio-dot " aria-hidden="true"></span>
					<span class="radio-label-text">With accepted answer</span>
				</div>
				<div class="flex-shrink-0">
					<span class="badge badge-filled badge-sm ">
						19.8K
					</span>
				</div>
			</div>
		</a>
	
		<a
			href="?filterby=withrecommendedanswer"
			class="radio text-decoration-none has-text-subtle margin-bottom-xxs padding-none "
			aria-current="false"
			data-test-id="answers-question-facet-withrecommendedanswer"
		>
			<div class="display-flex width-full">
				<div class="display-flex flex-grow-1">
					<span class="radio-dot " aria-hidden="true"></span>
					<span class="radio-label-text">With recommended answer</span>
				</div>
				<div class="flex-shrink-0">
					<span class="badge badge-filled badge-sm ">
						50
					</span>
				</div>
			</div>
		</a>
	
	</div>
					</fieldset>
				</div>
			</div>
		</div>
	
		</div>
	
			  </section>

				<main
					id="main"
					role="main"
					class="layout-body-main "
					data-bi-name="content"
					lang="en-us"
					dir="ltr"
				>
					
		<div
			class="layout-padding padding-top-xs"
			data-bi-name="qna-tag-page-content"
		>
			<div
				class="display-flex gap-xxs align-items-center justify-content-space-between flex-wrap-wrap margin-bottom-sm"
			>
				<h2 class="title is-6 margin-bottom-none">
					55,960 questions with Developer technologies-related tags
				</h2>

				
		<details class="popover popover-bottom">
			<summary class="button button-clear" data-test-id="sortby-popover-button">
				<span
					>Sort by: 
		<span class="has-text-primary font-weight-semibold">
			Updated
			<span class="icon" aria-hidden="true">
				<span class="expanded-indicator docon docon-chevron-down-light"></span>
			</span>
		</span></span
				>
			</summary>
			<div class="popover-content padding-none" data-test-id="sortby-menu">
				 <a
			aria-label="Sort by: Updated"
			class="button button-clear inner-focus button-block text-decoration-none justify-content-flex-start is-selected"
			aria-current=page
			href="?orderby=updatedat&amp;page=1"
			data-test-id="sortby-filter-link-updatedat"
			>Updated</a
		> <a
			aria-label="Sort by: Created"
			class="button button-clear inner-focus button-block text-decoration-none justify-content-flex-start "
			
			href="?orderby=createdat&amp;page=1"
			data-test-id="sortby-filter-link-createdat"
			>Created</a
		> <a
			aria-label="Sort by: Answers"
			class="button button-clear inner-focus button-block text-decoration-none justify-content-flex-start "
			
			href="?orderby=answercount&amp;page=1"
			data-test-id="sortby-filter-link-answercount"
			>Answers</a
		>
			</div>
		</details>
	
			</div>
			<!-- If results are 0, noResults() will show -->
			
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-filled badge-success"
									title="One of the answers was accepted by the question author."
								>
									
												<span class="icon" aria-hidden="true">
													<span class="docon docon-check-mark"></span>
												</span>
										  
									3 answers
									<span class="is-visually-hidden"
												>One of the answers was accepted by the question author.</span
										  >
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5909521/change-color-of-hebrew-cantillation-characters"> Change color of Hebrew cantillation characters </a>
								</h2>
								<p class="has-text-wrap">Word options (Advanced) allow me to change color of all diacritics. I would like to change all diacritics to green and then change cantillation marks to red. Cantillation marks are Hex 0591-05AE, or Dec 1425-1454. I wonder if this can be done by ctrl-H,…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-vba">
					<span>Developer technologies | Visual Basic for Applications</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-vba"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/397/developer-technologies-vba/"
			>
				Developer technologies | Visual Basic for Applications
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				An implementation of Visual Basic that is built into Microsoft products.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-vba"
						>
							1,636 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-vba"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMDU4OGQ4MjUtZGY3Mi00NDkyLThjMTktNjlhNDg5NGI5YWE4"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMDU4OGQ4MjUtZGY3Mi00NDkyLThjMTktNjlhNDg5NGI5YWE4
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-02T21:42:52.3833333+00:00" class="is-visually-hidden">2026-06-02T21:42:52.3833333+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(48, 25%, 14%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EJL%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=15fd2a5c-379c-481f-b40a-a667ed9ee42a"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									joe lewis
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">40</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							answered <local-time format="datetime" datetime="2026-06-09T13:24:08.3866667+00:00" class="is-visually-hidden">2026-06-09T13:24:08.3866667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(48, 25%, 14%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EJL%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=15fd2a5c-379c-481f-b40a-a667ed9ee42a"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									joe lewis
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">40</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									1 answer
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5873154/visual-studio-2026-extension-management-configurat"> Visual Studio 2026 Extension Management Configuration </a>
								</h2>
								<p class="has-text-wrap">I'm trying to configure Visual Studio 2026 via script to include in a GPO, that adds our internal Private Repository as the only available source of Extensions.
So far, my attempts to use the previous pkgdef method does not seem to work for VS 2026.
Does…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-vs-extensions">
					<span>Developer technologies | Visual Studio | Extensions</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-vs-extensions"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/327/developer-technologies-vs-extensions/"
			>
				Developer technologies | Visual Studio | Extensions
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				Add-on components that enhance and customize the Visual Studio integrated development environment
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-vs-extensions"
						>
							392 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-vs-extensions"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNjZmMjhkNDAtYjlmMC00NTVmLWE1NzgtNTFiYmU5NzdhMTAw"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNjZmMjhkNDAtYjlmMC00NTVmLWE1NzgtNTFiYmU5NzdhMTAw
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-04-27T20:57:43.56+00:00" class="is-visually-hidden">2026-04-27T20:57:43.56+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(220.8, 72%, 31%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EJS%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=fb697e2d-34b3-42c8-b597-44c845095405"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									James Scott Jr
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">10</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							commented <local-time format="datetime" datetime="2026-06-09T10:43:06.65+00:00" class="is-visually-hidden">2026-06-09T10:43:06.65+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(6.4, 49%, 10%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ESA%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=0ea2d496-c75c-41fe-a00e-3f41eaff7600"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">2,290</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									1 answer
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5904559/vs-2022-not-showing-red-squiggles-and-no-intellise"> VS 2022 Not showing red squiggles and no intellisense anymore, at least, underUnity </a>
								</h2>
								<p class="has-text-wrap">Using Visual Studio 2022, I have lost the squiggles red wavy line when there is a typo error (faster to spot it than to move to the console to see error messages) and I have also lost intellisence allowing us to &quot;discover&quot; the methods and the…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-vs-debugging">
					<span>Developer technologies | Visual Studio | Debugging</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-vs-debugging"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/358/developer-technologies-vs-debugging/"
			>
				Developer technologies | Visual Studio | Debugging
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-vs-debugging"
						>
							1,201 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-vs-debugging"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMGViNmQ5ZTQtZDliYS00OTc2LWJhYjgtNmRhYjYxNjdlZWFl"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMGViNmQ5ZTQtZDliYS00OTc2LWJhYjgtNmRhYjYxNjdlZWFl
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-05-28T10:37:54.7066667+00:00" class="is-visually-hidden">2026-05-28T10:37:54.7066667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(0, 22%, 10%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EV%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=002263ec-0100-0002-0000-000000000000"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									vanderghast
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">1</span>
			<span class="is-visually-hidden">Reputation point</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							commented <local-time format="datetime" datetime="2026-06-09T10:41:11.26+00:00" class="is-visually-hidden">2026-06-09T10:41:11.26+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(6.4, 49%, 10%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ESA%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=0ea2d496-c75c-41fe-a00e-3f41eaff7600"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">2,290</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									5 answers
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5906830/enhance-the-way-of-linear-search"> Enhance the way of linear search </a>
								</h2>
								<p class="has-text-wrap">Hi,
To C# linear search below

any advice to apply the following way on the above?</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-csharp">
					<span>Developer technologies | C#</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-csharp"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/823/developer-technologies-csharp/"
			>
				Developer technologies | C#
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-csharp"
						>
							11,801 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-csharp"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvZjk0YTVhNjAtYzExMy00NTVjLTkzZTgtNmIyY2U2YjdjYzY2"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvZjk0YTVhNjAtYzExMy00NTVjLTkzZTgtNmIyY2U2YjdjYzY2
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-05-31T04:50:50.82+00:00" class="is-visually-hidden">2026-05-31T04:50:50.82+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(316.8, 97%, 40%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EJ%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=9b99766f-46a0-4c63-8807-84feb1ba73b1"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Jonathan
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">150</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							commented <local-time format="datetime" datetime="2026-06-09T10:39:35.31+00:00" class="is-visually-hidden">2026-06-09T10:39:35.31+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(118.4, 21%, 21%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ENV%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=372e1e5b-769e-4d0d-bf54-0ef0ac5317e2"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Nancy Vo (WICLOUD CORPORATION)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">5,450</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									2 answers
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5915232/this-call-site-is-reachable-on-ios-18-0-and-later"> This call site is reachable on: &#39;iOS&#39; 18.0 and later, &#39;maccatalyst&#39; 18.0 and later. &#39;UIWindow&#39; is obsoleted on: &#39;ios&#39; 26.0 and later (Use the &#39;UIWindowScene&#39; overload instead.), &#39;maccatalyst&#39; 26.0 and later (Use the &#39;UIWindowScene&#39; overload instead.). </a>
								</h2>
								<p class="has-text-wrap">I get these two warnings in my iOS project in Program.cs. Is it necessary to change something or can I ignore the warnings?

This call site is reachable on: 'iOS' 18.0 and later, 'maccatalyst' 18.0 and later. 'UIWindow' is obsoleted on: 'ios' 26.0 and…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-dotnet-dotnet-maui">
					<span>Developer technologies | .NET | .NET Multi-platform App UI</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-dotnet-dotnet-maui"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/247/developer-technologies-dotnet-dotnet-maui/"
			>
				Developer technologies | .NET | .NET Multi-platform App UI
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-dotnet-dotnet-maui"
						>
							4,316 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-dotnet-dotnet-maui"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNTVlNmU2MDYtNDk1My00OTVkLTgyODgtZWE5M2YwNzI1YzRj"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNTVlNmU2MDYtNDk1My00OTVkLTgyODgtZWE5M2YwNzI1YzRj
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-09T07:05:22.28+00:00" class="is-visually-hidden">2026-06-09T07:05:22.28+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(121.6, 32%, 21%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EKS%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=aca3c832-66de-497c-ba50-e1d4623205f2"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Kim Strasser
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">2,641</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							answered <local-time format="datetime" datetime="2026-06-09T09:29:01.7133333+00:00" class="is-visually-hidden">2026-06-09T09:29:01.7133333+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(118.4, 21%, 21%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ENV%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=372e1e5b-769e-4d0d-bf54-0ef0ac5317e2"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Nancy Vo (WICLOUD CORPORATION)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">5,450</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									2 answers
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5911121/rich-edit-control-that-displays-emojis-with-color"> Rich edit control that displays emojis with color. </a>
								</h2>
								<p class="has-text-wrap">Please only answer if you are in Microsoft since part of this question regards right to distribute a DLL.  
This regards a C/C++program I wrote. I created a rich edit control using CreateWindowEx and subclassed the edit control. I used msftedit.dll. I…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-cpp">
					<span>Developer technologies | C++</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-cpp"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/788/developer-technologies-cpp/"
			>
				Developer technologies | C++
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-cpp"
						>
							4,066 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-cpp"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMWU3OTEwNmQtODc3Zi00M2RjLTljNDQtMzQxYjRkYTA5Zjk2"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMWU3OTEwNmQtODc3Zi00M2RjLTljNDQtMzQxYjRkYTA5Zjk2
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-04T05:08:28.99+00:00" class="is-visually-hidden">2026-06-04T05:08:28.99+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(288, 46%, 37%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ET%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=a904e654-6488-4b85-b717-6a043d64a246"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									technoway
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">241</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							commented <local-time format="datetime" datetime="2026-06-09T09:12:55.8966667+00:00" class="is-visually-hidden">2026-06-09T09:12:55.8966667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(166.4, 18%, 26%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ETL%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=5218216c-61c2-41cc-82fe-107906a875c9"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Taki Ly (WICLOUD CORPORATION)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">1,825</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									2 answers
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5907880/how-to-fix-run-time-error-424-object-required"> How to fix Run-time error &#39;424;: Object required </a>
								</h2>
								<p class="has-text-wrap">Sub SaveC11s()
   Dim objAttachment As Outlook.Attachment
   Dim saveFolder As String
   Dim targetSubjectKeyword As String
   ' CONFIGURATION: Set your target folder path and subject keyword
   saveFolder = &quot;\ComptonJenn\Downloads\Current Month…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-vba">
					<span>Developer technologies | Visual Basic for Applications</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-vba"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/397/developer-technologies-vba/"
			>
				Developer technologies | Visual Basic for Applications
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				An implementation of Visual Basic that is built into Microsoft products.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-vba"
						>
							1,636 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-vba"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMDU4OGQ4MjUtZGY3Mi00NDkyLThjMTktNjlhNDg5NGI5YWE4"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMDU4OGQ4MjUtZGY3Mi00NDkyLThjMTktNjlhNDg5NGI5YWE4
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-01T13:24:57.1366667+00:00" class="is-visually-hidden">2026-06-01T13:24:57.1366667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(99.2, 94%, 19%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EJC%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=319fa4f0-08e7-4226-a67b-3a1dc609d4c1"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Jenn C
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							commented <local-time format="datetime" datetime="2026-06-09T09:03:31.9966667+00:00" class="is-visually-hidden">2026-06-09T09:03:31.9966667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(201.6, 1%, 29%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EJD%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=63016cfb-c7be-411b-84a4-e7be13fa20eb"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Jack Dang (WICLOUD CORPORATION)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">18,810</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									1 answer
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5915253/this-call-site-is-reachable-on-android-31-0-and-la"> This call site is reachable on: &#39;Android&#39; 31.0 and later. &#39;Manifest.Permission.PostNotifications&#39; is only supported on: &#39;android&#39; 33.0 and later. </a>
								</h2>
								<p class="has-text-wrap">I get this warning in Game1.cs in my SharedCode project. Is it necessary to change something?

This call site is reachable on: 'Android' 31.0 and later. 'Manifest.Permission.PostNotifications' is only supported on: 'android' 33.0 and later.

#if ANDROID
…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-dotnet-dotnet-maui">
					<span>Developer technologies | .NET | .NET Multi-platform App UI</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-dotnet-dotnet-maui"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/247/developer-technologies-dotnet-dotnet-maui/"
			>
				Developer technologies | .NET | .NET Multi-platform App UI
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-dotnet-dotnet-maui"
						>
							4,316 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-dotnet-dotnet-maui"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNTVlNmU2MDYtNDk1My00OTVkLTgyODgtZWE5M2YwNzI1YzRj"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNTVlNmU2MDYtNDk1My00OTVkLTgyODgtZWE5M2YwNzI1YzRj
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-09T07:34:48+00:00" class="is-visually-hidden">2026-06-09T07:34:48+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(121.6, 32%, 21%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EKS%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=aca3c832-66de-497c-ba50-e1d4623205f2"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Kim Strasser
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">2,641</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							answered <local-time format="datetime" datetime="2026-06-09T07:35:23.8966667+00:00" class="is-visually-hidden">2026-06-09T07:35:23.8966667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					<div class="persona">
						<div class="persona-details">
							<p class="persona-name font-size-sm">
								<span class="icon font-size-md" aria-hidden="true">
									<span class="docon docon-sparkle-fill gradient-text-vivid"></span>
								</span>
								AI answer
							</p>
						</div>
					</div>
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									2 answers
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5914834/configuring-net-10-blazor-wasm-program-cs-to-use-a"> Configuring .NET 10 Blazor WASM program.cs to use an HTTP Delegate to attach JWT Security Token </a>
								</h2>
								<p class="has-text-wrap">My knowledge of JWT security tokens until several weeks ago was nil.   After a bit of reading, I was able to retrieve a security token from a 'login' server, and able to use that token within Blazor, and with the addition of an…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-dotnet-blazor">
					<span>Developer technologies | .NET | Blazor</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-dotnet-blazor"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/162/developer-technologies-dotnet-blazor/"
			>
				Developer technologies | .NET | Blazor
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-dotnet-blazor"
						>
							1,700 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-dotnet-blazor"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMGE0YmFkNWEtNGEzNS00MGRiLTlkNmYtODJjNmY0ZGZmMTUz"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMGE0YmFkNWEtNGEzNS00MGRiLTlkNmYtODJjNmY0ZGZmMTUz
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-08T19:04:39.7466667+00:00" class="is-visually-hidden">2026-06-08T19:04:39.7466667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(140.8, 49%, 23%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EBN%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=a4fcb4bb-49ad-49cc-828b-db6b79195156"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Bob N
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							edited an answer <local-time format="datetime" datetime="2026-06-09T06:48:56.6566667+00:00" class="is-visually-hidden">2026-06-09T06:48:56.6566667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(73.60000000000001, 14.000000000000002%, 17%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EDP%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=23b1b466-a0ea-4ca2-a89f-2d3efe04599e"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Damien Pham (WICLOUD CORPORATION)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">1,755</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									2 answers
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5908424/why-in-net-maui-10-ios-does-the-searchbar-control"> Why in .net maui 10 ios does the SearchBar control not show the correct background color and emits a shadow? </a>
								</h2>
								<p class="has-text-wrap">When I upgraded an app from .net maui 9.0.81 to 10.0.70, my SearchBar control did not show the correct background color and emitted a shadow.
I did some extensive research into this issue and tried a lot of the suggested workarounds. Nothing fully…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-dotnet-dotnet-maui">
					<span>Developer technologies | .NET | .NET Multi-platform App UI</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-dotnet-dotnet-maui"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/247/developer-technologies-dotnet-dotnet-maui/"
			>
				Developer technologies | .NET | .NET Multi-platform App UI
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-dotnet-dotnet-maui"
						>
							4,316 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-dotnet-dotnet-maui"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNTVlNmU2MDYtNDk1My00OTVkLTgyODgtZWE5M2YwNzI1YzRj"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNTVlNmU2MDYtNDk1My00OTVkLTgyODgtZWE5M2YwNzI1YzRj
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-02T00:16:22.97+00:00" class="is-visually-hidden">2026-06-02T00:16:22.97+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(83.2, 70%, 18%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EKK%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=26a7e041-972b-4f63-a19d-0fed1572229d"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Kurt K
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">196</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							commented <local-time format="datetime" datetime="2026-06-09T06:28:10.58+00:00" class="is-visually-hidden">2026-06-09T06:28:10.58+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(118.4, 21%, 21%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ENV%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=372e1e5b-769e-4d0d-bf54-0ef0ac5317e2"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Nancy Vo (WICLOUD CORPORATION)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">5,450</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-filled badge-success"
									title="One of the answers was accepted by the question author."
								>
									
												<span class="icon" aria-hidden="true">
													<span class="docon docon-check-mark"></span>
												</span>
										  
									2 answers
									<span class="is-visually-hidden"
												>One of the answers was accepted by the question author.</span
										  >
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5908679/visual-studio-2026-offline-installation"> Visual studio 2026 offline installation </a>
								</h2>
								<p class="has-text-wrap">Hello guys, i encountered problem with visual studio 2026 offline instalation.
I created whole layout and even layout even with wanted workloads and components on PC with internet access.
Then i move it to my offline corporate PC were i already doing it…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-vs-setup">
					<span>Developer technologies | Visual Studio | Setup</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-vs-setup"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/364/developer-technologies-vs-setup/"
			>
				Developer technologies | Visual Studio | Setup
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-vs-setup"
						>
							1,377 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-vs-setup"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvN2YyMDExNjktNWYyMy00MTJlLWE5ZmItZjZmZTA2OTVlYzA5"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvN2YyMDExNjktNWYyMy00MTJlLWE5ZmItZjZmZTA2OTVlYzA5
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-02T06:59:51.1366667+00:00" class="is-visually-hidden">2026-06-02T06:59:51.1366667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(217.60000000000002, 35%, 31%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EDA%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=abc683d5-2358-40ee-a0ce-2aa16cd75967"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Dušan Štefanco
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">20</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							accepted <local-time format="datetime" datetime="2026-06-09T06:06:26.15+00:00" class="is-visually-hidden">2026-06-09T06:06:26.15+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(217.60000000000002, 35%, 31%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EDA%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=abc683d5-2358-40ee-a0ce-2aa16cd75967"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Dušan Štefanco
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">20</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									2 answers
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5904977/blazor-web-assembly-authentication-issue-in-versio"> Blazor Web Assembly authentication issue in version 10.0.8 </a>
								</h2>
								<p class="has-text-wrap">Blazor Web Assembly authentication issue in version 10.0.8</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-dotnet-blazor">
					<span>Developer technologies | .NET | Blazor</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-dotnet-blazor"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/162/developer-technologies-dotnet-blazor/"
			>
				Developer technologies | .NET | Blazor
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-dotnet-blazor"
						>
							1,700 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-dotnet-blazor"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMGE0YmFkNWEtNGEzNS00MGRiLTlkNmYtODJjNmY0ZGZmMTUz"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvMGE0YmFkNWEtNGEzNS00MGRiLTlkNmYtODJjNmY0ZGZmMTUz
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-05-28T18:58:35.8233333+00:00" class="is-visually-hidden">2026-05-28T18:58:35.8233333+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(115.19999999999999, 77%, 21%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EMS%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=ef3d677a-cd84-4f48-bd1d-c359baba772e"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Muthukumar S
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							commented <local-time format="datetime" datetime="2026-06-09T04:43:07.0866667+00:00" class="is-visually-hidden">2026-06-09T04:43:07.0866667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(262.40000000000003, 49%, 35%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EDN%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=82eee49f-0fab-4f72-b413-7be5c8946cd4"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Danny Nguyen (WICLOUD CORPORATION)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">7,025</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-success"
									title=""
								>
									
									2 answers
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5909193/how-can-i-ask-users-for-ratings-and-reviews-in-my"> How can I ask users for ratings and reviews in my iOS game? </a>
								</h2>
								<p class="has-text-wrap">I want that the standardized prompt gets displayed in my game on iOS devices after the user finished a level in my game. How can I display the standardized prompt in my game and is it necessary that I check if the prompt was already displayed three times…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-dotnet-dotnet-maui">
					<span>Developer technologies | .NET | .NET Multi-platform App UI</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-dotnet-dotnet-maui"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/247/developer-technologies-dotnet-dotnet-maui/"
			>
				Developer technologies | .NET | .NET Multi-platform App UI
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-dotnet-dotnet-maui"
						>
							4,316 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-dotnet-dotnet-maui"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNTVlNmU2MDYtNDk1My00OTVkLTgyODgtZWE5M2YwNzI1YzRj"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNTVlNmU2MDYtNDk1My00OTVkLTgyODgtZWE5M2YwNzI1YzRj
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-02T15:27:46.8833333+00:00" class="is-visually-hidden">2026-06-02T15:27:46.8833333+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(121.6, 32%, 21%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EKS%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=aca3c832-66de-497c-ba50-e1d4623205f2"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Kim Strasser
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">2,641</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							commented <local-time format="datetime" datetime="2026-06-09T02:43:35.89+00:00" class="is-visually-hidden">2026-06-09T02:43:35.89+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(118.4, 21%, 21%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ENV%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=372e1e5b-769e-4d0d-bf54-0ef0ac5317e2"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Nancy Vo (WICLOUD CORPORATION)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">5,450</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-filled badge-success"
									title="One of the answers was accepted by the question author."
								>
									
												<span class="icon" aria-hidden="true">
													<span class="docon docon-check-mark"></span>
												</span>
										  
									2 answers
									<span class="is-visually-hidden"
												>One of the answers was accepted by the question author.</span
										  >
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5897461/uwp-app-throws-unhandled-exception-when-installed"> UWP app throws unhandled exception when installed from .msix package </a>
								</h2>
								<p class="has-text-wrap">This is a UWP app with Visual Studio Insiders [11709.129]. When deployed from Visual Studio, started with or without debugging to a Windows 10, an Xbox, or a Windows 11, it runs fine and is passing the tests.
However, when the project is published to an…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-windows-uwp">
					<span>Developer technologies | Universal Windows Platform (UWP)</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-windows-uwp"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/105/developer-technologies-windows-uwp/"
			>
				Developer technologies | Universal Windows Platform (UWP)
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft platform for building and publishing apps for Windows devices.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-windows-uwp"
						>
							3,086 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-windows-uwp"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-05-20T20:14:21.3+00:00" class="is-visually-hidden">2026-05-20T20:14:21.3+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(291.2, 51%, 38%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EW%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=91e5d136-c733-447c-9475-8a0e05c9409c"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									WoodManEXP
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">80</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							edited an answer <local-time format="datetime" datetime="2026-06-09T02:36:26.5766667+00:00" class="is-visually-hidden">2026-06-09T02:36:26.5766667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(262.40000000000003, 40%, 35%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EJP%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=824ca023-a1a7-4853-ac1b-597105c926d4"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Jay Pham (WICLOUD CORPORATION)
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">3,855</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft External Staff
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="has-text-subtle font-size-sm"
									title=""
								>
									
									0 answers
									
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/5914863/i-bought-visual-studio-professional-full-year-lice"> I bought Visual Studio Professional - Full Year license </a>
								</h2>
								<p class="has-text-wrap">I bought Visual Studio Professional - Full Year license and it isn't working. I need someone to help me with this. Where can i talk to a human being to get this resolved - when i sign in it doesnt show where i bought it but i bought it using my email:…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-vs-other-l1">
					<span>Developer technologies | Visual Studio | Other</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-vs-other-l1"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/799/developer-technologies-vs-other-l1/"
			>
				Developer technologies | Visual Studio | Other
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				<span class="line-clamp-4 font-size-sm"
		><span class="line-clamp-2">A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. </span
					><span class="line-clamp-2">Miscellaneous topics that do not fit into specific categories.</span></span
	>
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-vs-other-l1"
						>
							5,766 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-vs-other-l1"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNjdhOGQ0YWYtZTFkOS00MTkxLWJmNTQtOTk1ZTBjZjhhMDI2"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvNjdhOGQ0YWYtZTFkOS00MTkxLWJmNTQtOTk1ZTBjZjhhMDI2
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-08T19:44:39.9566667+00:00" class="is-visually-hidden">2026-06-08T19:44:39.9566667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(64, 55.00000000000001%, 16%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EJC%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=cd205534-3885-4973-b6be-cee0a18835da"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Jason Collins
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							hidden
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2026-06-08T19:44:39.9566667+00:00" class="is-visually-hidden">2026-06-08T19:44:39.9566667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(64, 55.00000000000001%, 16%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EJC%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=cd205534-3885-4973-b6be-cee0a18835da"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Jason Collins
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-filled badge-success"
									title="One of the answers was accepted by the question author."
								>
									
												<span class="icon" aria-hidden="true">
													<span class="docon docon-check-mark"></span>
												</span>
										  
									2 answers
									<span class="is-visually-hidden"
												>One of the answers was accepted by the question author.</span
										  >
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/309/switch-the-listview-datatemplate-from-one-data-tem"> Switch the ListView Datatemplate from one data template to another data template? </a>
								</h2>
								<p class="has-text-wrap">I am developing Universal Windows 10 app, in one of my current project I want to change the ListView Data Template in runtime.    
Right now I have used only one Data Template, but in my scenario after a button is pressed, I want to change it to another…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-windows-uwp">
					<span>Developer technologies | Universal Windows Platform (UWP)</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-windows-uwp"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/105/developer-technologies-windows-uwp/"
			>
				Developer technologies | Universal Windows Platform (UWP)
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft platform for building and publishing apps for Windows devices.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-windows-uwp"
						>
							3,086 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-windows-uwp"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2019-10-30T06:35:18.337+00:00" class="is-visually-hidden">2019-10-30T06:35:18.337+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(60.8, 78%, 15%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EFX%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=ce1978f0-227c-47d1-a552-112d9f76b45b"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Fei Xue - MSFT
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">1,111</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							answered <local-time format="datetime" datetime="2026-06-08T18:30:28.3233333+00:00" class="is-visually-hidden">2026-06-08T18:30:28.3233333+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(89.60000000000001, 73%, 18%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ERH%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=db287d38-6654-4dfe-8198-48298336970f"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Rathod Harshvardhansinh
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-filled badge-success"
									title="One of the answers was accepted by the question author."
								>
									
												<span class="icon" aria-hidden="true">
													<span class="docon docon-check-mark"></span>
												</span>
										  
									2 answers
									<span class="is-visually-hidden"
												>One of the answers was accepted by the question author.</span
										  >
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/310/setting-textbox-text-from-bluetoothleadvertisement"> Setting Textbox.Text from BluetoothLEAdvertisementWatcher&#39;s received event throws an exception </a>
								</h2>
								<p class="has-text-wrap">I am creating a Bluetooth LE application in C# using a UWP project and have subscribed to get the Received event from the BluetoothLEAdvertisementWatcher.     
I can see the data correctly using Debug.Writeline to the Output window, but as soon as I try…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-windows-uwp">
					<span>Developer technologies | Universal Windows Platform (UWP)</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-windows-uwp"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/105/developer-technologies-windows-uwp/"
			>
				Developer technologies | Universal Windows Platform (UWP)
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft platform for building and publishing apps for Windows devices.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-windows-uwp"
						>
							3,086 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-windows-uwp"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2019-10-30T06:39:53.99+00:00" class="is-visually-hidden">2019-10-30T06:39:53.99+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(288, 95%, 37%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EFW%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=909552e7-bb6c-4e2e-a707-ec44963d7d39"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									fangfang wu
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">91</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> Microsoft Employee
			<span aria-hidden="true">&bull;</span> Moderator
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							answered <local-time format="datetime" datetime="2026-06-08T18:27:11.8033333+00:00" class="is-visually-hidden">2026-06-08T18:27:11.8033333+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(89.60000000000001, 73%, 18%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ERH%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=db287d38-6654-4dfe-8198-48298336970f"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Rathod Harshvardhansinh
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-filled badge-success"
									title="One of the answers was accepted by the question author."
								>
									
												<span class="icon" aria-hidden="true">
													<span class="docon docon-check-mark"></span>
												</span>
										  
									2 answers
									<span class="is-visually-hidden"
												>One of the answers was accepted by the question author.</span
										  >
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/369/share-a-large-file-between-two-uwp-apps-using-stre"> Share a large file between two UWP apps using Stream Sockets </a>
								</h2>
								<p class="has-text-wrap">I need to share a large file between two UWP apps which are running in two different machines using stream sockets. In order to share the file successfully, I have to share file size before sharing the actual file. So I had to set a separate event in…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-windows-uwp">
					<span>Developer technologies | Universal Windows Platform (UWP)</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-windows-uwp"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/105/developer-technologies-windows-uwp/"
			>
				Developer technologies | Universal Windows Platform (UWP)
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft platform for building and publishing apps for Windows devices.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-windows-uwp"
						>
							3,086 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-windows-uwp"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2019-10-30T06:27:51.737+00:00" class="is-visually-hidden">2019-10-30T06:27:51.737+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(60.8, 78%, 15%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EFX%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=ce1978f0-227c-47d1-a552-112d9f76b45b"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Fei Xue - MSFT
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">1,111</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							answered <local-time format="datetime" datetime="2026-06-08T18:20:58.9933333+00:00" class="is-visually-hidden">2026-06-08T18:20:58.9933333+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(89.60000000000001, 73%, 18%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ERH%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=db287d38-6654-4dfe-8198-48298336970f"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Rathod Harshvardhansinh
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-filled badge-success"
									title="One of the answers was accepted by the question author."
								>
									
												<span class="icon" aria-hidden="true">
													<span class="docon docon-check-mark"></span>
												</span>
										  
									2 answers
									<span class="is-visually-hidden"
												>One of the answers was accepted by the question author.</span
										  >
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/1073/covert-my-app-to-uwp"> Covert my app to UWP </a>
								</h2>
								<p class="has-text-wrap">I have a console app and I have made some changes to the registry. If I convert to UWP how it can be done and what happen with the registry.</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-windows-uwp">
					<span>Developer technologies | Universal Windows Platform (UWP)</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-windows-uwp"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/105/developer-technologies-windows-uwp/"
			>
				Developer technologies | Universal Windows Platform (UWP)
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft platform for building and publishing apps for Windows devices.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-windows-uwp"
						>
							3,086 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-windows-uwp"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2019-11-08T03:50:00.527+00:00" class="is-visually-hidden">2019-11-08T03:50:00.527+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(201.6, 35%, 29%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3EL%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=d633f5c1-c85e-4115-9e97-2c74748df51e"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Lucas
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">41</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							answered <local-time format="datetime" datetime="2026-06-08T18:12:48.7266667+00:00" class="is-visually-hidden">2026-06-08T18:12:48.7266667+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(89.60000000000001, 73%, 18%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ERH%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=db287d38-6654-4dfe-8198-48298336970f"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Rathod Harshvardhansinh
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			<div class="box margin-bottom-xxs">
				<div class="columns is-multiline">
					<div class="column is-9-desktop is-12-tablet">
						<div class="columns">
							<div class="column is-narrow text-align-right-tablet width-200-tablet">
								<span
									class="badge badge badge-filled badge-success"
									title="One of the answers was accepted by the question author."
								>
									
												<span class="icon" aria-hidden="true">
													<span class="docon docon-check-mark"></span>
												</span>
										  
									2 answers
									<span class="is-visually-hidden"
												>One of the answers was accepted by the question author.</span
										  >
								</span>
								
							</div>
							<div class="column">
								<h2 class="title is-6 margin-bottom-xxs">
									<a href="/en-us/answers/questions/835/uwp-performance-task-run()-vs-background-service"> UWP Performance: Task.Run() vs Background Service </a>
								</h2>
								<p class="has-text-wrap">I'm working on a UWP app that is showing videos, images &amp; XAML animations. The content displayed is being updated from time to time by pushing updates from the server to the app through grpc.    
When updates happen the app will need to download new…</p>
								<div class="display-flex flex-wrap-wrap gap-xxs margin-top-xxs">
									
		<span class="tag tag-filled tag-interactive">
			<details class="popover tag-popover popover-left white-space-normal">
				<summary class="tag-summary has-text-wrap tag-sm" data-test-id="question-tag-developer-technologies-windows-uwp">
					<span>Developer technologies | Universal Windows Platform (UWP)</span>
				</summary>
				<div class="popover-content width-350-tablet padding-none" data-test-id="tag-card-popover">
					<article class="card border-left-lg border-left-color-accent">
		<div class="card-content margin-bottom-none">
			<a
				class="card-title"
				data-test-id="tag-card-title-developer-technologies-windows-uwp"
				data-bi-name="tag-card-link"
				href="/en-us/answers/tags/105/developer-technologies-windows-uwp/"
			>
				Developer technologies | Universal Windows Platform (UWP)
			</a>
			<p class="card-content-description" data-test-id="tag-card-description">
				A Microsoft platform for building and publishing apps for Windows devices.
			</p>
		</div>
		<div class="card-template">
			
			<div class="card-template-detail">
						<span
							class="font-size-sm font-weight-semilight"
							data-test-id="tag-card-count-developer-technologies-windows-uwp"
						>
							3,086 questions
						</span>
				  </div>
		</div>
		<div class="card-footer">
			<div class="card-footer-item">
				<div class="buttons">
					<button
						class="not-authenticated link-button font-size-sm margin-block-xs docs-sign-in"
						data-bi-name="follow-tag-sign-in"
						data-test-id="tag-card-follow-button-developer-technologies-windows-uwp"
					>
						Sign in to follow
					</button>
					 <form
		action="/api/profiles/follow/tag/aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1"
		method="POST"
		new
		novalidate
		hidden
		
		data-follow-tag-id=aHR0cHM6Ly9taWNyb3NvZnQtZGV2cmVsLnBvb2xwYXJ0eS5iaXovUW5BQ29tcG91bmQvY2M5OWE2MjEtZjgyMS00ZGUyLTg4ZDctNmNjZmQ0NzhjZjM1
		
		class="authenticated "
	>
		<form-behavior
			navigation="reload"
			navigation-href="empty"
			header-content-type="application/json"
			header-X-DocsAuth="cookie"
			new
		></form-behavior>
		
		<button
			class="button button-primary button-sm"
			data-bi-name="follow-tag"
			data-test-id="follow-tag-button"
			type="submit"
		>
			Follow
		</button>
	
	</form>
				</div>
			</div>
		</div>
	</article>
				</div>
			</details>
		</span>
	
								</div>
							</div>
						</div>
					</div>
					<div class="column is-3-desktop is-12-tablet">
						
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							asked <local-time format="datetime" datetime="2019-11-04T11:14:01.42+00:00" class="is-visually-hidden">2019-11-04T11:14:01.42+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(281.6, 85%, 37%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ETP%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=8bb88554-0000-0006-0000-000000000000"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Thomas Pentenrieder
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">36</span>
			<span class="is-visually-hidden">Reputation points</span> <span aria-hidden="true">&bull;</span> MVP
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						<div
							class="margin-top-xxs"
							data-test-id="last-activity"
							
						>
							
			<div data-test-id="question-details-author" class="margin-bottom-xs">
				<span class="display-block font-size-xs has-line-height-reset">
							answered <local-time format="datetime" datetime="2026-06-08T18:08:26.79+00:00" class="is-visually-hidden">2026-06-08T18:08:26.79+00:00</local-time>
					  </span>
				<div class="display-flex align-items-center margin-top-xxs">
					
					
					<div class="image is-32x32 margin-right-xxs">
						
		<img
			class="border-radius-rounded background-color-body-medium"
			loading="lazy"
			alt=""
			src="data:image/svg+xml, %3Csvg xmlns=&#39;http://www.w3.org/2000/svg&#39; height=&#39;64&#39; class=&#39;font-weight-bold&#39; style=&#39;font: 600 30.11764705882353px &quot;SegoeUI&quot;, Arial&#39; width=&#39;64&#39;%3E%3Ccircle fill=&#39;hsl(89.60000000000001, 73%, 18%)&#39; cx=&#39;32&#39; cy=&#39;32&#39; r=&#39;32&#39; /%3E%3Ctext x=&#39;50%25&#39; y=&#39;55%25&#39; dominant-baseline=&#39;middle&#39; text-anchor=&#39;middle&#39; fill=&#39;%23FFF&#39; %3ERH%3C/text%3E%3C/svg%3E"
		/>
	
					</div>
			  
					
			<div class="has-line-height-reset has-text-wrap width-250">
				
							<span class="display-block">
								<a
									href="/en-us/users/na/?userid=db287d38-6654-4dfe-8198-48298336970f"
									class="profile-url has-text-color font-weight-semibold font-size-sm"
									data-bi-name="user-link"
								>
									Rathod Harshvardhansinh
								</a>
								
								
							</span>
					  
				
		<span
			class=" display-block font-size-xs has-text-subtle"
		>
			<span title="Reputation points">0</span>
			<span class="is-visually-hidden">Reputation points</span> 
			
		</span>
	
				
			</div>
		
			  
				</div>
			</div>
		
						</div>
					</div>
				</div>
				
			</div>
		
			 <nav
		class="pagination is-centered margin-top-lg margin-bottom-xs"
		aria-label="pagination"
		data-test-id="pagination-list"
	>
		<ul class="pagination-list">
			<li>
		<a
			type="button"
			data-test-id="pagination-button-back"
			class="pagination-link text-decoration-none display-none"
			aria-label="Previous"
			href="/en-us/answers/tags/828/developer-technologies?page=0"
			aria-hidden="true"
		>
			<span class="icon" aria-hidden="true">
				<span class="docon docon-arrow-left"></span>
			</span>
		</a>
	</li>
			<li>
		<a
			type="button"
			class="is-hidden"
			data-page="1"
			aria-label="Page 1 of 2798"
			aria-current="false"
			3
			href="/en-us/answers/tags/828/developer-technologies?page=1"
		>
			1
		</a>
	</li>
			<li class="is-hidden">
				<span>...</span>
			</li>
			
			<li>
				<a
					data-test-id="pagination-button-1"
					type="button"
					class="pagination-link text-decoration-none is-current color-primary-invert"
					data-page="1"
					aria-label="Page 1 of 2798"
					aria-current="true"
					href="/en-us/answers/tags/828/developer-technologies?page=1"
				>
					1
				</a>
			</li>
		
			<li>
				<a
					data-test-id="pagination-button-2"
					type="button"
					class="pagination-link text-decoration-none "
					data-page="2"
					aria-label="Page 2 of 2798"
					aria-current="false"
					href="/en-us/answers/tags/828/developer-technologies?page=2"
				>
					2
				</a>
			</li>
		
			<li>
				<a
					data-test-id="pagination-button-3"
					type="button"
					class="pagination-link text-decoration-none "
					data-page="3"
					aria-label="Page 3 of 2798"
					aria-current="false"
					href="/en-us/answers/tags/828/developer-technologies?page=3"
				>
					3
				</a>
			</li>
		
			<li>
				<a
					data-test-id="pagination-button-4"
					type="button"
					class="pagination-link text-decoration-none "
					data-page="4"
					aria-label="Page 4 of 2798"
					aria-current="false"
					href="/en-us/answers/tags/828/developer-technologies?page=4"
				>
					4
				</a>
			</li>
		
			<li class="">
				<span>...</span>
			</li>
			<li>
		<a
			type="button"
			class="pagination-link text-decoration-none pagination-next"
			data-page="2798"
			aria-label="Page 2798 of 2798"
			aria-current="true"
			href="/en-us/answers/tags/828/developer-technologies?page=2798"
		>
			2798
		</a>
	</li>
			<li> <a
		type="button"
		data-test-id="pagination-button-forward"
		class="pagination-next text-decoration-none "
		aria-label="Next"
		href="/en-us/answers/tags/828/developer-technologies?page=2"
		aria-hidden="false"
	>
		<span class="icon" aria-hidden="true">
			<span class="docon docon-arrow-right"> </span>
		</span>
	</a></li>
		</ul>
	</nav>
		</div>
	
				</main>
				  <div class="layout-body-footer " data-bi-name="layout-footer">
		<footer
			id="footer"
			data-test-id="footer"
			data-bi-name="footer"
			class="footer-layout padding-xs padding-sm-desktop has-default-focus border-top"
			role="contentinfo"
		>
			<div class="display-flex gap-xs flex-wrap-wrap is-full-height padding-right-lg-desktop">
				
		<a
			data-mscc-ic="false"
			href="#"
			data-bi-name="select-locale"
			class="locale-selector-link flex-shrink-0 button button-sm button-clear external-link-indicator"
			id=""
			title=""
			><span class="icon" aria-hidden="true"
				><span class="docon docon-world"></span></span
			><span class="local-selector-link-text">en-us</span></a
		>
	 <div class="ccpa-privacy-link" data-ccpa-privacy-link hidden>
		
		<a
			data-mscc-ic="false"
			href="https://aka.ms/yourcaliforniaprivacychoices"
			data-bi-name="your-privacy-choices"
			class="button button-sm button-clear flex-shrink-0 external-link-indicator"
			id=""
			title=""
			>
		<svg
			xmlns="http://www.w3.org/2000/svg"
			viewBox="0 0 30 14"
			xml:space="preserve"
			height="16"
			width="43"
			aria-hidden="true"
			focusable="false"
		>
			<path
				d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z"
				style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff"
			></path>
			<path
				d="M22.6 0H7.4c-3.9 0-7 3.1-7 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.2-7-7-7zm-21 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4c-3.2 0-5.8-2.6-5.8-5.8z"
				style="fill-rule:evenodd;clip-rule:evenodd;fill:#06f"
			></path>
			<path
				d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2-2.2 2.2c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z"
				style="fill:#fff"
			></path>
			<path
				d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z"
				style="fill:#06f"
			></path>
		</svg>
	
			<span>Your Privacy Choices</span></a
		>
	
	</div>
				<div class="flex-shrink-0">
		<div class="dropdown has-caret-up">
			<button
				data-test-id="theme-selector-button"
				class="dropdown-trigger button button-clear button-sm inner-focus theme-dropdown-trigger"
				aria-controls="{{ themeMenuId }}"
				aria-expanded="false"
				title="Theme"
				data-bi-name="theme"
			>
				<span class="icon" aria-hidden="true"><span class="docon docon-sun"></span></span>
				<span>Theme</span>
				<span class="icon expanded-indicator" aria-hidden="true">
					<span class="docon docon-chevron-down-light"></span>
				</span>
			</button>
			<div class="dropdown-menu" id="{{ themeMenuId }}" role="menu">
				<ul class="theme-selector padding-xxs" data-test-id="theme-dropdown-menu">
					<li class="theme display-block">
						<button
							class="button button-clear button-sm theme-control button-block justify-content-flex-start text-align-left"
							data-theme-to="light"
						>
							<span class="theme-light margin-right-xxs">
								<span
									class="theme-selector-icon border display-inline-block has-body-background"
									aria-hidden="true"
								>
									<svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 14">
										<rect width="22" height="14" class="has-fill-body-background" />
										<rect x="5" y="5" width="12" height="4" class="has-fill-secondary" />
										<rect x="5" y="2" width="2" height="1" class="has-fill-secondary" />
										<rect x="8" y="2" width="2" height="1" class="has-fill-secondary" />
										<rect x="11" y="2" width="3" height="1" class="has-fill-secondary" />
										<rect x="1" y="1" width="2" height="2" class="has-fill-secondary" />
										<rect x="5" y="10" width="7" height="2" rx="0.3" class="has-fill-primary" />
										<rect x="19" y="1" width="2" height="2" rx="1" class="has-fill-secondary" />
									</svg>
								</span>
							</span>
							<span role="menuitem"> Light </span>
						</button>
					</li>
					<li class="theme display-block">
						<button
							class="button button-clear button-sm theme-control button-block justify-content-flex-start text-align-left"
							data-theme-to="dark"
						>
							<span class="theme-dark margin-right-xxs">
								<span
									class="border theme-selector-icon display-inline-block has-body-background"
									aria-hidden="true"
								>
									<svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 14">
										<rect width="22" height="14" class="has-fill-body-background" />
										<rect x="5" y="5" width="12" height="4" class="has-fill-secondary" />
										<rect x="5" y="2" width="2" height="1" class="has-fill-secondary" />
										<rect x="8" y="2" width="2" height="1" class="has-fill-secondary" />
										<rect x="11" y="2" width="3" height="1" class="has-fill-secondary" />
										<rect x="1" y="1" width="2" height="2" class="has-fill-secondary" />
										<rect x="5" y="10" width="7" height="2" rx="0.3" class="has-fill-primary" />
										<rect x="19" y="1" width="2" height="2" rx="1" class="has-fill-secondary" />
									</svg>
								</span>
							</span>
							<span role="menuitem"> Dark </span>
						</button>
					</li>
					<li class="theme display-block">
						<button
							class="button button-clear button-sm theme-control button-block justify-content-flex-start text-align-left"
							data-theme-to="high-contrast"
						>
							<span class="theme-high-contrast margin-right-xxs">
								<span
									class="border theme-selector-icon display-inline-block has-body-background"
									aria-hidden="true"
								>
									<svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 14">
										<rect width="22" height="14" class="has-fill-body-background" />
										<rect x="5" y="5" width="12" height="4" class="has-fill-secondary" />
										<rect x="5" y="2" width="2" height="1" class="has-fill-secondary" />
										<rect x="8" y="2" width="2" height="1" class="has-fill-secondary" />
										<rect x="11" y="2" width="3" height="1" class="has-fill-secondary" />
										<rect x="1" y="1" width="2" height="2" class="has-fill-secondary" />
										<rect x="5" y="10" width="7" height="2" rx="0.3" class="has-fill-primary" />
										<rect x="19" y="1" width="2" height="2" rx="1" class="has-fill-secondary" />
									</svg>
								</span>
							</span>
							<span role="menuitem"> High contrast </span>
						</button>
					</li>
				</ul>
			</div>
		</div>
	</div>
			</div>
			<ul class="links" data-bi-name="footerlinks">
				<li class="manage-cookies-holder" hidden=""></li>
				<li>
		
		<a
			data-mscc-ic="false"
			href="https://learn.microsoft.com/en-us/principles-for-ai-generated-content"
			data-bi-name="aiDisclaimer"
			class=" external-link-indicator"
			id=""
			title=""
			>AI Disclaimer</a
		>
	
	</li><li>
		
		<a
			data-mscc-ic="false"
			href="https://learn.microsoft.com/en-us/previous-versions/"
			data-bi-name="archivelink"
			class=" external-link-indicator"
			id=""
			title=""
			>Previous Versions</a
		>
	
	</li> <li>
		
		<a
			data-mscc-ic="false"
			href="https://techcommunity.microsoft.com/t5/microsoft-learn-blog/bg-p/MicrosoftLearnBlog"
			data-bi-name="bloglink"
			class=" external-link-indicator"
			id=""
			title=""
			>Blog</a
		>
	
	</li> <li>
		
		<a
			data-mscc-ic="false"
			href="https://learn.microsoft.com/en-us/contribute"
			data-bi-name="contributorGuide"
			class=" external-link-indicator"
			id=""
			title=""
			>Contribute</a
		>
	
	</li><li>
		
		<a
			data-mscc-ic="false"
			href="https://go.microsoft.com/fwlink/?LinkId=521839"
			data-bi-name="privacy"
			class=" external-link-indicator"
			id=""
			title=""
			>Privacy</a
		>
	
	</li><li>
		
		<a
			data-mscc-ic="false"
			href="https://go.microsoft.com/fwlink/?linkid=2259814"
			data-bi-name="consumer-health-privacy"
			class=" external-link-indicator"
			id=""
			title=""
			>Consumer Health Privacy</a
		>
	
	</li><li>
		
		<a
			data-mscc-ic="false"
			href="https://learn.microsoft.com/en-us/legal/termsofuse"
			data-bi-name="termsofuse"
			class=" external-link-indicator"
			id=""
			title=""
			>Terms of Use</a
		>
	
	</li><li>
		
		<a
			data-mscc-ic="false"
			href="https://aka.ms/msftqacodeconduct"
			data-bi-name="codeofconduct"
			class=" external-link-indicator"
			id=""
			title=""
			>Code of Conduct</a
		>
	
	</li><li>
		
		<a
			data-mscc-ic="false"
			href="https://www.microsoft.com/legal/intellectualproperty/Trademarks/"
			data-bi-name="trademarks"
			class=" external-link-indicator"
			id=""
			title=""
			>Trademarks</a
		>
	
	</li>
				<li>&copy; Microsoft 2026</li>
			</ul>
		</footer>
	</footer>
			</body>
		</html>