Skip to content
CODE t!ps

CODE t!ps

  • f
  • t
  • l
  • y
  • leetcode
CODE t!ps

CODE t!ps

  • Home
  • Ai
  • Youtube
  • Advertise
  • Let’s Talk
  • Home
  • Ai
  • Youtube
  • Advertise
  • Let’s Talk
SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0
How to use Pickerview with Uitextfield for input data in IOS
November 19, 2014
2
Add or Remove HTML classes in Jquery
January 17, 2014
2
Swift Programming Language Interview Questions And Answers
November 10, 2014
2
iOS Logo
Tips to consume .net webservice in IOS applications
March 5, 2014
2
SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0

Main

Programming

SOLID Principles Explained With Examples

By Code T!ps
May 28, 2026
Ai

How AI Is Changing Full Stack Development

By Code T!ps
May 27, 2026
Programming

Building AI SaaS Products With OpenAI APIs

By Code T!ps
May 26, 2026

Trending

SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0
Beginner’s Guide to AI Automation for Developers
May 24, 2026
0
How to Build AI Agents Using Python and LLMs
May 23, 2026
0
Best AI Coding Assistants Compared for Developers (2026 Guide)
May 22, 2026
0
IOS7 Logo

iphone Interview Questions part-3

5 Min Read

21-What is Automatic Reference Counting (ARC)? ARC is a compiler-level feature that simplifies the process of managing the lifetimes of Objective-C objects. Instead of you having to remember when to retain or release an object, ARC evaluates the lifetime…

InterviewIOSQuestions
June 1, 2013
IOS7 Logo

iphone Interview Questions part-2

3 Min Read

11-Can you explain what happens when you call autorelease on an object? When you send an object a autorelease message, its retain count is decremented by 1 at some stage in the future. The object is added to an autorelease pool on the current thread. The…

InterviewIOSQuestions
June 1, 2013
IOS7 Logo

iphone Interview Questions part-1

2 Min Read

1-How would you create your own custom view? By Subclassing the UIView class. 2-Whats fast enumeration? Fast enumeration is a language feature that allows you to enumerate over the contents of a collection. (Your code will also run faster because the…

InterviewIOSQuestions
June 1, 2013
IOS7 Logo

iPhone Interview Questions 2

4 Min Read

1)what happens if you remove the object from the array, and you try to use it?our application crashes 2)Difference between HTML & XML? XML was designed to transfer and store the data XML was to carry data not to display the data XML is designed to be…

InterviewIOSQuestions
May 28, 2013
IOS7 Logo

iphone interview questions

5 Min Read

1. Explain what ARC is and how it works Since it doesn’t make much sense to talk about the old retain-release cycle, instead I like to find out if the candidate actually knows what ARC really is, or if they just consider a bit of Apple magic. ARC stands…

InterviewIOSQuestions
May 27, 2013
Database Normalization

DELETE From SELECT Statement – Using JOIN in DELETE Statement – Multiple Tables in DELETE Statement

2 Min Read

DELETE From SELECT Statement It is totally possible to use JOIN and multiple tables in the DELETE statement. Let us use the same table structure which we had used previously. Let us see the following example. We have two tables Table 1 and Table 2. --…

Programming
May 25, 2013
sqlserver-recompilation

Reasons for Statement Recompilation

2 Min Read

What is recompilation in SQL Server? Recompilation is the same process as a compilation, just executed again. If the database structure or data changes significantly, a recompilation is required to create a new query execution plan that will be optimal…

ProgrammingDatabase
May 25, 2013

SQL SERVER – Azure SQL Databases Backup Made Easy with SQLBackupAndFTP

3 Min Read

Azure SQL database backup used to be a difficult task. Not any more. With SQLBackupAndFTP with Azure it became trivial. Here’s what you basically need to do: Once  SQLBackupAndFTP with Azure  is installed, click at “Connect to SQL Server /…

Database
May 25, 2013

RESEED Identity Column in Database Table – Rest Table Identity Value – SQL in Sixty Seconds

2 Min Read

Identity Column in Database Syntax DBCC CHECKIDENT ( table_name [, { NORESEED | { RESEED [, new_reseed_value ] } } ] ) [ WITH NO_INFOMSGS ] table_name Is the name of the table for which to check the current identity value. The table specified must…

Programming
May 25, 2013

Interesting Observation of CONCAT_NULL_YIELDS_NULL and CONCAT in SQL Server 2012 onwards

2 Min Read

CONCAT_NULL_YIELDS_NULL will be always ON in the future so avoid setting it off. What this function essentially does is that when it is on it will return a null value when any other value is connected it with using + operator.…

Programming
May 25, 2013
« Previous 1 … 48 49 50 51 Next »

Join 7,715 other subscribers

Most Recommended Posts

  • Best Practices for Developing Quality iOS Apps
  • Session and cookies
  • ERROR Handling in swift !
  • Tips to protect your site from hackers
  • Some useful MAC Tips and Tricks for old and new Setup
  • How to type in Android Emulator using PC-Keyboard
  • Tips to Create WordPress Widgets
  • Each Section of Instruments in Xcode and its Meaning
  • Special characters and Symbols in Programming Languages
  • How to use WP_query(), query_posts() and pre_get_posts in WordPress Programming
Disclaimer : The Tips and Opinions expressed herein are my own personal opinions or Tips and do not represent my current or previous employer's view in anyway.

AI Android APP Programming Apps blogging DATABASE Interview Questions IOS javascript Mac objective-c OS Programming SQL swift Tips & Tricks Tools Web Wordpress Xcode

Copyright 2026 — CODE t!ps. All rights reserved. Blogsy WordPress Theme