ethilik

Stories submitted by ethilik

How to Change System Date Programmatically With C#(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 2 months ago

A useful class in order to Change System Date Programmatically With C# read more...

add a comment |category: |Views: 79

tags: another

Windows 7 Beta Available For MSDN Subscribers (x86) And (x64)(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

Windows 7 is now available in Beta for MSDN Subscribers. Both x86 and x64 versions are available. read more...

add a comment |category: |Views: 7

tags: another

ASP.NET MVC Implementation of StackOverFlow(codeplex.com)

submitted by ethilikethilik(1855) 3 years, 4 months ago

An Open Source ASP.NET MVC Implementation of StackOverFlow read more...

add a comment |category: |Views: 72

tags: another

Scheduled ASP.NET Task Manager(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

In this article I’ll talk about Scheduled Task Manager in a ASP.NET Environment. We often need to make scheduled tasks running in background but it’s not very simple to make it with ASP.NET read more...

add a comment |category: |Views: 175

tags: another

Secure ASP.NET MVC Applications(weblogs.asp.net)

submitted by ethilikethilik(1855) 3 years, 4 months ago

One of the greatest advantages of ASP.NET MVC is that it provides a "Close to the Metal" programming experience and you have full control over the HTML. It aslo means that you should care about the vulnerabilities regards with your HTML. In webform, server controls would be automatically HTML-encoded their outputs. While developing ASP.NET MVC apllications, you should filter your HTML to avoid XSS attacks. Use the following HTML helper methods to avoid vulnerabilities in your ASP.NET MVC applications. read more...

1 comment |category: |Views: 353

tags: another

How-To Change Visual Studio CSS Editor Default Format Settings(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

Here is a Quick Tip in order to Change Visual Studio CSS Editor Default Format Settings read more...

add a comment |category: |Views: 36

tags: another

Regular Expression MapRoute With ASP.NET MVC(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

In this article I’ll talk about ASP.NET MVC Routes and Regular Expression. I based my article from the Fredrik Kalseth’s Blog about Defining Routes using Regular Expressions in ASP.NET MVC. Fredrik provides a Custom Implementation of Route in order to be able to use Regular Expression Patterns with MVC Routing. However we are not able to use that with the MapRoute Extension Method of RouteCollection. So Here is a Custom Implementation of the MapRoute Extension Method which takes advantage of RegexRoute Implementation made by Fredrik. read more...

add a comment |category: |Views: 340

tags: another

Using IQueryable<T> Extension Methods With LinqToSql(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

A pretty useful way to build simple LinqToSql Queries with reusable IQueryable Extension Methods. read more...

add a comment |category: |Views: 177

tags: another

Most Interesting .NET StackOverFlow Questions(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

Today a short list of My Personal Most Interesting .NET Questions to me asked on StackOverFlow I founded. read more...

add a comment |category: |Views: 777

tags: another

Hidden Features of C#(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

In this article, I’ll just link to a pretty great StackOverFlow Question about Hidden Features of C#. Most of C# Features are obscure for us and need some explanations, the following list and explain how to use it. read more...

add a comment |category: |Views: 1179

tags: another

Tip #40: Did you know…How to scope master pages?(blogs.iis.net)

submitted by ethilikethilik(1855) 3 years, 4 months ago

Master page is a template page that can be used to create a consistent layout for your application. First you create a master page to define the look & feel of the application and then you create the content pages that contains the content. read more...

add a comment |category: |Views: 13

tags: another

Enum String Values Revised(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

In this article I’ll provide an improvement about my previous post talking about String Values from Enumerations. Previously we was only able to handle String Values for Enums but with the following we are now able to handle any type of values like DateTime, String, Decimal, etc.. read more...

add a comment |category: |Views: 26

tags: another

DotNetKicks And AddToAny Buttons Extension For BlogEngine(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

Here is a very useful Extension for BlogEngine in order to simply Add DotNetKicks Button and also AddToAny Features (Share and Subscribe) read more...

add a comment |category: |Views: 15

tags: another

How-To Get Human Friendly File Size With C#(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

In this article I’ll provide a simple way to Display Human Friendly File Size with C#. read more...

add a comment |category: |Views: 104

tags: another

Useful HttpResponse Extension Methods(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

In this article a few useful Extension Methods for HttpResponse. We often need to Write something to Response with New Line at the End or Switch Current Response to Ssl Mode. read more...

add a comment |category: |Views: 21

tags: another

Pluggable Generic ASP.NET Cache Manager(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

In this article I’ll provide a simple way in order to build a Pluggable Generic ASP.NET Cache Manager. read more...

3 comments |category: |Views: 470

tags: another