sandra

Stories kicked by sandra

Consolas font for Visual Studio(microsoft.com)

submitted by jasper22jasper22(1320) 5 years, 10 months ago

Optimized for Microsoft ClearType The Microsoft Consolas Font Family is a set of highly legible fonts designed for ClearType. It is intended for use in programming environments and other circumstances where a monospaced font is specified. This installation package will set the default font for Visual Studio to Consolas. I just extracted the font files and make them 'default' in my Visual Studio 2003 read more...

add a comment |category: |Views: 19

tags: another

Free user interface toolkit for .NET 2.0 winforms(componentfactory.com)

submitted by sandrasandra(115) 5 years, 10 months ago

Controls include KryptonButton, KryptonCheckButton, KryptonSplitContainer, KryptonHeaderGroup, KryptonManager, KryptonPalette, KryptonGroup, KryptonHeader, KryptonPane. read more...

add a comment |category: |Views: 43

tags: another

Request an ASP.NET sample, have it built by MVPs(weblogs.asp.net)

submitted by sandrasandra(115) 5 years, 10 months ago

Ken Kox and other MVPs are taking part in a new community feature on ASP.NET called 'By The Community, For the Community'. The community vote on which project should be built next, and the MVPs get to work. read more...

add a comment |category: |Views: 1

tags: another

Tip/Trick: Custom formatting HTML in Visual Web Developer and VS.NET(weblogs.asp.net)

submitted by MarthaBassMarthaBass(490) 5 years, 10 months ago

Problem : You receive an HTML or ASP.NET page from another developer you work with whose html source formatting standards are different from your own (bad use of casing, inconsistent indenting, etc). You want to quickly clean-up and format the HTML “the right way” – where “the right way” is naturally defined as own your personal preference (and naturally every developer thinks their preference is "right" <g>). Solution : Visual Web Developer and Visual Studio 2005 include a rich HTML source formatting rules engine that enables you to configure exactly how you want HTML markup to look. read more...

add a comment |category: |Views: 8

tags: another

Strongly-Typed Reflection(ayende.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Ayende Rahien presents a solution for strongly-typed reflection. - "I refactor a lot, and I just hate it when everything compiles okay, and then things breaks on runtime. I think that static reflection will enable writing amazing code. The functionality is already built into the CLR (check the ldtoken/ldftn IL instructions and friends). It didn't make it into the 2.0 release, but I hope that it will be in the next release. In the meantime, the 2.0 Reflection has been optimized, so that is what we have for now. But it's not enough for me. ..." read more...

add a comment |category: |Views: 60

tags: another

ScottWater.CS.Module Pack II(scottwater.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Scott Watermasysk has released an update to the CS.Module pack for Community Server. The ShareIt module is now configurable, you can now add/remove links as well as rearrange the order. A 'kick it' link is included, hopefully the 'kick it' link will be added to weblogs.asp.net in the next update read more...

add a comment |category: |Views: 3

tags: another

Serializing Objects as JavaScript using Atlas, JSON.NET and AjaxPro(hanselman.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Scott Hanselman compares three .NET <--> JSON serialisation libraries. I have been using AjaxPro.NET, but am interested in trying out Json.NET read more...

add a comment |category: |Views: 61

tags: another