Quantcast
Channel: Jason Niver's Blog
Browsing all 12 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Web Parts the Simple Way - Use User Controls

One of the first questions I usually get about SharePoint development is how to make the WebPart development process simpler.  My answer to that is use UserControls.  There is a very good solution on...

View Article


Image may be NSFW.
Clik here to view.

Importing a File Share into Document Library via PowerShell

So today I was asked for a way to automate importing files from a file share into a document library.  For this, ACL's were not an issue, however using PS's Get-ACL function can get you that as well to...

View Article


Image may be NSFW.
Clik here to view.

Downloading files from the internet in PowerShell (with progress)

Ok, so the easiest way (that I know of) to download files in powershell from the internet is to use the .net WebClient.  The simple way I started with was the two...

View Article

Image may be NSFW.
Clik here to view.

Using certificates from the Windows certificate store

I recently had to setup some web services that used certificates to communicate back and forth and one thing I found is that pretty much every site I found references on was using a file on the file...

View Article

Image may be NSFW.
Clik here to view.

Sending Encrypted E-Mails in C#

So I was faced with the problem of sending an encrypted email to a group of people.  Not really thinking, I responded with sure we can do that no problem. Getting back to my desk I started working on...

View Article


Image may be NSFW.
Clik here to view.

SQL Server Index Maintenance

After working on a problem where the transaction logs for a large database were filling to sizes larger then the actual database every night it turned out to be a server maintenance plan that rebuilt...

View Article

Web Parts the Simple Way – Use User Controls

One of the first questions I usually get about SharePoint development is how to make the WebPart development process simpler.  My answer to that is use UserControls.  There is a very good solution on...

View Article

Importing a File Share into Document Library via PowerShell

So today I was asked for a way to automate importing files from a file share into a document library.  For this, ACL’s were not an issue, however using PS’s Get-ACL function can get you that as well to...

View Article


Downloading files from the internet in PowerShell (with progress)

Ok, so the easiest way (that I know of) to download files in powershell from the internet is to use the .net WebClient.  The simple way I started with was the two liner: $client = New-Object...

View Article


Using certificates from the Windows certificate store

I recently had to setup some web services that used certificates to communicate back and forth and one thing I found is that pretty much every site I found references on was using a file on the file...

View Article

Sending Encrypted E-Mails in C#

So I was faced with the problem of sending an encrypted email to a group of people.  Not really thinking, I responded with sure we can do that no problem. Getting back to my desk I started working on...

View Article

SQL Server Index Maintenance

After working on a problem where the transaction logs for a large database were filling to sizes larger then the actual database every night it turned out to be a server maintenance plan that rebuilt...

View Article
Browsing all 12 articles
Browse latest View live


Latest Images