alexey-algel.blogspot.com
Просто заметки: марта 2010
http://alexey-algel.blogspot.com/2010_03_01_archive.html
Иногда из моряков получаются программисты. Суббота, 20 марта 2010 г. Composite Application Guidance for WPF and Silverlight. Пару дней назад Денис Гладких. Разместил на TechDays.ru. Отличный доклад по использованию CompositeWPF. Ссылки на это сообщение. Ярлыки: patterns and practices. Среда, 17 марта 2010 г. Облегчаем добавление параметров к Uri. 160; public static. Name, object value. 160; var. 160; if. Builder.Query.Length 1. Builder.Query.Substring( 1. 160; }. Ссылки на это сообщение.
dotnet-revolutions.blogspot.com
Azure.Net Talks!: December 2008
http://dotnet-revolutions.blogspot.com/2008_12_01_archive.html
Wednesday, December 17, 2008. While surfing I came across this site: http:/ www.extensionmethod.net/. Plethora of extension methods for C# 3.0 and VB.Net 2008. Thursday, December 11, 2008. Rollback changeset in TFS. I just came across a situation in which I had to rollback a changeset. Surprisingly, TFS does not have a straightforward option to rollback a changeset. Please find the MSDN "How to" link below:. How to: Roll Back a Changeset. Subscribe to: Posts (Atom). View my complete profile.
awgtolearn.blogspot.com
AWGToLearn: Projects to Join
http://awgtolearn.blogspot.com/2012/08/projects-to-join.html
Sunday, August 19, 2012. Http:/ www.codeplex.com/site/search? Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Documenting my journey through the world of IT. View my complete profile. Awesome Inc. theme. Theme images by Maliketh.
awgtolearn.blogspot.com
AWGToLearn: XAML-related CLR attributes
http://awgtolearn.blogspot.com/2012/10/xaml-related-clr-attributes.html
Monday, October 15, 2012. Ref: http:/ msdn.microsoft.com/en-us/library/cc903933(v=vs.95).aspx. Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Documenting my journey through the world of IT. View my complete profile. Awesome Inc. theme. Theme images by Maliketh.
awgtolearn.blogspot.com
AWGToLearn: Training Sites
http://awgtolearn.blogspot.com/2015/09/training-sites.html
Tuesday, September 22, 2015. Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Documenting my journey through the world of IT. View my complete profile. Awesome Inc. theme. Theme images by Maliketh.
awgtolearn.blogspot.com
AWGToLearn: Specifications to Learn
http://awgtolearn.blogspot.com/2013/04/specifications-to-learn.html
Saturday, April 13, 2013. Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Documenting my journey through the world of IT. View my complete profile. Awesome Inc. theme. Theme images by Maliketh.
awgtolearn.blogspot.com
AWGToLearn: Games to Code In
http://awgtolearn.blogspot.com/2012/06/games-to-code-in.html
Monday, June 18, 2012. Games to Code In. Http:/ en.wikipedia.org/wiki/Asheron%27s Call. Http:/ en.wikipedia.org/wiki/Second Life. There is also a procedural. Scripting language, Linden Scripting Language. Which can be used to add interactivity to objects. Although sculpted prims. Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Games to Code In. N-Tier and Connection Pooling.
iandykes.blogspot.com
Ian Dykes: April 2008
http://iandykes.blogspot.com/2008_04_01_archive.html
A mixture of technical and not-so-technical discussions, gaming, programming, writing, life outside permanent employment. My new and improved blog space. Tuesday, April 22, 2008. C# Extension Methods Part 2: Extending Log4Net. OK, so after last time's brief introduction. I'll share with you a Log4Net. Extension that I've made. It's nothing really too complicated but I hope it will highlight what I feel are the advantages of this technique. SomeValue = 3;. LogDebugFormat( "This is a value: {0}". When debu...
alexey-algel.blogspot.com
Просто заметки: ноября 2009
http://alexey-algel.blogspot.com/2009_11_01_archive.html
Иногда из моряков получаются программисты. Суббота, 28 ноября 2009 г. Производительность LINQ to DataSet. Уф, наконец-то это случилось, на работе решились перевести проект с .Net 2.0 на .Net 3.5! Разумеется руки так и чешутся задействовать новые фишки =). Решил поплотнее заняться LINQ, хотя остальные к моей затее отнеслись скептически. Так вот, в проектах для передачи данных между сервером и клиентом мы используем датасеты. И нередко встречаются различные выборки данных из таблиц. Dt = GetTreeTable();.