By tag: C-Sharp
0
kicks
Using Claims-Identity with SimpleMembership in ASP.NET MVC 4
Punit Ganshani illustrates how to use claims identity with SimpleMembershipProvider in ASP.NET MVC 4
0
kicks
Custom paging in gridview
Very well presented post demonstaring how to implement Custom paging in gridview.
0
kicks
Modeling a Directory Structure on Azure Blob Storage
Utilize the Azure SDKs and APIs to organize Blob data in a Hierarchal format
0
kicks
C# Performance Benchmark Mistakes: Pt 1
In this series of articles, I'm going to go through some of the mistakes I frequently see people making who are attempting to write benchmarks in C#. But before we get into the mistakes, I suppose I should introduce myself and define the term...
0
kicks
Filter Collections Automatically With Entity Framework Code First
How to filter entity collections automatically in Entity Framework Code First
0
kicks
WYSIWYG Html Editor and XSS Attack Prevention
How to prevent cross site scripting (XSS) attack due to html editors.
0
kicks
Setting the Foreground Window
Occasionally it is necessary for a .NET program to activate a window that belongs to a separate application. The facility to set the foreground window is not available through the .NET base class library but is possible using Platform Invocation Services.
0
kicks
Create Hindi TextBox Using Google Transliteration in ASP.Net
Here, I am explaining you how to create a hindi textbox in ASP.Net using Google Transliteration.Here I am mainly targeting english to hindi transliteration. You can use any language which is supported by Google.
0
kicks
Visual Studio 2012 Tip- Closed All But Pinned feature
Visual studio 2012 is one of best IDE I have ever used. Everyday I am discovering something new with that IDE which is more productive. Today I have discovered “Closed All But Pinned” feature. I thought It’s a good idea to write a quick tip post.
Problem with Earlier Version:
Earlier we used to hav...
0
kicks
Using Signlar To Publish Server Side Dashboard Data
Quick article on some dabbling I've been doing with the latest version of Signlar. Very cool tech and provides an easy to follow github solution to get you up and running with a basic publishing hub
0
kicks
Testing a Longest Common Prefix Implementation Using Model-Based Testing
You have a function, and you need to unit-test it using many different test cases. Rather than writing these tests by hand, you can use Model-Based Testing (MBT) with Spec Explorer to write a model that generates these tests automatically. This post shows an example.
0
kicks
Recommended Reading Guides for ASP.NET MVC
I've been working with a couple of developers (Nick Harrison, Ugo Lattanzi, and soon - Steve Syfuhs) to create curated guides introducing people to all aspects of ASP.NET MVC. It's carefully chosen recommended reading, and we'd love to get your feedback on what we've been creating!
0
kicks
Deeper Dive into ScriptCS
In this article, we will be exploring the newish REPL interactive mode, script packs, and many other cool features of ScriptCS.
0
kicks
CLR Diagnostics with ClrMD and ScriptCS REPL
WinDbg+SOS has been used by .NET developers for years. It is a very powerful profiling/analysis tool that unfortunately is quite hard to use and exposes native-only API. By releasing ClrMD library Microsoft makes CLR heap memory inspection accessible to regular C# developers and enables them to wr...