Articles submitted by members via their Technical Blog feed. Want to have the blog entries from
your Technical Blog automatically posted as articles on CodeProject? It's
easy!
1.
Powershell to create calendar in SharePoint with categorized overlays
Creating calendars in SharePoint 2010, changing default categories and then creating view and overlay for each category can take a lot of clicks. To save time and effort I created a powershell script which can be used as follows & ‘.\Calendar Overlay.ps1′ -webUrl {SITEURL} -listName R
(The Code Project Open License (CPOL))
|
Khurram Punjwani
|
Updated: 7 Apr 2014
Rating: 4.00/5
(1 vote)
|
|
2.
ASP.NET MVC: Keep Private Settings Out of Source Control
ASP.NET MVC: How to keep private settings out of source control
(The Code Project Open License (CPOL))
|
John Atten
|
Updated: 7 Apr 2014
Rating:
(No votes for this Article)
|
|
3.
IronPython: A Quick WinForms Introduction
Background A few months ago I wrote up an article on using PyTools, Visual Studio, and Python all together. IRead the Rest...The post IronPython: A Quick WinForms Introduction appeared first on Dev Leader.
(The Code Project Open License (CPOL))
Languages »
C# »
Windows Forms
|
Nick Cosentino
|
Updated: 7 Apr 2014
Rating:
(No votes for this Article)
|
|
4.
ASP.NET Interview Questions for Beginners and Professionals - Part 2
It's Part-2 in series of ASP.NET Interview Questions with detailed answers and necessary code examples. Part -1 of this series for Interview Questions can be found here.HTML Server Controls Vs Web Server Controls, Please define?HTML Server Controls are server-side mapped form of HTML elements. In or
(The Code Project Open License (CPOL))
Web Development »
ASP.NET Controls »
General
|
Imran Abdul Ghani
|
Updated: 7 Apr 2014
Rating:
(No votes for this Article)
|
|
5.
Top 10 ASP.NET Interview Questions and Answers
"ASP.NET is a web application development framework for building web sites and web applications that follows object oriented programming approach".Following are the top 10 commonly asked Interview Questions with Answers on ASP.NET:What is the concept of Postback in ASP.NET?A postback is a request se
(The Code Project Open License (CPOL))
Web Development »
ASP.NET Controls »
General
|
Imran Abdul Ghani
|
Updated: 7 Apr 2014
Rating: 4.25/5
(8 votes)
|
|
6.
SSRS – What is meant by Data Sets?
CodeProjectIn the last article on SSRS, we have discussed about Creating Data Sources. You can read that articles here. In this article we will go over Data Sets in SSRS. After creating the Data Source definition, the next step in Report development process is to create a Data Set. Before going to t
(The Code Project Open License (CPOL))
Desktop Development »
Grid & Data Controls »
General
|
Arun Ramachandran India
|
Updated: 7 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
7.
A Year of Giving Back to the Development Community
Earlier this year I began this blog as part of a News Years resolution to give back to all of the communities that have helped me become a successful developer and I am proud to say that it was a resolution that I stuck with. So I thought I would wrap up this year with […]
(The Code Project Open License (CPOL))
General Programming »
Game Development »
General
|
Rion Williams
|
Updated: 6 Apr 2014
Rating: 5.00/5
(2 votes)
|
|
8.
Performing Page Navigation in Windows Phone Apps
In the previous article, we learned the basics of creating a simple Windows Phone app. In this post, we will look at how to perform navigation between different pages in Windows Phone app. We will use the same Visual Studio solution used in the previous post and continue from there. Open the MyFirst
(The Code Project Open License (CPOL))
Mobile Development »
Windows Phone 7/8 »
Windows CE
|
Madhur Kapoor
|
Updated: 6 Apr 2014
Rating:
(No votes for this Article)
|
|
9.
Stopwatch vs. DateTime
Stopwatch vs. DateTime
(The MIT License)
Platforms, Frameworks & Libraries »
.NET Framework »
Instrumentation
|
Sebastian Solnica
|
Updated: 6 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
10.
The Newest Fiddle Sibling: .NET Fiddle!
The Newest Fiddle Sibling: .NET Fiddle!
(The Code Project Open License (CPOL))
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
Rion Williams
|
Updated: 6 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
11.
Using ASP.NET MVC5 within Visual Studio 2012
Using ASP.NET MVC5 within Visual Studio 2012
(The Code Project Open License (CPOL))
|
Rion Williams
|
Updated: 6 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
12.
But How Do I Learn ASP.NET?
“How do I learn ASP.NET?” or “What is the best way to learn ASP.NET?” are two questions that I am frequently asked on nearly daily basis. These questions are fairly subjective and as everyone should know, there is never any “best” way to learn, but I thought I wou
(The Code Project Open License (CPOL))
Languages »
Other .NET Languages »
Forth .NET
|
Rion Williams
|
Updated: 5 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
13.
When MVC5, SignalR and NuGet Just Won’t Get Along
Sometimes things just blow up. If you have recently attempted to create a new ASP.NET MVC5 project (or any new Web Project within Visual Studio 2013) and decided that you wanted some of that sweet SignalR magic in your application, then you may have encountered the following error : An exception of
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Rion Williams
|
Updated: 5 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
14.
An Interesting List of Development Stuff (January 2014)
Software development is a fascinating thing. With a scope so vast and so many languages, topics and general cool things that people are doing, it can be difficult to keep up. So I have decided to start compiling a few of the links, resources, blog posts and other projects that I find “interest
(The Code Project Open License (CPOL))
General Programming »
Game Development »
General
|
Rion Williams
|
Updated: 5 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
15.
A SQL Cmdlet a Day 2 Piping and Select
This post expands on the basics of SQL Server PowerShell and introduces “piping” as well as using Select in PowerShell cmdlets, the first post can be found here. Technet defines “piping” as “passing that object – unchanged – from one part of the command to another”. The definition speak
(The Code Project Open License (CPOL))
Database »
SQL Reporting Services »
General
|
derekman9707
|
Updated: 5 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
16.
An Interesting List of Development Stuff (March 2014)
In this St. Patrick’s day installment of an Interesting List of Development Stuff, we dive into a more .NET-centric approach (with a majority of the topics at least being in the realm of .NET) but as usual, there should be something for everyone. The Roslyn compiler continues to make waves and
(The Code Project Open License (CPOL))
General Programming »
Game Development »
General
|
Rion Williams
|
Updated: 5 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
17.
Introducing Bing Code Search, an easy way to find code samples from within Visual Studio 2013
Time is valuable and sometimes taking the time to open up a new browser tab to search for an example of code to do something can be a pain (because we can also be lazy). Thankfully, Microsoft’s Language Experience team created a product just for you: Bing Code Search. What Does It Do? Released
(The Code Project Open License (CPOL))
Development Lifecycle »
Code Generation »
General
|
Rion Williams
|
Updated: 5 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
18.
An Interesting List of Development Stuff (February 2014)
In this installment of my monthly treasure trove of development stuff, we take a slightly more .NET-oriented approach by covering several ASP.NET specific topics, resources and more. But there are quite a few other things that may be applicable to just about any kind of developers (and especially th
(The Code Project Open License (CPOL))
General Programming »
Game Development »
General
|
Rion Williams
|
Updated: 5 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
19.
Synchronization, Memory Visibility and Leaky Abstractions
Synchronization, Memory Visibility and Leaky Abstractions
(The Code Project Open License (CPOL))
|
Pragmateek
|
Updated: 5 Apr 2014
Rating: 5.00/5
(1 vote)
|
|
20.
Using C# from native C++ with the help of C++/CLI
Using C# from native C++ with the help of C++/CLI.
(The Code Project Open License (CPOL))
Languages »
C++ / CLI »
C++/CLI
|
Pragmateek
|
Updated: 4 Apr 2014
Rating: 5.00/5
(9 votes)
|