Skip to content

Instantly share code, notes, and snippets.

View polatengin's full-sized avatar
🏠
Working from home

Engin Polat polatengin

🏠
Working from home
View GitHub Profile
@polatengin
polatengin / 0_Modular_Parameters_Design_Options.md
Last active February 26, 2024 16:46
Modular_Parameters_Design_Options

As a Bicep developer, I want to be able to import parameters from other bicepparam files, so that I can reuse parameters across multiple deployments.

In most deployment scenarios, there are parameters that are common across multiple deployments.

For example, a location, prefix/suffix, rgName parameters are often used in multiple deployments. It would be useful to be able to define common parameters in a single file, and import it into other .bicepparam files.

Design goals;

  • Allow users to split parameters to more than file
  • Good developer experience, by not forcing people to type a lot
Azure CLI DevOps Extension
C# ile uzun süren method'ları kontrol altına alın
Windows 10 UWP uygulaması içerisinde domain name uygunluk (availability) sorgulama
C# String.IndexOf, String.Contains, Regex.IsMatch(), Regex.IsMatch() Compiled performans karşılaştırma
Asp.Net Core uygulamalarında Environment (Ortam) bilgisine göre Database ConnectionString (Veritabanı Bağlantı Cümlesi) belirlemek
Asp.Net Core web uygulamalarinda HTTPS adreslere yönlendirme
C# Multi-Dimensional Array (Dizi) ve Jagged Array (Dizi) arasındaki farklar
UWP uygulamasında kullanıcının/bilgisayarın dilini bulmak