Blog simplifies main concepts in IT development field. "If you can't explain it simply, you don't understand it well enough" -Albert Einstein
Owner: AhmedTarekHasan
Listed in: Computers
Language: English
Tags: development, simplified, .net, concepts, learn
Site Statistics
Unique Visitors Today:
1
Page Views Today:
1
Unique Visitors this Week:
1
Page Views this Week:
1
Unique Visitors this Month:
21
Page Views this Month:
25
Total Unique Visitors:
73,474
Total Page Views:
100,529
Total Hits Out:
125
Latest Blog Posts for Development Simply Put
- Knockout Advanced Tree Library & ControlAll code samples used on this post can be downloaded from hereThis post shows you how to fully implement a tree control using knockout. It was taken into consideration while writing the code to separate the business-related code from the core imple...
- Knockout Datagrid With Sorting, Paging And SearchingAll code samples used on this post can be downloaded from here.If you are interested into having a quick recap on the paging concept you can check the post Paging Concept - The Main Equations To Make It Easy first.This post shows you how to fully imp...
- A Guide For Dealing With Hierarchical, Parent-Child And Tree Form Data OperationsLately I have been working on more than one project dealing with hierarchical data structures. This encouraged me to try to sum up my experience on this type of structures and corresponding operations.From time to time I will revisit this post to upd...
- Splitting Daytime Into Chunks To Enhance SQL Bulk Time-based Operations PerformanceThe best way to understand what this post is about is to start with a real scenario.One of my colleagues was building a system which controls some motors using some readings coming from electronic sensors. The problem was that the frequency of the se...
- How To Develop/Adjust ASP.NET User Controls For Multiple Instances SupportWhen developing ASP.NET user controls you should keep in mind whether they need to support multiple instances feature or not. In other words, you should decide if more than one instance of your user control could be added on the same page. Why do you...
- How To Access ASP.NET Web.config AppSettings On Client-Side JavascriptYou can download the code presented into this post from hereThere are many ways by which you can access your ASP.NET web application web.config application settings through your client-side javascript code. The common thing between all of these ways...
- Paging Concept - The Main Equations To Make It EasyThe paging concept is used in many fields that it is even used in our daily lives. When you have a set of items and you want to divide them equally between some sort of containers or groups, you are thinking of paging but may be you don't recognize i...
- Forcing ASP.NET Control To Go Through Its Full Life Cycle On Static MethodsA few days ago I needed to use a custom control which I made as a template to generate some HTML and return it as a response for an Ajax call, but, I faced a problem which is that my WebMethod is a static method which cannot access the control instan...
- For SQL Hierarchical Data, How To Show Only Tree Branches Including Certain Type Of Entities And Discard OthersIf you have a tree of entities represented into a SQL database into parent-child relation as in the image above, you may need to be able to view only the tree branches which include a certain type of entitiesand discard the branches which don't inclu...
- ASP.NET Viewstate And Controlstate Performance Enhancements - Saving Viewstate And Controlstate On ServerViewstate and Controlstate are used in ASP.NET pages to keep states of pages and all control on them between postbacks. ASP.NET framework saves these states in a container to be used throughout postbacks to maintain these states. That is why the text...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}