Software 썸네일형 리스트형 Social Links Social Share Buttons1.Face Book Share:*Create Facebook account with developer*Create an Application with proper configuration(see attached image for social-facebook.png)-App ID/App Secrete should be match with link button app_id parameter(see following example source code)*added a onclick event to know how many users clcked this icon on GAC(Google Analytic Code) Example 더보기 UML Diagram Notation 더보기 File IO Example Cout object는 다음과 같은 manipulator를 사용할 수 있다. endl : newline 문자를 삽입한 후, 버퍼를 flush한다. ends : null문자를 삽입한다 flush : 출력 버퍼를 flush한다 폭지정 (width) 출력되는 항목에 폭을 지정하기 위해서는 setw 조작자를 더보기 Programming Fonts Well organized siteViper.pe.krFont ranking siteMS Fonts helpA programmer site 더보기 const 상수 사용 다음을 통해 상수의 사용을 정확하게 이해하자. /* //------------------------------------------------------------------------------- case 1: const변수에 초기화 - 멤버 변수를 initializer 를 통해 초기화 해야 한다. */ class AA{ const int conval; .... } AA():conval(2) { ..... } /* //------------------------------------------------------------------------------- case 2: Member함수가 const가 되면, 이 함수를 통해서 멤버 변수의 값이 변경되는 것은 허용되지 않는다.. */ /* //-----.. 더보기 [Logic] From Presentation layer to DB What things need to do 보호되어 있는 글입니다. 더보기 ADO.NET1 The Two faces of ADO.NET Connected Disconnected Understanding ADO.NET Data Provider can access any unique features of a particular DBMS Be able to directly connect to the underlying engine of the DBMS Core Object of an ADO.NET Data Provider Object Base Class Implemented Interfaces Connection DbConnection IDbConnection Provides connect / disconnect object and a related transaction object Command.. 더보기 VB.NET and C# Comparison Program Structure Comments Data Types Constants Enumerations Operators Choices Loops Arrays Functions Strings Regular Expressions Exception Handling Namespaces Classes / Interfaces Constructors / Destructors Using Objects Structs Properties Delegates / Events Generics LINQ New! Console I/O File I/O The original right of this article, you can find in this url page : http://www.harding.edu/fmccown.. 더보기 Serialization Object Graphs The Role of Object Graphs The set of object to serialize is referred to as an OBJECT GRAPH by CLR. Object graphs provide a simple way to document how a set of objects refer to each other and do not necessarily map to classic OO relationships (such as the “is-a” or “has-a” relationship), although they do model this paradigm quite well.(Apress Pro C# 2008-P742) A group of objects to .. 더보기 File Stream To Write Stream Data to a file Encoding Stream data //System.String Write //FileStream.Write() Reset Position //Position Read Again //ReadBytes() Source // Don't forget to import the System.Text and System.IO namespaces. static void Main(string[] args) { Console.WriteLine("***** Fun with FileStreams *****\n"); // Obtain a FileStream object. using(FileStream fStream = File.Open(@"C:\myMessage.dat.. 더보기 이전 1 2 3 4 ··· 22 다음