sontek

Stories kicked by sontek

Don’t use Delete Links because they create Security Holes(stephenwalther.com)

submitted by MarwanMarwan(850) 3 years, 4 months ago

Reasons why you shouldn't use a Delete link in your web application read more...

3 comments |category: |Views: 640

tags: another

Whitehouse.gov: an ASP.NET site(dotnetperls.com)

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

This article looks into the JavaScript libraries, HTTP headers, platform and more of the new Whitehouse website. It includes statistics and some suggestions. read more...

5 comments |category: |Views: 676

tags: another

Repository<T> good or bad?(codebetter.com)

submitted by malovicnmalovicn(1590) 3 years, 4 months ago

Greg took a bite on current ALT .Net hot topic: Generic repositories read more...

1 comment |category: |Views: 851

tags: another

Fire and Forget Email, Webservices and more in ASP.NET(jdconley.com)

submitted by jconleyjconley(650) 3 years, 4 months ago

Ever want to send an email or make a web service call and not have it slow down the page load process? The author presents a simple method for doing so along with a clear description of what's going on under the hood. read more...

add a comment |category: |Views: 51

tags: another

How to add ReCaptcha to your MVC Web Site(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 4 months ago

A quick how-to in how to add the ReCaptcha plugin to your MVC Web Site read more...

add a comment |category: |Views: 222

tags: another

Using Adobe Flex in Visual Studio(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 4 months ago

You can now take advantage of the Flex framework from right within Visual Studio to build Rich Internet Applications (RIAs). We get you up to speed on what Flex is and a basic application talking to a web service. read more...

2 comments |category: |Views: 401

tags: another

Why ASP.NET Developers Should Care about Windows Azure(stephenwalther.com)

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

"Even though I sat in the audience at the Microsoft Professional Developers Conference during the November keynote session when Azure was announced with great fanfare, I did not fully comprehend why Windows Azure should matter to me. Why, as an ASP.NET developer, should I care about Windows Azure?" read more...

add a comment |category: |Views: 499

tags: another

Why you should not use the ADO.NET Entity Framework(kindblad.com)

submitted by kindbladkindblad(270) 3 years, 4 months ago

Reasons to why the ADO.NET Entity Framework is not mature enough for real business application. read more...

3 comments |category: |Views: 942

tags: another

xVal - a validation framework for ASP.NET MVC(blog.codeville.net)

submitted by MarwanMarwan(850) 3 years, 4 months ago

xVal lets you link up your choice of server-side validation mechanism with your choice of client-side validation library. It guides you to fit them both into ASP.NET MVC conventions, so everything plays nicely with model binding and errors registered in ModelState. read more...

1 comment |category: |Views: 297

tags: another

A fluent C# library for Twitter(dimebrain.com)

submitted by dcrennadcrenna(1355) 3 years, 4 months ago

This C# library allows you to compose queries to Twitter easily, as well as serialize responses into data classes, make asynchronous calls, and perform caching and URL shortening automatically. It covers 100% of the Twitter API. read more...

1 comment |category: |Views: 445

tags: another

Fun With Named Formats, String Parsing, and Edge Cases(haacked.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

Recently I found myself in a situation where I wanted to format a string using a named format string, rather than a positional one. Ignore for the moment the issue on whether this is a good idea or not, just trust me that I’ll be responsible with it. read more...

add a comment |category: |Views: 271

tags: another

Skip the Visual Studio Splash Screen(visualstudiohacks.com)

submitted by javeryjavery(5523) 3 years, 4 months ago

Anything to speed up Visual Studio. read more...

add a comment |category: |Views: 645

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

Visual Studio Debugging Feature - Tracepoints(mark-dot-net.blogspot.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 4 months ago

A tracepoint is simply a breakpoint that will emit a debug trace statement when it is reached. It can emit things like the current function name, stack trace, or the contents of a variable. What's really cool is that you don't have to actually stop execution. This allows you to quickly add debugging statements without the need to check out your code or remember to take the Debug.WriteLine statements out afterwards. read more...

add a comment |category: |Views: 297

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

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