C#, .NET, .Net Core
ASP.NET MVC, ASP.NET Web Forms, ASP.NET Core
HTML 5, CSS 3, Javascript, jQuery, Bootstrap
Entity Framework, NHibernate, Dapper
Sql Server, MySql, Oracle
Windows Server, Ubuntu, Debian, Pardus
Xamarin Forms, Android Studio
--- The future of the open web platform is looking very bright!
--- .NET is a free, cross-platform, open source developer platform for building any app.
Google Analytics İzleme
25 Nisan 2010
Corel Draw X4 Açılınca Error 38 Hatası Çıkıyor ve Çözümü
13 Nisan 2010
Gridview içindeki commandfield alanının koşullara göre gizlenip, görüntülenmesi işlemi
<asp:GridView ID="gdproductBacklog" runat="server" AutoGenerateColumns="False"
CssClass="backlogtable" DataKeyNames="storyID">
<RowStyle CssClass="story" />
<Columns>
<asp:BoundField DataField="storyPriority" HeaderText="Priority" />
<asp:BoundField DataField="storyDescription" HeaderText="User Story" />
<asp:BoundField DataField="storyPoints" HeaderText="Story Points" />
<asp:CommandField ShowEditButton="True" />
</Columns>
<HeaderStyle CssClass="headerrow" />
</asp:GridView>
12 Nisan 2010
MS Vista işletim sisteminde $INPLACE.~TR ve $WINDOWS.~Q klasörleri
kaynaklar:
http://www.howtogeek.com/howto/6685/what-are-the-inplace.tr-and-windows.q-folders-and-can-i-delete-them/
http://nikste.wordpress.com/2007/12/04/vista-disk-usage-inplacetr-and-windowsq-folders/