Quantcast
Channel: CHUVASH.eu » extension
Browsing all 5 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Content Type Id for Image, Audio and Video

After debugging I have found the Content Type Ids for Image, Audio and Video in the assets library. These content type ids are not present in SPBuiltInContentTypeId. public class...

View Article



Image may be NSFW.
Clik here to view.

Check if user is in group

Use LINQ to check if user is in a group. Create an extension method. public static bool InGroup(this SPUser user, SPGroup group) { return user.Groups.Cast<SPGroup>() .Any(g => g.ID ==...

View Article

Image may be NSFW.
Clik here to view.

Do an unsafe update in a unified manner

Recently I talked about a WithWeb-pattern as described in Jonas Nilssons blog where you can isolate the disposal logic in one place. Another thing is to isolate unsafe updates: public static class...

View Article

Image may be NSFW.
Clik here to view.

Simplify js and css development with Web Essentials (Visual Studio Extension)

If you develop much javascript and css, this is the exension to Visual Studio you just can’t live without: Web Essentials (It is even released for VS2012). You can do many things with it. Here are two...

View Article

Image may be NSFW.
Clik here to view.

Working with resx files in Visual Studio

Today I found a nice Visual Studio Extension for working with localization and resx files: Resx Resource Manager. This extension provides an additional view in your project and scans all the resx...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images