Roxzat

Stories kicked by Roxzat

[.NET 2.0] Playing Around with BuildProvider and CodeDom(weblogs.asp.net)

submitted by ramiljoaquinramiljoaquin(465) 3 years, 9 months ago

This is old news for some of you, but I've never looked at the ASP.NET buildprovider functionality in more detail until tonight, and it is pretty cool. The buildprovider can generate/build code from certain file types you drop into an ASP.NET project and I'm sure you're familiar with .xsd files and how VS.NET generates classes from those. The cool thing is that you can write your own buildprovider and generate code yourself. read more...

add a comment |category: |Views: 15

tags: another

Windows Mobile API Usage Tool (kvnc.net)

submitted by ozuolmezozuolmez(335) 3 years, 9 months ago

Microsoft has announced a free tool for Windows Mobile programmers that can take stock of what resources applications are using. The "Windows Mobile API Usage Tool" performs static analysis of selected binaries, then reports on their usage of APIs (application programming interfaces) and other resources... read more...

add a comment |category: |Views: 12

tags: another