<?xml version="1.0" encoding="UTF-8" ?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:webfeeds="http://webfeeds.org/rss/1.0"
    xmlns:media="http://search.yahoo.com/mrss/"
    >
    <channel>
        <title>Reference-type Tag - Viblo</title>
        <link>https://viblo.asia/rss</link>
        <description><![CDATA[Free service for technical knowledge sharing]]></description>
        <atom:link href="https://viblo.asia/rss/tags/reference-type.rss" rel="self"></atom:link>
                <copyright>Sun* Inc.</copyright>
                                                <webfeeds:logo>https://viblo.asia/logo_full.svg</webfeeds:logo>
        <image>
            <url>https://viblo.asia/logo_full.svg</url>
            <title>Reference-type Tag - Viblo</title>
            <link>https://viblo.asia/rss</link>
        </image>
                                <language>vi-vn</language>
        <lastBuildDate>2026-08-08T20:49:50+07:00</lastBuildDate>
                <item>
            <title><![CDATA[Kiểu giá trị - Kiểu tham chiếu - Giải thích gốc rễ]]></title>
                        <link>https://viblo.asia/p/kieu-gia-tri-kieu-tham-chieu-giai-thich-goc-re-obA46dKGLKv</link>
            <guid isPermaLink="true">https://viblo.asia/p/kieu-gia-tri-kieu-tham-chieu-giai-thich-goc-re-obA46dKGLKv</guid>
            <description><![CDATA[Nội dung bài viết này đề cập đến kiểu giá trị và kiểu tham chiếu trong C# (và có thể một số ngôn ngữ khác như Java). C# không có kiểu con trỏ và không...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">refacore</dc:creator>
            <pubDate>2024-05-18 19:07:36</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Tham chiếu và tham trị trong JavaScript]]></title>
                        <link>https://viblo.asia/p/tham-chieu-va-tham-tri-trong-javascript-RQqKL6X0l7z</link>
            <guid isPermaLink="true">https://viblo.asia/p/tham-chieu-va-tham-tri-trong-javascript-RQqKL6X0l7z</guid>
            <description><![CDATA[Tham chiếu và tham trị là những kiến thức rất quen thuộc và cơ bản nhưng không phải ai cũng có thể hiểu rõ hai khái niệm này dù đã tiếp xúc với JavaSc...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thanh Hung</dc:creator>
            <pubDate>2021-08-19 21:39:48</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Exceptions và xử lý Exception trong C#]]></title>
                        <link>https://viblo.asia/p/exceptions-va-xu-ly-exception-trong-c-naQZRyRmKvx</link>
            <guid isPermaLink="true">https://viblo.asia/p/exceptions-va-xu-ly-exception-trong-c-naQZRyRmKvx</guid>
            <description><![CDATA[1. Mô tả
Các tính năng xử lý exception của ngôn ngữ C# giúp bạn đối phó với bất kỳ tình huống bất ngờ hoặc ngoại lệ nào xảy ra khi một chương trình đa...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tuan Anh B Pham</dc:creator>
            <pubDate>2021-03-23 09:47:12</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Các loại tham chiếu Nullable trong C# (Phần 1)]]></title>
                        <link>https://viblo.asia/p/cac-loai-tham-chieu-nullable-trong-c-phan-1-gDVK2B2vKLj</link>
            <guid isPermaLink="true">https://viblo.asia/p/cac-loai-tham-chieu-nullable-trong-c-phan-1-gDVK2B2vKLj</guid>
            <description><![CDATA[1. Giới thiệu
C# 8.0 giới thiệu kiểu tham chiếu nullable và kiểu tham chiếu non-nullable cho phép bạn đưa ra các lựa chọn quan trọng về thuộc tính cho...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tuan Anh B Pham</dc:creator>
            <pubDate>2021-02-22 16:11:48</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Chương 2 Lựa chọn kiểu dữ liệu của chúng ta]]></title>
                        <link>https://viblo.asia/p/chuong-2-lua-chon-kieu-du-lieu-cua-chung-ta-V3m5WW775O7</link>
            <guid isPermaLink="true">https://viblo.asia/p/chuong-2-lua-chon-kieu-du-lieu-cua-chung-ta-V3m5WW775O7</guid>
            <description><![CDATA[Cách truyền thống, ngôn ngữ lập trình hướng đối tượng, chúng ta tạo những lớp (đây là kiểu tham chiếu (reference type)) như là bản thiết kế cho những ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">minh tri tran</dc:creator>
            <pubDate>2021-01-19 15:16:05</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Sự khác nhau giữa value type và reference type trong Swift]]></title>
                        <link>https://viblo.asia/p/su-khac-nhau-giua-value-type-va-reference-type-trong-swift-naQZRYQdKvx</link>
            <guid isPermaLink="true">https://viblo.asia/p/su-khac-nhau-giua-value-type-va-reference-type-trong-swift-naQZRYQdKvx</guid>
            <description><![CDATA[Nguồn: https://medium.com/@abhimuralidharan/difference-between-value-type-and-a-reference-type-in-ios-swift-18cb5145ad7a

Định nghĩa
Value type: mỗi i...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giang Mai Thi</dc:creator>
            <pubDate>2019-03-20 18:31:54</pubDate>
                                                                                                        </item>
            </channel>
</rss>
