|
|
hwaheed
hwaheed
 |
|
Stories kicked by hwaheed
|
|
published 2 months, 25 days ago, submitted by
misbaharefin
2 months, 26 days ago
dotnethitman.spaces.live.com — Dependency injection is a programming technique to reduce component coupling. Dependency injection is also commonly known as “inversion of control” or IoC or sometimes as The Hollywood Principle - "Don’t call us, we’ll call you”. The goal of dependency injection is to separate the concerns of how a dependency is obtained from the core concerns of a boundary. This improves reusability by enabling components to be supplied with dependencies which may vary depending on context.
read more...
add a comment
|
category: Patterns | Views: 239
|
|
tags:
Unity, IoC, Patterns, DependencyInjection | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
misbaharefin
4 months, 2 days ago
dotnethitman.spaces.live.com — In pre-SQL Server 2005 in order to pass in a set of values one had to create a temporary table, populate it with data using INSERT, and then just use it in the procedure or function since they are created for the current session and are available to all processes in that session.
I did a blog on how to pass in Table-Value Parameters in SQL Server 2008 but what if we have a need to pass in multiple rows of data to a T-SQL statement, or a routine such as stored procedure or function in SQL Server 2005?
read more...
|
|
tags:
SqlDbType.Xml, SqlServer2005, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
hwaheed
4 months, 7 days ago
weblogs.asp.net — The article aims at understanding History Points in AJAX that allow the browser to keep track of AJAX steps and therefore move through them using forward and backward buttons. read more...
add a comment
|
category: AJAX | Views: 27
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
misbaharefin
4 months, 18 days ago
dotnethitman.spaces.live.com — If we set the forms authentication and session timeouts to 10 minutes and after the 10th minute the user clicked on any link the app would redirect the user to the login page but the session was not abandoned i.e. the forms authentication ticket had expired but not the session state timeout. read more...
add a comment
|
category: ASP.NET | Views: 62
|
|
tags:
FormsAuthentication, SessionState, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 27 days ago, submitted by
misbaharefin
4 months, 28 days ago
dotnethitman.spaces.live.com — I've seen many developers actually using and abusing SELECT * FROM queries. SELECT * query not only returns unnecessary data, but it also can force clustered index scans for query plans because columns in the SELECT clause are also considered by the optimizer when it identifies indexes for execution plans. read more...
1 comment
|
category: Tips & Tricks | Views: 361
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 3 days ago, submitted by
hwaheed
5 months, 5 days ago
weblogs.asp.net — The article lists few of some of the many performance tweaks that can be implement to boost up ASP.NET performance.
read more...
3 comments
|
category: ASP.NET | Views: 526
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 4 days ago, submitted by
misbaharefin
5 months, 5 days ago
dotnethitman.spaces.live.com — LINQ to SQL and the Entity Framework have a lot in common, but each have features targeting different scenarios.
read more...
add a comment
|
category: Linq | Views: 441
|
|
tags:
EntityFramework, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
misbaharefin
5 months, 5 days ago
dotnethitman.spaces.live.com — As application size and complexity increase it becomes more and more difficult to reuse existing components and integrating these components to form an interconnected architecture because of the dependencies of the components. One way to reduce dependencies is by using Dependency Injection, which allows you to inject objects into a class, rather than relying on the class to create the object itself.
read more...
add a comment
|
category: Patterns | Views: 19
|
|
tags:
Unity, Factory, Container, DependencyInjection, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
misbaharefin
6 months, 5 days ago
dotnethitman.spaces.live.com — SQL injection can occur 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.
You should always be reviewing your code to find these or other security vulnerabilities; remember all type of attacks start with some input, and your first line of defense should be input validation using both client-side and server-side validation.
read more...
add a comment
|
category: ASP.NET | Views: 14
|
|
tags:
SQLInjection, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
misbaharefin
6 months, 10 days ago
dotnethitman.spaces.live.com — Imagine that you are creating a website registration form and you need to validate a Login ID or Email field. You want to make sure that the Login ID or Email entered does not already exist in the database...
read more...
add a comment
|
category: ASP.NET | Views: 25
|
|
tags:
AjaxValidator, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|