azamsharp
|
Registered User
|
Mohammad Azam is the founder of the knowledge based website, HighOnCoding. The website contains over 300 articles, 50+ videos and several podcasts.
Mohammad Azam is also the founder of ScreencastADay.com
ScreencastADay is a website committed to educate you everyday. The idea of the website is really simple. We believe that in order to be successful you need to learn something new everyday. ScreencastADay puts this thought into action by providing new screencast every day. This means you will get 7 screencasts a week and 365 screencasts a year unless of course it is a leap year in that case you get one more bonus screencast.
ScreencastADay.com: www.ScreencastADay.com
Mohammad Azam also contribute to the AspAlliance website. The contributions are in the form of videos and articles. You can check out all the videos at www.aspalliance.com/videos.
Mohammad Azam blogs at www.azamsharp.com.
|
|
2d |
comment |
Unit Testing Entity Framework ObjectContext in ASP.NET Application That is pretty much what I ended up doing! In real application I would leverage the power of IOC container. |
|
2d |
revised |
Unit Testing Entity Framework ObjectContext in ASP.NET Application added 976 characters in body |
|
2d |
asked | Unit Testing Entity Framework ObjectContext in ASP.NET Application |
|
Dec 15 |
comment |
Entity Framework Attaching a Persisted Object to the New Object Thanks! I think I will go the HttpRequest way since it is an ASP.NET MVC application. |
|
Dec 14 |
comment |
Entity Framework Attaching a Persisted Object to the New Object Thanks! I have updated my response! |
|
Dec 14 |
revised |
Entity Framework Attaching a Persisted Object to the New Object added 896 characters in body; added 86 characters in body |
|
Dec 14 |
comment |
Entity Framework Attaching a Persisted Object to the New Object I updated the original post! There is User table, Roles table and UserRoles. Roles is pre populated. UserRoles has UserId and RoleId. |
|
Dec 14 |
revised |
Entity Framework Attaching a Persisted Object to the New Object added 3500 characters in body |
|
Dec 14 |
comment |
Entity Framework Attaching a Persisted Object to the New Object No just the Table Users and Roles (custom tables not associated with authentication). |
|
Dec 14 |
asked | Entity Framework Attaching a Persisted Object to the New Object |
|
Dec 9 |
comment |
How do I calculate someone’s age in C#? Negative rater please explain the reason!!! |
|
Dec 2 |
answered | How to grab .aspx Page Name from the URL? |
|
Dec 2 |
answered | ASP.NET - GridView - Get Hidden Field Value |
|
Dec 2 |
answered | How to tell what is passed when no value exists |
|
Dec 2 |
comment |
Best way to refresh page I am confused how do you know which item is removed from the Repeater control. Since, I don't see you passing any ID or index values. |
|
Nov 29 |
comment |
ASP.NET Ajax Toolkit: What is the maximum number of items in ComboBox? Can you explain what do you mean by stops working? |
|
Nov 29 |
comment |
how to pass session value from code behind to javascript Is there any specific point where you need the value? Like a click of a button or something! |
|
Nov 28 |
answered | How do I calculate someone’s age in C#? |
|
Nov 24 |
answered | Changing web content based on browser type |
|
Nov 24 |
answered | check if email address really exists with a service via ajax (not regularexp) real time if it reallly exists. |
|
Nov 20 |
awarded | ● Notable Question |
|
Nov 19 |
answered | What are the biggest potential time wasters in development? |
|
Nov 19 |
comment |
VS2008 debugging with firefox as default browser - how to make the debugger stop/close on exit? I have experienced that when debugging an application using VS 2008 it opens a new FF window for each time F5 is pressed (debugging started). I wonder if it can use the existing opened FF window for debugging. |
|
Nov 17 |
answered | ModalPopup CodeBehind Function Wait For User Response |
|
Nov 17 |
answered | What is a good web host that is “developer-friendly” for what I am trying to do and learn? |
|
Nov 12 |
comment |
Is it something bad to use <BR />? The best way to find the best answer is go to your dev team and ask them WHY? |
|
Nov 12 |
answered | How to bind an Asp.NET details view to an object with a List<string> property |
|
Nov 12 |
comment |
Get DataSet in RowCommand event/Get modified rows in RowCommand How are you updating your DataSet using your GridView control? Are you using any type of data source controls like SqlDataSource etc. |
|
Nov 11 |
answered | Hyperlinks not Clickable when Exported to excel |
|
Nov 9 |
answered | What are common UI misconceptions and annoyances? |
|
Nov 3 |
comment |
JQuery JSON Plugin toJSON a Custom Object This article says that by using prototype you will add the properties to the instance of the Object => javascriptkit.com/javatutors/proto2.shtml/… |
|
Nov 3 |
comment |
JQuery JSON Plugin toJSON a Custom Object You are right! Thanks :D |
|
Nov 3 |
asked | JQuery JSON Plugin toJSON a Custom Object |
|
Nov 2 |
comment |
Stop Debugger to Debug IL You are right for some reason those assemblies were missing! Not sure what happened as I was using them last week and never deleted them. Thanks! |
|
Nov 2 |
asked | Stop Debugger to Debug IL |
|
Oct 31 |
comment |
WCF Service Updating the Service URL (Easy Way) Thanks I just did that! Now I get a new error saying => The remote server returned an unexpected response: (400) Bad Request. Thanks! |
|
Oct 31 |
asked | WCF Service Updating the Service URL (Easy Way) |
|
Oct 31 |
comment |
Timeout Question about Invoking a Remote WCF Service If the server or the owner of the WCF service increase the timeout values and then I do update service ref should I get the latest timeout values or do I have to update them manually. |
|
Oct 29 |
comment |
Timeout Question about Invoking a Remote WCF Service You mean Client binding right? If so I have not done so! I will check it out. Thanks! |
|
Oct 29 |
comment |
Timeout Question about Invoking a Remote WCF Service I set it up to 1 hour on the client side App.config file but I still got the same error back. |
|
Oct 29 |
comment |
Timeout Question about Invoking a Remote WCF Service I am thinking that it should be related to the receiveTimeout="00:10:00" sendTimeout="00:01:00". Looks like SendTimeout is set to 1 minute. |
|
Oct 29 |
comment |
Timeout Question about Invoking a Remote WCF Service That would be ideal to chunk it into smaller pieces but the problem is that the remote service excepts a single object parameter and that object is populated like crazy! |
|
Oct 29 |
asked | Timeout Question about Invoking a Remote WCF Service |
|
Oct 25 |
answered | Programmatically start an asp.net integrated webserver with visual studio files |
|
Oct 22 |
answered | How to avoid argument validation |
|
Oct 22 |
accepted | Binding DataSet to GridView |
|
Oct 22 |
answered | convert bitmap to image c# |
|
Oct 22 |
answered | Creating a custom API in ASP.NET |
|
Oct 22 |
answered | Binding DataSet to GridView |
|
Oct 22 |
comment |
Using FindControl: Accessing Controls in a Formview Hi, You can use any of the free online translator tools: developerfusion.com/tools/convert/… |
