Related resources for DSL
  • Bicep Data Types Explained2/25/2024 4:54:53 AM. Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
  • Bicep: A Muscle or Part of Azure?2/21/2024 1:55:41 PM. Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
  • Azure VM Deployment Using Bicep!4/6/2023 5:34:23 AM. Bicep is an open-source, domain-specific language (DSL) developed by Microsoft
  • Elasticsearch Boolean Queries1/12/2023 1:28:15 PM. In this article, we will see how to write Boolean queries and how it is working in Elasticsearch.
  • Model Defined Function10/29/2020 4:35:50 AM. A model-defined function is the function that is defined in a conceptual model of EDMX. The body of the MDF (Model Define Function) is representing in Entity SQL, which allows the function to be used
  • String Functions in PHP: PART 12/14/2013 1:03:52 PM. In this article I describe the PHP string functions addcslashes, addslashes and bin2hex .
  • Use of Addslashes and Stripslashes Function in PHP1/6/2013 11:40:25 AM. In this article I will explain the Addslashes and Stripslashes functions in PHP.