最終更新日:2025/11/25
(computing, programming) A technique in object-oriented programming in which the visual and back-end source code are stored in separate files, allowing designers and programmers to work independently. Code-behind is a technique used in Microsoft programming platforms, including ASP.NET and XAML, where the practice is facilitated by separating the visual and code aspects through the use of partial classes.
音声機能が動作しない場合はこちらをご確認ください
正解を見る
code-behind
編集履歴(0)
元となった辞書の項目
code-behind
名詞
不可算名詞
(computing,
programming)
A
technique
in
object-oriented
programming
in
which
the
visual
and
back-end
source
code
are
stored
in
separate
files,
allowing
designers
and
programmers
to
work
independently.
Code-behind
is
a
technique
used
in
Microsoft
programming
platforms,
including
ASP.NET
and
XAML,
where
the
practice
is
facilitated
by
separating
the
visual
and
code
aspects
through
the
use
of
partial
classes.
日本語の意味
コードビハインドとは、オブジェクト指向プログラミングにおける技法の一つで、UI(視覚部分)と処理ロジック(バックエンドのコード)を別々のファイルに分けることで、デザイナーとプログラマーが独立して作業できるようにする手法です。 / Microsoftのプログラミングプラットフォーム(ASP.NET、XAMLなど)で用いられる技法で、部分クラスを利用して視覚面とコード面を分離し、保守性と共同作業の効率を向上させます。
意味(1)
(computing,
programming)
A
technique
in
object-oriented
programming
in
which
the
visual
and
back-end
source
code
are
stored
in
separate
files,
allowing
designers
and
programmers
to
work
independently.
Code-behind
is
a
technique
used
in
Microsoft
programming
platforms,
including
ASP.NET
and
XAML,
where
the
practice
is
facilitated
by
separating
the
visual
and
code
aspects
through
the
use
of
partial
classes.