(Chris Clark) In my last blog I explained how to use the Content Query Web Part to display SharePoint blogs on a SharePoint Online intranet site In this blog we will explore two ways we can build on this feature by filtering the results of the Content Query Web Part.
Author: SSWUG Research
Providing A Return Value In A JavaScript Constructor
(Ben Nadel) In my post yesterday, on using Base Controllers in AngularJS, I was able to leverage a funky-fresh feature of the JavaScript language: returning explicit values from a Constructor function. Most of the time, Constructor functions either return “this,” or they omit the return statement al
Creating custom context menu using jQuery
(Arpit Jain) In this article you will learn about how to create a customized context menu for your website.
JDeveloper 11g R2 and 12c: How-to ‘virtually’ press a button on page load
(Frank Nimphius) A frequent asked question is about how to press a command button upon load of a page or view. If you are on JDeveloper 11g R2 or JDeveloper 12c, then the solution to this programming challenge is the use of JavaServer Faces (JSF) 2 system events (If you are on JDeveloper 11g R1 then
Replicating A Volume Of Large Data via Transactional Replication
(satnam singh) During weekend maintainence, members of the support team executed an UPDATE statement against the database on the OLTP Server. This database was a part of Transactional Replication and the database on the subscriber was used by the SSRS reports.
Using Forms Authentication in ASP.NET Web API
(Bipin Joshi) ASP.NET developers commonly use forms authentication to secure their web pages. Just like ASP.NET web forms and ASP.NET MVC applications, Web API can take advantage of forms authentication to implement authentication and role based security. I have already explained how forms authentic
Entity Framework 6: DB Logging and Stored Procedure Mapping for EF Code First
(Suprotim Agarwal) Entity Framework 6 has gone from Beta to Release Candidate 1 since we last posted our ‘what’s new’ article, so today we’ll see how to upgrade from Beta to RC 1 and then take a look at two new EF 6 features, DB Logging and Mapping CRUD operations to Stored Procedures directly.
Creating Logins and Users – Why I can’t connect
(Derik Hammer) If you have ever used database projects with SSDT I’m sure you’ve experienced a situation where that user you just created yesterday is suddenly complaining to you that they can no longer access the database.
WPF: Populating a ListView with XML Data
(Ged Mead) In this earlier post, I talked about how you can create column headers in the Xaml pane by hand. In this post, I’ll look at how to populate that list view with XML data.
Hide Column With Null Values using SQL server
(Jingyang Li) I don’t think this requirement should be implemented in SQL end.By using dynamic SQL with UNIPIVOT to get the result:
