#

WE ARE SHARING

OUR EXPERIANCE.

BELIEVE THE POWER OF SHARE

BLOG

C# 7 de Tuple

C# 7.0 introduced ValueTuple structure, which is a value type representation of the tuple object. The language team made many good things for this value tuple type, including a new syntax and many features (such as deconstruction.)

READ MORE

Meta Tags Google Understands

Meta tags are text fragments that describe the content of a page; Meta tags appear only in the page's code, not on the page. Meta tags are information tags placed in the head section of the HTML code. Meta tags are a great way for webmasters to tell their search engines ab...

READ MORE

CSS3 @media query

Media queries (responsive = responsive design) is a CSS technique introduced in CSS3. If certain conditions or conditions are true, the @media tag is used to change one or more blocks of CSS properties.

READ MORE

Domain Driven Design(DDD)

Domain Logical Design can be called domain-driven design even if it does not meet the meaning of Turkish counterpart. We can define DDD as a software approach to achieving complex needs by linking application to a developing model.

READ MORE