Click here to Skip to main content
16,006,442 members

Articles by Puresharper (Tip/Tricks: 10)

Tip/Tricks: 10

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.53

.NET
4 Jun 2017   Updated: 4 Jun 2017   Rating: 4.50/5    Votes: 5   Popularity: 3.15
Licence: CPOL    Views: 7,021     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Visual Studio is a nice IDE with a lot of features. One of them is an ability to launch multiple instance with different configuration.
Programming Languages
C#
3 Jun 2017   Updated: 3 Jun 2017   Rating: 4.65/5    Votes: 6   Popularity: 3.62
Licence: CPOL    Views: 7,851     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
There are a lot of articles that explain how to use custom attributes, but it is not always obvious whether this is a good practice or on the contrary a design error that can be expensive
29 Dec 2016   Updated: 29 Dec 2016   Rating: 4.52/5    Votes: 10   Popularity: 4.52
Licence: CPOL    Views: 23,832     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
A simple library can allow you to introduce Aspect-Oriented Programming without any difficulty
3 Jun 2017   Updated: 4 Jun 2017   Rating: 4.75/5    Votes: 6   Popularity: 3.70
Licence: CPOL    Views: 11,831     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Postbuild is commonly used to update configuration file, rewrite MSIL, generate additional code, prepare deployment and many other things. The ability to manage it easily can be important to industrialize it.
4 Jun 2017   Updated: 4 Jun 2017   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 43,461     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
How to generate basic swagger yaml description for WCF automatically on build time with Swagger4WCF .NET 4.0+
5 Jun 2017   Updated: 5 Jun 2017   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 7,640     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In many cases, it is important to know if performance of third party library or own code is efficient or not.
4 Jun 2017   Updated: 15 Aug 2018   Rating: 3.24/5    Votes: 9   Popularity: 3.09
Licence: CPOL    Views: 9,450     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Puresharp Reflection API .NET 4.0+ provides a way to use Reflection without defining string constants to get metadatas based on linq expressions & lambda expressions.
4 Jun 2017   Updated: 4 Jun 2017   Rating: 4.33/5    Votes: 5   Popularity: 3.03
Licence: CPOL    Views: 10,054     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Lazy loading is a nice feature but sometimes it is more efficient to eager fetch. However entity framework does not provide an easy way to do it.
1 Jun 2017   Updated: 7 Jun 2017   Rating: 4.80/5    Votes: 16   Popularity: 5.51
Licence: CPOL    Views: 33,792     Bookmarked: 18   Downloaded: 0
Please Sign up or sign in to vote.
NuPack is a nuget package used to add a build step to a project in order to pack output into a nuget package.
7 Jun 2017   Updated: 7 Jun 2017   Rating: 4.50/5    Votes: 8   Popularity: 4.06
Licence: CPOL    Views: 11,281     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
NuPack is a nuget package that injects a build action to create a nuget package at build time. It covers common patterns but can't handle specific needs or advanced features natively. Fortunately, it offers an extension API to complete its behavior.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Architect
France France
After working in electronics, I fall in love with software development which is a real passion for me, particulary architecture concerns for productivity.