Skip to content

Note

不挑戰記憶力的技術筆記

Menu
Menu

分類: C#

[C#] 取得 Request URL 的方法

Posted on 2022 年 11 月 10 日2022 年 11 月 10 日 by febr

前言 解析 Request URL 時會進行一些判斷來擷取字串,早期常見到會利用 Substring 和 In…

Read more

[ASP.NET MVC][C#] How to generate checkboxes in Razor View 如何於Razor View產生checkboxes

Posted on 2021 年 4 月 9 日2022 年 11 月 10 日 by febr

前言 本文介紹兩種產生方式,第一種為單頁面,第二種為建立PartialView並透過ajax取得內容。 方法 …

Read more

[ASP.NET MVC][C#]陣列或項目加總使用Zip

Posted on 2020 年 7 月 3 日2021 年 5 月 6 日 by febr

兩個相同長度的陣列內容相加 : 兩個相同長度的List內容相加 :

Read more

[C#] 使用 Process Class 執行其他命令列或程式

Posted on 2016 年 9 月 5 日 by febr

using System.Diagnostics; Process p = new Process(); p….

Read more

[C#] 產生 JSON 的幾種方式

Posted on 2015 年 9 月 24 日 by febr

建立ViewModal 先建立viewmodal : namespace MyModel.Models { u…

Read more

[ASP.NET MVC] Remote Validation

Posted on 2015 年 9 月 24 日 by febr

作form validation時,前端有時候會需要透過ajax檢查某些欄位, 例如會員註冊時,檢查此帳號是否…

Read more

[ASP.NET MVC][C#] ActionFilterAttribute

Posted on 2015 年 5 月 13 日 by febr

想在Controller Action執行前後做某些事情,可以利用ActionFilterAttribute …

Read more

[ASP.NET MVC] DateTime format

Posted on 2014 年 4 月 29 日 by febr

因為型態只有Datetime,要View要顯示其他格式需要format, 在Model partial cla…

Read more

[C#] 利用Stylecop控制Code Style on Visual Studio

Posted on 2014 年 4 月 23 日 by febr

Stylecop 主要是針對 C# 語言特性所定義, 用來檢測 C# 是否符合Code Style,讓codi…

Read more

[ASP.NET MVC 4] Bundle最佳化和打包JS、CSS

Posted on 2014 年 4 月 18 日 by febr

於 ViewsShared_Layout.cshtml 中可看到 [csharp] @Styles.Rende…

Read more

近期文章

  • [AWS] S3 Object Initiate restore (復原回 Standard)
  • [Windows] 使用者快速登出的方法 Logout/ Logoff/Sign Out from Windows User Account
  • [Windows] Windows 11 安裝Server管理工具Install RSAT(Remote Server Administrator Tools)
  • Chrome出現:你的連線不是私人連線 Your connection is not private
  • [C#] 取得 Request URL 的方法

近期留言

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    其他操作

    • 登入
    • 訂閱網站內容的資訊提供
    • 訂閱留言的資訊提供
    • WordPress.org 台灣繁體中文
    © 2025 Note | Powered by Superbs Personal Blog theme