» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with .NET + design

How to Disable the AuotComplete Feature Programatically in ASP.NET?

The current popular Internet browsers, like Internet Explorer, Firfox etc, provide an AutoComplete feature for any form in a Web apge. But this can be a security risk somtimes, such as on a publicly-accessible computer (in a library or Internet café, for instance), this could allow someone to gain access to the login details of another user.This article shows you how to disable the AutoComplete feature programatically in an ASP.NET webapge.

technology: dzone.com: tech links

C# - Singleton Pattern vs. Static Classes

Problem: Store some common data in a singleton or static class about your program in an object array, which you store in a class. It saves state between usages and stores some caches, and must be initialized only once and shared in many code locations. Making a new object each time would be expensive.

technology: dzone.com: tech links

ASP.NET - ViewState - Client Side State Management

The ASP.NET ViewState is a client side state management technique which enables web pages to persist their state during postbacks. In the life cycle of a page, the current state of the page is hashed to a string and is saved into a hidden field. When opening a page with the View Source operation you can find the ViewState's hidden field by searching __VIEWSTATE keyword. An example of a ViewState on a web page can look like that

technology: dzone.com: tech links

26 Not To Be Missed .NET Articles - June 2008 - .NET Zone

This month we have even more then in May in fact, we have almost tripple, we cover topics such as Deliver Next-Generation SOA Apps with Microsoft Robotics Development Studio, Get Started Building Silverlight 2 Applications, TypeTransmogrifier, Windows Mobile: Communicating with the Outside World and many more. Enjoy!

technology: dzone.com: tech links

How to Build a Brand Website From Scratch

how do you create a website? There are several ways of creating a website but the most non-expensive way of creating a website from scratch is by using website builders. Yes! This is the new technology that will enable everyone to create a website on thei

XML: del.icio.us/tag/xml

ASP.NET Inline Tags

There are all sorts of different inline tags, and I haven’t found a place that explains them all in one place, so here is the quick and dirty…

technology: dzone.com: tech links

ASP.NET Client Side State Management

There are two types of state management - server side and client side. In this post I'm going to introduce the client side state management and explain when to choose client side or server side state management.

technology: dzone.com: tech links

Using jQuery Plugins with ASP.NET

The controls found in the AjaxControlToolkit fit perfectly into the ASP.NET programming model (as to be expected). You can configure the controls properties through the markup which in turn affects how the control's display and behavior on the client. Many of the control's properties support databinding so using the controls within a databound control like a ListView or a GridView is no big deal.

technology: dzone.com: tech links

jQuery for Asp.net MVC preview 3

So, quite some things have changed in jQuery for Asp.net Mvc preview 3, which made me decide to change a lot in the jQuery for Asp.net mvc (jqmvc) too. To start with most radical one: I ditched the ajax.master. This little ‘framework’ does not rely on a special masterpage in your website from now on. Since things have radically changed, I’ll start all over again on how to use this project.

technology: dzone.com: tech links

Doesn't Anyone Bookmark Anymore?

When I teach Silverlight 2, I stress an important lesson that I thought that we (as developers) had learned the importance of linkability of the web. Early usage of Flash was the first time I noticed this. A number of those sites would create nested functionality that never changed the URL. If the URL doesn't change, i can't bookmark it. Most Flash guys learned their lessons pretty quick, but now I am inundated with AJAX driven sites that try hard to not to do post-backs. That's cool, but if the URL doesn't change I can't link to it.

technology: dzone.com: tech links

Prevent Denial of Service (DOS) attacks in your web application

Learn how to prevent request flooding which can bring your webserver down.

technology: dzone.com: tech links

Working With A Client From Start To Finish

Through out the next few articles in this series, it is my intention to go over EVERY aspect of creating the site. For those of you who are new freelancers, these articles will hopefully prove to be an extremely helpful resource for you.

technology: dzone.com: tech links

How to Implement "Remember Me" in ASP.NET?

Almost every website has implemented the "Remember me" option during the login process. Generally it is implemented as a checkbox and offers the functionality to bypass the login process next time once the subscriber login successfully and this checkbox has been checked.This article shows you how to implement the above functionality in ASP.NET by using the cookie technology.

technology: dzone.com: tech links

Free Silverlight datagrid released - Download now

Our new free Silverlight datagrid beta 1 has just been released and is available for download immediately!

technology: dzone.com: tech links

Why Request.Browser.Crawler is Always False in C#

When you try to use the Request.Browser.Crawler property in attempt to track search engine crawlers to your website built on IIS, but it always returns false even you can find the access is from search engine crawler in the IIS log files. This article presents you the solution to fix this problem.

technology: dzone.com: tech links

Using Classes To Fight CSS Class Explosion

I previously wrote about taking CSS beyond a simple style library by writing HTML that’s easy to style. I’d like to go into one point in a bit more detail – avoiding class explosion by leveraging descendant selectors: You might think that really stylable HTML needs classes all over the place. That's not true, thanks to descendant selectors, which let you target elements inside a parent element. For instance, descendant selectors will let you style all > elements which appear inside a > with and id of "nav":

technology: dzone.com: tech links

ASP.NET MVC Rocks the iPhone

iUI takes HTML that follows a simple set of conventions and does all the heavy lifting to enable you to easily build a version of your site that is tailored for the iPhone experience. I first started using iUI before ASP.NET MVC was publicly introduced, and I specifically remember thinking how much iUI was built for “webforms unplugged“. Let’s take a quick look at an example of how iUI works, and how to use it with ASP.NET MVC.

technology: dzone.com: tech links

ASP.NET MVC Tip - Create a custom Action Result that returns Microsoft Excel Documents

In this tip, I show you how to create a custom action result that you can return from an ASP.NET MVC controller action. This action result generates a Microsoft Excel Document from a LINQ to SQL query.

technology: dzone.com: tech links

ASP.NET - Preventing SQL Injection Attacks

SQL injection can occur, as demonstrated above, when an application uses input to construct dynamic SQL statements or when it uses stored procedures to connect to the database. Conventional security measures, such as the use of SSL and IPSec, do not protect your application from SQL injection attacks. Successful SQL injection attacks enable malicious users to execute commands in an application's database. Common vulnerabilities that make your data access code susceptible to SQL injection attacks include

technology: dzone.com: tech links

Compress WebResource.axd in ASP.NET

A lot have been written about the compression of WebResource.axd over the years, but as far as I know, nobody has come up with a simple solution to it. Miron Abramson does have a very good library for compressing a lot of different file types, but I’ve never been much in favour of third-party libraries.

technology: dzone.com: tech links

Introducing MonoRail NHAML

Some time ago I found very interesting project HAML. The idea behind this project is to make markup easy to read and fun to write. It very impressed me and I decided to implement View Engine for upcoming ASP.NET MVC Framework. Unfortunately (for me of course :)), it was already implemented by this guy. Not a problem! I simply decided to port Andrew’s work to the Castle Monorail (ASP.NET MVC elder brother) and extended Andrew’s work a bit.

technology: dzone.com: tech links

Self Sorting GridView with LINQ Expression Trees

The GridView control in ASP.NET 2.0 is lacking some major (yet common) functionality - sorting. This article will show you how to create a "self-sorting" GridView using LINQ expression trees.

technology: dzone.com: tech links

10 dotNET Articles you should not miss - .NET Zone - May 2008

This is the first edition of the monthly post that collects not to be missed articles from around the web that relates to .net. The amount of articles may vary from month to month but the quality will never. This month we cover topics such as Multi-Lingual Language Translations for ASP.NET, Dependency Injection using Spring.NET, How to Find Memory Leaks With CLRProfiler, WPF, PowerShell and many more. Enjoy!

technology: dzone.com: tech links

Awesome web development and web design articles and sites in May 2008

I saw that many bloggers share great resources they discover. Since that is helping me a lot, I'll do the same here. This article shows a reviews of 16 great articles and sites I found in May 2008. There are articles about web development with ASP.NET, Ajax and jQuery. There are also a great web design resources, tools, plugins, BlogEngine.NET extensions and one great usability article.

technology: dzone.com: tech links

Microformats: Gearing up for the Semantic Web

he Semantic Web is a web of data. There is lots of data we all use every day, and it’s not part of the web. I can see my bank statements on the web, and my photographs, and I can see my appointments in a calendar. But can I see my photos in a calendar to see what I was doing when I took them? Can I see bank statement lines in a calendar? Why not? Because we don't have a web of data. Because data is controlled by applications, and each application keeps it to itself.

technology: dzone.com: tech links

Rendering ASP.NET UTC time as local time of the browsers time zone

It is a common practice to store time as UTC on the server and render it as local time based on the time zone the browser is running in. This blog post describes one simple approach to solving this problem.

technology: dzone.com: tech links

Page 1 | Next >>