|
|
-
|
|
Hello All, Recently application stopped working on Safari with issue 'Failed to Load Resource'. The scenario is; the web page send AJAX-Request to an aspx page and show the output into html container. The issue occurred when the request comes form https and with Safari. Basically all WebKit based b......
|
|
-
|
|
There is good and very knowledgeable article of working with MSMQ and WCF from Tom Hollander's blog. Here is the link to start with. He had explain about creating and configuring MSMQ on IIS. This is my first attempt to start with MSMQ, everything goes great but at the time of hitting WCF service ......
|
|
-
|
|
Recently I changed my desktop from 32bit to 64bit Windows 7 and from there onwards I keep getting such issues. In such case when you run web page which gives following error. Error : Could not load file or assembly 'XXX.XXXXXX' or one of its dependencies. An attempt was made to load a program with ......
|
|
-
|
|
In previous article we understand what are projection operators and how we can use them to selecting and ordering them. In this article we are going to see how we can group data, making use of join and some set operations. Grouping Operators GroupBy operator is only operator which provides you gro......
|
|
-
|
|
We always have this case specially using DataList control in ASP.NET as if its asked to use Table format; it creates table in which height of cell goes off. You can see that column are repeated for each set of data and in which first cell is messing around with the design. By some reason height ......
|
|
-
|
|
What we learned previously In my previous articles we learned Projection Operators/Ordering Operators and Grouping Operators/Join Operators. In this article we are going to see few more operators like Set Aggregate Set Operators In set operator we will going to see Union, Intersect and ......
|
|
-
|
|
SQL Server throws error of “Cannot create a row of size 8180 which is greater than the allowable maximum row size of 8060” in Insert/Update statements, This means your SQL statement having fields which are LOB data types and exceeds the limit of row size which is 8086 bytes for physical data store i......
|
|
-
|
|
What we learned previously In previous article we understand what are projection operators and how we can use them to selecting and ordering them. In this article we are going to see how we can group data, making use of join operator. In this article we are going to see following Grouping Operator......
|
|
-
|
|
What we learned previously In the previous article, were had an introduction to LINQ. Let’s summarize what we learned about LINQ so far. LINQ stands for Language Integrated Query which was introduced in .Net Framework 3.5. So far C# 3.0 and Visual Basic 9.0 languages support query syntax that allow......
|
|
-
|
|
I personally came across this issue WCF was taking machine name not IP address or domain name and also I got questions from forums about “how to replaced Machine Name with Domain name in WCF Service wsdl link?”. This occurs when we host WCF service on IIS then the links to wsdl is uses local machine......
|
|