Skip to content

Instantly share code, notes, and snippets.

View tusmester's full-sized avatar
🎯
Cleaning up stuff and preparing for the future.

Miklós Tóth tusmester

🎯
Cleaning up stuff and preparing for the future.
View GitHub Profile
@tusmester
tusmester / post.snmvc.views.index2.cshtml
Created February 8, 2018 13:03
#sn #mvc #view #index #dashboard
@{
ViewBag.Title = "Dashboard";
}
@using SenseNet.ContentRepository.Storage.Security
@using SenseNet.Portal.Helpers
@model SnWebApplication.Models.DashboardViewModel
<h2>@ViewBag.Title</h2>
<h3>@ViewBag.Message</h3>
using SenseNet.ContentRepository.Storage.Data.SqlClient.Blob;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using SenseNet.Diagnostics;
namespace SenseNet.ContentRepository.Tests.Data
using System;
using System.IO;
namespace SenseNet.ContentRepository.Tests.Data
{
internal class FileSystemChunkReaderStream : Stream
{
private readonly string _directoryPath;
private readonly int _chunkSize;
using System;
using System.IO;
namespace SenseNet.ContentRepository.Tests.Data
{
internal class FileSystemChunkWriterStream : Stream
{
private readonly Guid _id;
private readonly int _chunkSize;