اشتراک‌ها
سؤالات مصاحبه SQL

The purpose is to save you time and quickly filter out DB-experienced guys from the ones that just claim to be. 

سؤالات مصاحبه SQL
اشتراک‌ها
آسیب پذیری Ghost در لینوکس

The Linux GNU C Library (glibc) versions prior to 2.18 are vulnerable to remote code execution via a vulnerability in the gethostbyname function. 

آسیب پذیری Ghost در لینوکس
نظرات مطالب
EF Code First #3
- خیر.
- کلیه سفارشی سازی‌های ویژه توسط Fluent API قابل انجام هستند:
// How to rename complex type to not having the prefix of the class name
modelBuilder
     .ComplexType<InterestComponent>()
     .Property(type => type.Interest1)
     .HasColumnName("Interest1");
فایل‌های پروژه‌ها
PdfRpt-2.0.zip
- Fixed conflicts of default footer's font and default document's font.
- Added an optional parameter to DocumentPreferences.BackgroundImage method to specify the absolute position of the background's image.
- Enabled running in medium trust environment.
- Added PageTableAdded event. PageTableAdded Fires after each part of the MainTable has been added to the current page.
- Added CustomSummaryPerPagePdfReport sample to show how to use PageTableAdded event.