<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASP.NET &#8211; Minhwan Record</title>
	<atom:link href="https://wp.goodzz.shop/category/dev/asp-net/feed" rel="self" type="application/rss+xml" />
	<link>https://wp.goodzz.shop</link>
	<description>기록</description>
	<lastBuildDate>Mon, 15 Jan 2024 07:30:16 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://wp.goodzz.shop/wp-content/uploads/2023/08/unnamed-150x150.jpg</url>
	<title>ASP.NET &#8211; Minhwan Record</title>
	<link>https://wp.goodzz.shop</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[ASP.NET] POST 전송값 컨트롤러에서 받기</title>
		<link>https://wp.goodzz.shop/dev/asp-net/2215</link>
					<comments>https://wp.goodzz.shop/dev/asp-net/2215#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Mon, 15 Jan 2024 05:07:56 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://wp.goodzz.shop/?p=2215</guid>

					<description><![CDATA[컨트롤러 메소드의 매개변수로 직접 받기: 컨트롤러 메소드의 매개변수로 직접 받기2: 컨트롤러 메소드의 매개변수로 직접 모델 객체 받기:]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp-net/2215/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[ASP.NET] 데이터 베이스 조회, JSON리턴</title>
		<link>https://wp.goodzz.shop/dev/asp-net/2091</link>
					<comments>https://wp.goodzz.shop/dev/asp-net/2091#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Thu, 11 Jan 2024 06:55:10 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://wp.goodzz.shop/?p=2091</guid>

					<description><![CDATA[결과에 원하는 값 추가하려면 이렇게 해야함.]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp-net/2091/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[ASP.NET] 엔드 포인트 CRUD</title>
		<link>https://wp.goodzz.shop/dev/asp-net/2089</link>
					<comments>https://wp.goodzz.shop/dev/asp-net/2089#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Thu, 11 Jan 2024 00:21:43 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://wp.goodzz.shop/?p=2089</guid>

					<description><![CDATA[VS 에서 엔드포인트 CRUD 로 API 컨트롤러를 생성하면 모델에 생성됨]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp-net/2089/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[ASP.NET] Dapper Query 관련</title>
		<link>https://wp.goodzz.shop/dev/asp-net/2083</link>
					<comments>https://wp.goodzz.shop/dev/asp-net/2083#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Wed, 10 Jan 2024 06:44:49 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://wp.goodzz.shop/?p=2083</guid>

					<description><![CDATA[In Dapper, the Query method has various overloads, and it returns IEnumerable. The choice of which method to use depends on your specific needs and preferences. Here are some commonly used methods: ToArray(): csharpCopy codevar resultArray = dbConnection.Query(&#8220;SELECT * FROM book_cate_tbl&#8221;).ToArray();This method converts the IEnumerable result to an array. ToList(): csharpCopy codevar resultList = dbConnection.Query(&#8220;SELECT [&#8230;]]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp-net/2083/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[ASP.NET] Dapper</title>
		<link>https://wp.goodzz.shop/dev/asp-net/2079</link>
					<comments>https://wp.goodzz.shop/dev/asp-net/2079#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Wed, 10 Jan 2024 00:16:29 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://wp.goodzz.shop/?p=2079</guid>

					<description><![CDATA[https://holjjack.tistory.com/80 Dapper는 객체 관계형 매퍼입니다. 응용 프로그램의 .NET 개체를 관계형 데이터베이스에 매핑하거나 그 반대로 매핑합니다. 샘플 코드의 첫 번째 부분은 탄력적 데이터베이스 클라이언트 라이브러리를 Dapper 기반 애플리케이션과 통합하는 방법을 보여줍니다. Dapper는 .NET 플랫폼 용 Micro-ORM 입니다.&#160; 1. Nuget Package 설치 .Net Core 3.1 프로젝트에 설치한 화면입니다.&#160; 웹 어플리케이션 프로젝트이며, Dapper를 설치하게 되면 패키지 영역에 Dapper [&#8230;]]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp-net/2079/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[ASP.NET] 핫 리로드 hot reload</title>
		<link>https://wp.goodzz.shop/dev/asp-net/2075</link>
					<comments>https://wp.goodzz.shop/dev/asp-net/2075#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 00:59:58 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://wp.goodzz.shop/?p=2075</guid>

					<description><![CDATA[.NET CLI 핫 리로드는 다음 명령을 사용하여 활성화됩니다&#160;dotnet watch. .NET CLI복사 앱을 강제로 다시 빌드하고 다시 시작하려면 명령 셸에서&#160;키보드 조합&#160;Ctrl+ 를 사용하세요.R 무례한&#160;편집이라고 하는 지원되지 않는 코드 편집이 수행되면&#160;dotnet watch앱을 다시 시작할 것인지 묻습니다&#160;. 핫 리로드 지원을 비활성화하려면&#160;--no-hot-reload다음 명령에 옵션을 전달하세요&#160;dotnet watch. .NET CLI복사 핫 리로드 비활성화 다음 설정은&#160;Properties/launchSettings.json핫 리로드를 비활성화합니다. JSON복사]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp-net/2075/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ASP.NET 웹 개발 관련</title>
		<link>https://wp.goodzz.shop/dev/asp-net/2042</link>
					<comments>https://wp.goodzz.shop/dev/asp-net/2042#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 01:43:48 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://wp.goodzz.shop/?p=2042</guid>

					<description><![CDATA[https://www.c-sharpcorner.com/article/single-page-application-using-asp-net-mvc-and-jquery/ https://medium.com/@alfatih.hergun/a-simple-way-to-make-an-spa-web-app-in-asp-net-core-mvc-0976664fae08 https://yaraba.tistory.com/494 http://www.egocube.pe.kr/translation/content/asp-net-web-api/201305270001 https://blog.naver.com/okcharles/222138969070 .net core MVC https://nameybs.tistory.com/22 https://ch-phillip.tistory.com/40 https://learn.microsoft.com/ko-kr/aspnet/core/tutorials/first-web-api?view=aspnetcore-8.0&#38;tabs=visual-studio-code]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp-net/2042/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[ASP.NET] CodeBehind 대신 SRC 사용</title>
		<link>https://wp.goodzz.shop/dev/asp-net/570</link>
					<comments>https://wp.goodzz.shop/dev/asp-net/570#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Wed, 30 Aug 2023 23:52:40 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[codebehind]]></category>
		<category><![CDATA[src]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=570</guid>

					<description><![CDATA[http://sysnet.pe.kr/3/1/4780 ASP.NET Web Forms Page Code Modelhttps://msdn.microsoft.com/en-us/library/015103yb.aspx]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp-net/570/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ASP.NET 시작</title>
		<link>https://wp.goodzz.shop/dev/asp-net/20</link>
					<comments>https://wp.goodzz.shop/dev/asp-net/20#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Mon, 24 Jul 2023 01:49:24 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=20</guid>

					<description><![CDATA[시작]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/asp-net/20/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
