ethilik

Stories kicked 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

NHibernate.Linq Alpha Released(groups.google.com)

submitted by LordLord(3737) 3 years, 4 months ago

NHibernate.Linq is a Linq provider for NHibernate 2.0.1 GA. It processes Linq expressions using NHibernate's Criteria API. This release is meant as a stopgap release pending an implementation not reliant on the Criteria API. Most queries are supported with the exception of the following: - Group Joins - Subqueries in select clause read more...

add a comment |category: |Views: 426

tags: another

Time released content in ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 4 months ago

"While working on the PDC2008 website, we had several time-critical updates. There were some announcements that needed to go live on the website at specific times to coincide with other marketing, there were updates to the list of of software being given to attendees that needed to go live right after the keynotes in which they were announced, etc." read more...

add a comment |category: |Views: 284

tags: another

How to Calculate Network Utilization in .NET(nayyeri.net)

submitted by niikniik(365) 3 years, 4 months ago

How to calculate utilization of a particular network interface in .NET using performance counters and a bit of math. read more...

add a comment |category: |Views: 519

tags: another

More jQuery Alert Dialogs Demo(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

A couple of weeks ago I wrote about Cory S.N. LaViska’s new jQuery Alert Dialogs Plugin. Since then I have used it quite a bit and have been really happy with its ease of use and simplicity. At the end of the my first post about the plugin I said I would try and show you a way to setup an alert from the server side so that it shows up once the web page loads. read more...

add a comment |category: |Views: 765

tags: another

Saving the World via… TDD?(stevenharman.net)

submitted by usshermussherm(5285) 3 years, 4 months ago

A quick snippet of code showing the gist of the Context/Specification pattern... and ensuring we won't need John Connor's help after all. read more...

add a comment |category: |Views: 397

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

Username Availability Validator AJAX Control, Release Demo(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 4 months ago

Back in September last year (2008), I posted a demo about Username Availability Validator Control. This control developed by the community on a contest initiated by Dave Ward on August 2008 as I remember. At that time the control was in beta. On October 2008 the control was released to public on its first version. And finally I wrote a a very simple documentation on the project Wiki. read more...

add a comment |category: |Views: 257

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

C# SortedDictionary(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 4 months ago

If you have ever considered using SortedDictionary, be careful. It has worse algorithmic performance than Dictionary. Here we see examples and how bad it really is. read more...

add a comment |category: |Views: 140

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

DotNetNuke Moves to CodePlex(blog.theaccidentalgeek.com)

submitted by jwanageljwanagel(395) 3 years, 4 months ago

Find out why the DotNetNuke project moved to CodePlex from SourceForge. read more...

add a comment |category: |Views: 368

tags: another