WORDPRESS 이것저것 파헤치기
  • about me
  • wordpress
    • theme
    • plugin
    • tip
  • programming
    • .net
    • sql
    • javascript
    • mobile
    • etc
  • reference
  • contact

Home » .net

Jun 18

[추천 nuget] – Newtonsoft.Json

By : admin/ Tags : .net, convert JSON, Json, Newtonsoft, silverlight, window 8 store, windows phone/Category : .net, programming/0 Comment

  [ Json.NET is a popular high-performance JSON framework for .NET ] – Flexible JSON serializer for converting between .NET objects and JSON – LINQ to JSON for manually reading and writing JSON – High performance, faster than .NET’s built-in JSON serializers – Write indented, easy to read JSON – Convert JSON to and from […]

Jun 18

DataTable 을 Json 형태로 간단히 사용하기에 좋은 함수.

By : admin/ Tags : .net, asp.net, Datatable, GetJSONString, Json/Category : .net, programming/0 Comment

DataTable 을 Json 형태로 간단히 사용하기에 좋은 함수. *** .net 기준으로 ? ?System.Text.StringBuilder ?사용.   public static string GetJSONString(DataTable Dt, string PgTable) { string[] StrDc = new string[Dt.Columns.Count]; string HeadStr = string.Empty; for (int i = 0; i < Dt.Columns.Count; i++) { StrDc[i] = Dt.Columns[i].Caption; HeadStr += “\”” + StrDc[i] + “\” : \”” + […]

최근 글

  • JSON 데이터 검증기 추천 (2) ? JSON Formatter & Validator
  • JSON 데이터 검증기 추천 – JSON Validator
  • node.js 한글 – docs v0.2.6
  • Sql 에 사용되는 함수 예제 모음 – T-SQL examples
  • The Curse and Blessings of Dynamic SQL

최근 댓글

  • drink226 (이 사이트는 어떤 테마와 플러그인을 사용했는가 – whatwpthemeisthat)

태그

.net asp.net convert JSON Datatable Dynamic Pivot Dynamic SQL GetJSONString INIPAY javascript Json json formatter jsonlint json validator Newtonsoft nodejs nodejs 한글 Plugin silverlight Sql Sql 함수 T-Sql T-SQL examples Theme WhatWP whatwpthemeisthat window 8 store windows phone

Service Title #1

Nullam dignissim convallis est. In hac habitasse platea dictumst. Ut aut reiciendis voluptatibus, tortor!

Service Title #2

Nullam dignissim convallis est. In hac habitasse platea dictumst. Ut aut reiciendis voluptatibus, tortor!

Service Title #3

Nullam dignissim convallis est. In hac habitasse platea dictumst. Ut aut reiciendis voluptatibus, tortor!

Service Title #4

Nullam dignissim convallis est. In hac habitasse platea dictumst. Ut aut reiciendis voluptatibus, tortor!

Copyright © 2025. All Rights Reserved. Powered by WordPress. Designed by MageeWP Themes