Type a common keyword e.g.
for
Then hit the Tab key twice.
VS generates:
for (int i = 0; i < length; i++)
{
}
There's a whole lot of others listed here:
Enjoy!
Ideas and thoughts about Microsoft Identity, C# development, cabbages and kings and random flotsam on the incoming tide
for (int i = 0; i < length; i++)
{
}
Why should I use this framework?
How popular is it?
Real companies building real applications use this framework. Most people who evaluate this framework choose to use it.
There is another popular framework with a download of several megabytes(!!), while yours is only about 100K (the DLL itself is only 40K). What gives?
With this framework you get a framework. Out of the box you'll be able to accomplish 99% of your logging tasks. Yet it isn't bloated with unnecessary complexities. For the 1% of other logging tasks you might have, you can easily extend it.