19 Nisan 2018 Perşembe
VSTS - BITNAMI SONARQUBE INTEGRATION WITH HTTPS ( SSL ) SUPPORT
23 Mart 2015 Pazartesi
Entityframework Include İşleminde Many Tablo Üzerinden Dolaşım
Selamlar,
EF Include kullanımı ile join sorgular üretip, nesneleri baştan yükleyebiliyoruz.
Genellikle sorulan kısım; 1-n bir nesneye include tanımladım, ancak hedef nesnede yer alan 1-1 entity için include nasıl tanımlayabilirim şeklinde oluyor.
Çözümlü örnek şu şekilde;
Modelimiz:
var query = ctx.Counties.Include(x => x.Cities.Select(c => c.State))
ilgili linkler:
İyi çalışmalar
Serkan
4 Mart 2015 Çarşamba
21 Ekim 2014 Salı
Visual Studio 2013 Task host node exited prematurely.
Derleme yaparken aşağıdaki hata geliyor ise
ERROR C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2348,5): Task host node exited prematurely. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt.
ERROR C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2366,7): The "GenerateResource" task's outputs could not be retrieved from the "FilesWritten" parameter. Object does not match target type.
C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe dosyasını C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe klasorune kopyalıyoruz.
14 Ekim 2014 Salı
1 Ekim 2014 Çarşamba
RadWindow ReloadOnShow
30 Eylül 2014 Salı
ScalableList: Index outside the allowed range
Missing URL parameter: IterationId
<error
VS2013 CONVERT PROBLEMLERI
<add key="vs:EnableBrowserLink" value="false" />
|
22 Eylül 2014 Pazartesi
VS2013 Debug Problemi
18 Eylül 2014 Perşembe
Visual Studio 2013 Yeni Ozellikler
Peek Definition – Alt+F12
Code Lens (ALT-2)
Roaming Settings
Browsing Link
Examine return values of method calls
10 Eylül 2014 Çarşamba
web.config encryption
Merhaba,
web.config dosyasındaki kritik bilgilerin şifrelenmesi için güzel bir msdn makalesi.
http://msdn.microsoft.com/en-us/library/dx0f3cf2(v=vs.85).aspx
5 Eylül 2014 Cuma
windows service olusturma ve kurulum
Selamlar,
Windows service olusturma ve install ile ilgili guzel bir msdn yazısı.
http://msdn.microsoft.com/en-us/library/zt39148a(v=vs.110).aspx
Ayrı bir install paketi icin VS2010 projelerinde setup ve deployment proje yaratıyorduk.
2012 de kaldırılmış. Installshield Limited Edition Template’i gelmiş.
http://msdn.microsoft.com/en-us/library/2kt85ked(v=vs.110).aspx
26 Ağustos 2014 Salı
SSRS The request failed with HTTP status 401: Unauthorized
Exception Details: System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
|
Stack Trace:
[WebException: The request failed with HTTP status 401: Unauthorized.]
Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.GetSecureMethods() +192
Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.IsSecureMethod(String methodname) +51
Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.SetConnectionSSLForMethod(String methodname) +12
Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ProxyMethodInvocation.Execute(RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod) +417
Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID) +180
Microsoft.Reporting.WebForms.ServerReport.EnsureExecutionSession() +79
Microsoft.Reporting.WebForms.ServerReport.GetParameters() +49
YnaDialogBasePage.Page_Load(Object sender, EventArgs e) +130
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
|
12 Ağustos 2014 Salı
TELERIK 2014.2.618.35 GEÇİŞİNDE ORTAYA ÇIKAN SORUNLAR VE ÇÖZÜMLERİ
TELERİK 2014.2.618.35 GEÇİŞİNDE ORTAYA ÇIKAN SORUNLAR VE ÇÖZÜMLERİ
HTML Hataları
<GridBoundColumn Display=”false”> alan adedini azaltmak için
| |
BoundColumn’u silip, Multiple datakeyname kullanabiliriz.
|
Griddten çektiğimiz Id ile, güncel bilgiye VT den erişecek bir yapıya geçeriz.
|
|
Breaking Changes
11 Temmuz 2014 Cuma
IIS subpath'te ayrı bir uygulama çalıştırmak
Merhaba,
IIS 7 ve üzerinde host edilen uygulamalarımızda, aynı domain ve subpath’lerinde farklı uygulamalar çalıştırmamız gereken durumlar olacaktır.
Örneğin;
xyz.fabrikam.com isimli dns’ten yayın yapan bir web application var. Klasik bir asp.net uygulaması. Forms authentication ile çalışıyor.
xyz.fabrikam.com\ozelservis isimli bir adresten web servis ile farklı uygulamalara data yayınlamak istiyoruz.
Mevcut durum:
İstenilen:
1) Sağ click, add application
2) Alias tanımlama ve web servis path’i gösterme
Çalışma ortamını hazırladık.
Devamında yaşanan en büyük sorun, child uygulamanın, master uygulamanın web.config dosyasından etkilenmesi (en sık yaşanan örnek, site forms authenticationlı, web servis’e erişimde sıkıntı yaşanır).
Bunu yönetmek için en yaygın çözüm yöntemi inheritInChildApplications kullanımı.
Tag’in kullanımı ile ilgiye aşağıdaki linkten bakabilirsiniz.
İyi çalışmalar