Hello, reader's Being an Indian our nationality is represented by our National Flag. So therefore , I have tried to make An Animated Indian Flag using CSS3 properties. As Independence Day is arriving ...
<system.web> <sessionstate mode="InProc" timeout="2" cookieless="false"></sessionstate> <authentication mode="Forms"> <forms loginurl="~/Home/Login" timeout="1 ...
We love to play good games. Its nice to see there effects and animations. Game play is just use to engage the player but effects and animations is always a WOW factor for the game. We can create ...
Today we are going to discuss about the performance issue with unity. Unity always has issue with game optimizations and performance, because if you are targeting small mobile devices like Android and ...
The extension needs to allow customers to attach documents and notes to existing orders.
A cursor is a database object that can be created at runtime. It is used to get data from a result set line by line(or row by row) rather than executing all the rows in the result set at a single time ...
Get the name of Controller and Action method in View using Asp.Net MVC In one of my Asp. Net MVC project, I needed the name of the Controller and the Action Method in the View page. For this I used ...
Tuple is new feature added in C# 4.0 with dynamic programming. Tuple allow us to group a heterogeneous elements together. Tuple is new for the C# developers as it is already present in other languages ...
Home >> Answer Tech Queries >> Android Most Viewed Most Recent 26.4k Android How to upload image in 23.5k How Can I Reboot My Hanged Xia 10.5k PLease solve transformClassesW 9.36k Android Runtime ...
Few days ago, I was creating an ASP.NET Web API by generating Entity Framework scaffolding API controller. There were simply two tables in the database Product and Title. In the edmx file, the ...
System.String and string keywords are the same, and you can use whichever naming convention you prefer. Essentially, string keyword is an alias for System.String class. String objects are immutable (i ...